浏览代码

README.md edited online with Bitbucket

Guillermo Espinoza 8 年之前
父节点
当前提交
607a278778
共有 1 个文件被更改,包括 20 次插入3 次删除
  1. 20 3
      README.md

+ 20 - 3
README.md

@@ -1,4 +1,21 @@
-stats
-=====
+# Flowdat Stats
 
-A Symfony project created on May 11, 2017, 11:08 am.
+Flowdat Stats based on Symfony 3.X
+
+[Installation](#installation)
+
+## Installation
+
+1. Clone this repo.
+2. Change your working directory to the project one.
+3. Download and install Composer (I'd suggest you doing it so globally). Instructions are [here](https://getcomposer.org/download/).
+4. Run the following commands:
+
+        $ composer install    
+        $ php bin/console doctrine:database:create    
+        $ php bin/console doctrine:schema:update --force    
+        $ chmod 777 -R var/cache var/logs var/sessions    
+
+5. You should be all set!
+
+A Symfony project created on May 11, 2017, 11:08 am.