Manuel Raynaud fb64871062 add Readme file
2013-03-18 22:36:47 +01:00
2013-01-16 11:47:11 +01:00
2013-03-18 18:17:41 +01:00
2013-02-18 22:58:46 +01:00
2013-03-18 10:57:25 +01:00
2013-01-16 11:45:08 +01:00
2013-03-18 18:17:41 +01:00
2013-01-24 20:45:16 +01:00
2013-03-04 09:20:38 +01:00
2013-02-19 14:27:25 +01:00
2013-02-19 14:19:57 +01:00
2013-03-13 19:51:07 +01:00
2012-12-27 11:43:09 +01:00
2013-01-07 23:07:58 +01:00
2013-01-07 10:46:02 +01:00
2013-03-18 22:36:47 +01:00

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.

Description
No description provided
Readme 164 MiB
Languages
PHP 81.3%
HTML 6.6%
JavaScript 4.9%
Less 2.9%
CSS 2.6%
Other 1.7%