From 5c5f9825932b0c553610a2a43dafe528b36fd1b0 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 18 Apr 2014 10:07:51 +0200 Subject: [PATCH] update readme --- Readme.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 0db651e8f..80800bf90 100644 --- a/Readme.md +++ b/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