update readme

This commit is contained in:
Manuel Raynaud
2014-04-18 10:07:51 +02:00
parent 303f91cfb5
commit 5c5f982593

View File

@@ -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/ * configure a complete development environment : http://php-osx.liip.ch/
* use a virtual machine with vagrant and puppet : https://puphpet.com/ * use a virtual machine with vagrant and puppet : https://puphpet.com/
Installation ## Download Thelia 2
------------
``` bash ``` bash
$ curl -sS https://getcomposer.org/installer | php $ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project thelia/thelia path/ 2.0.0-RC1 $ 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 ``` bash
$ php Thelia thelia:install $ php Thelia thelia:install