Page 1 of 1

Start Here

Posted: Wed Dec 21, 2011 11:23 am
by bpolster
You can find detailed instructions for getting started in the product documentation. http://www.broadleafcommerce.org/confluence/display/BLC15/Getting+Started.

Re: Start Here

Posted: Tue Jan 31, 2012 4:40 pm
by bpolster
Additional documentation added for switching to another database http://www.broadleafcommerce.org/confluence/display/BLC15/Moving+to+another+database.

Re: Start Here

Posted: Sun Jun 30, 2013 3:34 pm
by dkhurtin
This links redirects to http://docs.broadleafcommerce.org/current/Home.html
Maybe I don't have sufficient permissions.

Re: Start Here

Posted: Wed Jul 17, 2013 2:27 pm
by jskorton

Re: Start Here

Posted: Fri Aug 23, 2013 3:28 pm
by bruno.arruda
Hi,

Can I suggest putting this video on the documentation page? It is really great and would help the begginers a lot on the initial stage of the learning...

http://www.youtube.com/watch?v=1xVF8xIrbcI

Best Regards,

Re: Start Here

Posted: Tue Sep 17, 2013 12:57 pm
by jhamit
For those who use Docker, I've created an image that can have you running the demo-site and admin panel in minutes. It's faster and easier than setting up eclipse if all you want to do is run it. Here's the link: https://index.docker.io/u/jhamit/blc-demo/

Happy Hacking

Re: Start Here

Posted: Wed Oct 02, 2013 9:30 am
by kokabild
bruno.arruda wrote:Hi,

Can I suggest putting this video on the documentation page? It is really great and would help the begginers a lot on the initial stage of the learning...

http://www.youtube.com/watch?v=1xVF8xIrbcI

Best Regards,


Yaah, of course it is nice video and will help beginers a lot to learn more. This video would be included in documentation page. Thanks

Re: Start Here

Posted: Thu Mar 19, 2015 10:32 pm
by Swamy K
Great video sir.We tried to setup the demo application,unfortunately maven install got failed.
The below are the logs.Kindly help in resolving the issue.

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ecommerce
[INFO] core
[INFO] admin
[INFO] site
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ecommerce 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ecommerce-website ---
[INFO] Installing D:\eclipse-workspace\DemoSite\pom.xml to C:\Users\swamy\.m2\repository\com\spidercoupons\ecommerce-website\1.0\ecommerce-website-1.0.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building core 1.0
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.restlet.org/org/restlet/je ... -2.1.1.pom
Downloading: http://maven.restlet.org/org/restlet/je ... -2.1.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ecommerce ......................................... SUCCESS [0.677s]
[INFO] core .............................................. FAILURE [10.707s]
[INFO] admin ............................................. SKIPPED
[INFO] site .............................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.544s
[INFO] Finished at: Fri Mar 20 07:25:42 IST 2015
[INFO] Final Memory: 27M/249M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project core: Could not resolve dependencies for project com.spidercoupons:core:jar:1.0: Failed to collect dependencies for [org.broadleafcommerce:broadleaf-framework:jar:[3.1,) (compile), org.broadleafcommerce:broadleaf-profile:jar:[3.1,) (compile), javax.servlet:servlet-api:jar:2.5 (provided)]: Failed to read artifact descriptor for org.restlet.jee:org.restlet:jar:2.1.1: Could not transfer artifact org.restlet.jee:org.restlet:pom:2.1.1 from/to maven-restlet (http://maven.restlet.org): Failed to transfer http://maven.restlet.org/org/restlet/je ... -2.1.1.pom. Error code 307, Temporary Redirect -> [Help 1]

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/disp ... nException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :core

Re: Start Here

Posted: Thu Mar 26, 2015 7:50 pm
by Swamy K
Issue : Few jars not available in local repository.
Fix : Do maven update the project.