Skip to content
/ model Public
forked from thelia/model

mysqlworkbench modelisation of thelia

Notifications You must be signed in to change notification settings

bibich/model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

mysqlworkbench modelisation of thelia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published