1 Reply Latest reply on Feb 1, 2012 2:17 PM by tsurdilovic

    Demo setup

    g_miranda

      Hi there

       

      I'm trying to install the demo setup but i can't do the downloads when running the install.demo. I'm behind a proxy and maybe that's the problem. Where can i configure proxy settings to be able to run the demo?

       

      Thanks in advance

        • 1. Re: Demo setup
          tsurdilovic

          There are no proxy settings. In your case if you cannot get around this on your OS level you could get the jBPM 5.2 Full Installer which should contain everything you need except Eclipse. You can then run

          ant install.demo.noeclipse

          and

          ant start.demo.noeclipse

          If you have an existing Eclipse installation look at the eclipse.home property in the installers build.properties file. Set it's value to your local eclipse install and try:

           

          ant install.demo.noeclipse

          ant install.droolsjbpm-eclipse.into.eclipse

          ant start.demo

           

          Hope this helps.