I doubt that people will install docker to run WebConfig. If we expect running WebConfig on user machine node.js + mongoDB is a bad choose. Most of our users are java developers, the plain way is to use Jetty + H2 and pack whole WebConfig to single jar. User will be start it using "java -jar webConfig.jar" without unnecessary actions.
As I understand, only Persistence feature requires installation WebConfig on local machine, my be you should create separated project PersistenceGenerator that will use Jetty+H2 and will be packed to single jar. On Tue, Jun 30, 2015 at 1:24 PM, Alexey Kuznetsov <[email protected]> wrote: > What about docker image? > We will create docker image with installed nodejs, mongo and Ignite Web > Config. > Will this solve this problem? > > On Mon, Jun 29, 2015 at 4:07 PM, Dmitriy Setrakyan <[email protected]> > wrote: > > > From my standpoint, I would like the web-config-download to come as a zip > > file without any extra installation steps if possible. > > > > Ideally, a user should be able to just download it, unzip it, and start > > using it. > > > > D. > > > > On Mon, Jun 29, 2015 at 12:33 AM, Alexey Kuznetsov < > > [email protected]> > > wrote: > > > > > Igniters, > > > > > > We are working on Ignite Web Config (ignite-843) and very close to > first > > > version of it. > > > As usual everything could be launched from sources, but for usability > > issue > > > I'm thinking > > > about a kind of installer for web config. > > > > > > In web config we are using: nodejs, mongodb, angular. > > > > > > Does any one has experience of packaging web applications for later > > > deployment? > > > > > > Any ideas are very appreciated. > > > > > > -- > > > Alexey Kuznetsov > > > GridGain Systems > > > www.gridgain.com > > > > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com >
