Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 796 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 796 Bytes

THELIA 2 DATABASE STRUCTURE

Mysql workbench and sql files.

Thelia 2 use Propel ORM. If you want to see propel behavior configuration install PropelUtility

Thelia allows you to generate your sql files, insert it install fixtures and create an admin for you.

First, edit your local/config/schema.xml file.

Then be sure that your already have a configured database, if not, run:

$ php Thelia thelia:install

After, your may use the reset_install script that will do the work for you. If you work on Linux/Mac OS:

$ ./reset_install.sh

If you work on Windows:

C:\path-to-thelia> reset_install.bat

You finally have an updated database, with a new admin: thelia2 with the password: thelia2