Well, I'm not into CI deployment pipeline actually. I was thinking to make it possible for a user to bring up a demo app on a local host using vagrant. E.g. `vagrant up` and X minutes later you have a working demo running on your localhost w/o altering your system at all. `vagrant destroy` and everything is gone.
Maybe it is not what you are looking for right now. On Mon, Nov 2, 2015 at 10:56 PM, Dan Haywood <[email protected]> wrote: > Hi Alexander, > > Jeroen and I were talking about this today. I think that Jeroen's plan > (which I am a big +1) is to have the demo apps for all of the isisaddons > modules and apps being deployed continually from a CI pipeline. He's been > looking into using Apache Brooklyn as one possible way of implementing this > [1] > > Do you have any particular experience in this area? would you be > interested in lending a hand? > > cheers > Dan > > [1] https://brooklyn.incubator.apache.org/ > > On 2 November 2015 at 21:31, Alexander Krasnukhin <[email protected]> > wrote: > > > Hej, > > > > Do you have a demo VM or a recipe to prepare one? This way anybody can > try > > out demo w/o altering their system at all. > > > > On Mon, Nov 2, 2015 at 10:28 PM, Dan Haywood < > [email protected] > > > > > wrote: > > > > > Sorry about that... Jeroen and I noticed that error today, just hasn't > > got > > > round to pushing the fix. > > > > > > Yes, adding -app is all that's needed. > > > > > > Thx, > > > Dan > > > On 2 Nov 2015 21:13, "Martin Grigorov" <[email protected]> wrote: > > > > > > > Adding the -app dependency to webapp/pom.xml helped! > > > > > > > > But the README doesn't explain such step. > > > > > > > > Martin Grigorov > > > > Wicket Training and Consulting > > > > https://twitter.com/mtgrigorov > > > > > > > > On Mon, Nov 2, 2015 at 10:06 PM, Martin Grigorov < > [email protected] > > > > > > > wrote: > > > > > > > > > Hi devs, > > > > > > > > > > I'm trying to run the demo app of IsisAddon Security module but > both > > in > > > > > IDEA and at command line (mvn antrun:run -P self-host) it fails > with: > > > > > > > > > > Caused by: > > > > org.apache.isis.core.commons.factory.UnavailableClassException: > > > > > The class 'org.isisaddons.module.security.app.SecurityAppManifest' > > > cannot > > > > > be found > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:94) > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.commons.factory.InstanceUtil.createInstance(InstanceUtil.java:39) > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.appManifestIfAny(IsisComponentProviderUsingInstallers.java:158) > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.runtime.systemusinginstallers.IsisComponentProviderUsingInstallers.<init>(IsisComponentProviderUsingInstallers.java:61) > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.runtime.systemusinginstallers.IsisSystemThatUsesInstallersFactory.createSystem(IsisSystemThatUsesInstallersFactory.java:98) > > > > > [exec] at > > > > > > > > > > > > > > > org.apache.isis.core.runtime.runner.IsisInjectModule.provideIsisSystem(IsisInjectModule.java:139) > > > > > > > > > > org.isisaddons.module.security.app.SecurityAppManifest is in the > -app > > > > > module which seems to not be referenced by neither -webapp, nor > > > -fixture, > > > > > nor -dom. > > > > > > > > > > How is this supposed to work? > > > > > > > > > > > > > > > Martin Grigorov > > > > > Wicket Training and Consulting > > > > > https://twitter.com/mtgrigorov > > > > > > > > > > > > > > > > > > > > -- > > Regards, > > Alexander > > > -- Regards, Alexander
