update readme
This commit is contained in:
27
Readme.md
27
Readme.md
@@ -40,15 +40,36 @@ export PATH=/Applications/MAMP/bin/php/php5.4.x/bin/:$PATH
|
||||
* configure a complete development environment : http://php-osx.liip.ch/
|
||||
* use a virtual machine with vagrant and puppet : https://puphpet.com/
|
||||
|
||||
Installation
|
||||
------------
|
||||
## Download Thelia 2
|
||||
|
||||
``` bash
|
||||
$ curl -sS https://getcomposer.org/installer | php
|
||||
$ php composer.phar create-project thelia/thelia path/ 2.0.0-RC1
|
||||
```
|
||||
|
||||
Finish the installation using cli tools :
|
||||
## Install it
|
||||
|
||||
You can install Thelia by two different way
|
||||
|
||||
### Using install wizard
|
||||
|
||||
Installing thelia with the web install wizard allow to create an administrator, add some informations about your shop, etc
|
||||
|
||||
First of all, you have to configure a vhost as describe in [configuration](/en/documentation/configuration.html) section.
|
||||
|
||||
The install wizard in accessible with your favorite browser :
|
||||
|
||||
``` bash
|
||||
http://yourdomain.tld/[/subdomain_if_needed]/install
|
||||
```
|
||||
|
||||
For example, I have thelia downloaded at http://thelia.net and my vhost is correctly configured, I have to reach this address :
|
||||
|
||||
``` bash
|
||||
http://thelia.net/install
|
||||
```
|
||||
|
||||
### Using cli tools
|
||||
|
||||
``` bash
|
||||
$ php Thelia thelia:install
|
||||
|
||||
Reference in New Issue
Block a user