1.2 KiB
1.2 KiB
Readme
Thelia
Thelia is an ecommerce CMS.
Here is the current developping next major version. You can download this version for testing or see the code.
Most part of the code can change, a large part will be refactor soon, configuration system does not exists yet.
Installation
$ git clone --recursive https://github.com/thelia/thelia.git
$ cd thelia
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install
create a mysql database and import sql dump files located in install folder. First thelia.sql and then insert.sql
Configure mysql connection :
$ cd local/config
$ cp config_db.mysql.php config_db.php
edit config_db.php file and replace with mysql connection parameters :
- DB_LOGIN replace with your mysql user
- DB_PASSWORD replace with your mysql password
- DB_NAME replace with you database name
- DB_HOST replace with your mysql host
Usage
Consult the page : http://localhost/thelia/web/index_dev.php
You can create a virtual host and choose web folder for root directory.
For running test :
$ phpunit
We have lot of work to do but enjoy this part.