Page 1 of 1

Download and Implementation

Posted: Mon Oct 03, 2011 9:17 am
by halcyonit
Hi.

I am a newbie and I am struggling a bit to get everything up and running.

I have managed to setup the development environment and get the demo working.
what I am wondering now is how to download the source code and sql database so that I may begin to implement Broadleaf Commerce into my website.

Thank you.

Re: Download and Implementation

Posted: Sat Oct 08, 2011 3:53 am
by bgaillard
Hi,

I followed those links to begin working with broadleaf commerce source code and demo site :
- http://www.broadleafcommerce.org/forum/viewtopic.php?f=7&t=400
- http://www.broadleafcommerce.org/confluence/display/BLC15/Home
- http://sourceforge.net/projects/broadleaf/
- http://sourceforge.net/scm/?type=svn&group_id=253155

If you want to build a database for your site I think you will have to look in the following files of the demo project :
- src/main/resources/import_standard.sql (to import your data)
- src/main/webapp/WEB-INF/applicationContext-demo.xml (to configure your database URL)

Good luck,

Baptiste