Page 1 of 1

Clear out demo data

Posted: Wed Oct 17, 2012 1:17 pm
by alexhutnik
Any guidelines or best practices on cleaning out the data included in the Heat Clinic demo? I'm trying to figure out what parts of the SQL scripts are important and which aren't. And then I still have to manually match up foreign key constraints to other parts in the scripts, which is pretty tedious. I can't find a "clean-slate" template that just creates the entity tables plus maybe a single admin account. Without any documentation on the database schema, I'm left with almost no info to go on when modifying those files. How do I know what's important to keep and what can be discarded? Is customizing the Heat Clinic "starter store" even the recommended path to take?

Re: Clear out demo data

Posted: Fri Nov 16, 2012 4:35 pm
by jefffischer
Customizing the heat clinic is considered a preferable place to start. We have schema documentation now at:

http://docs.broadleafcommerce.org/curre ... Model.html

As far as what you absolutely must have - you can probably get away with:

import_storage.sql and load_admin_security.sql and some of load_admin_users.sql. The rest are based on your needs.