change readme for installation part
This commit is contained in:
10
Readme.md
10
Readme.md
@@ -20,12 +20,14 @@ $ cd thelia
|
|||||||
$ wget http://getcomposer.org/composer.phar
|
$ wget http://getcomposer.org/composer.phar
|
||||||
$ php composer.phar install
|
$ php composer.phar install
|
||||||
```
|
```
|
||||||
Create a mysql database and import sql dump files located in the install folder : thelia.sql first, then insert.sql.
|
|
||||||
|
|
||||||
Configure mysql connection :
|
Finish the installation using cli tools :
|
||||||
|
|
||||||
* rename ```local/config/database.yml.sample"``` into ```local/config/database.yml```
|
``` bash
|
||||||
* edit ```local/config/database.yml``` file and add needed information
|
$ php Thelia thelia:install
|
||||||
|
```
|
||||||
|
|
||||||
|
You just have to follow all instructions.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|||||||
Reference in New Issue
Block a user