Page 1 of 1

How to configure full source code with demo site

Posted: Tue Oct 15, 2013 2:01 am
by sunily
Hello All,
I have successfully configured the DemoSite and its working fine. I want to configure full source code in my development environment. I didn't find any document regarding this.
If anybody already configured full source code then please share the steps.

Thanks
Sunil Yadav

Re: How to configure full source code with demo site

Posted: Tue Oct 15, 2013 9:47 am
by phillipuniverse
What do you mean by 'full source code'? Do you want to develop core Broadleaf code as well? We would love contributions!

Simply clone the project from GitHub at https://github.com/BroadleafCommerce/BroadleafCommerce and then run a Maven install on it. This will then override the Broadleaf jars in your local Maven repository with what you just checked out from source. If you are using JRebel, add a 'blc-development' profile to your maven install in order to generate Jrebel rebel.xml.

Re: How to configure full source code with demo site

Posted: Wed Oct 16, 2013 6:05 am
by sunily
Thanks phillipuniverse, Now I have successfully configured the application using full source code.