tliron / prudence

An opinionated lightweight web framework built for scale
https://prudence.threecrickets.com
Apache License 2.0
13 stars 5 forks source link

Create a cross-platform installer for Prudence #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be a very nice thing to have!

A wizard-based installer would:

1. Let you choose which components you want (offering all of them by default?)
2. Allow you to download GPL components, such as Tanuki wrapper and Caucho's 
Quercus PHP engine (see issue #6)
3. Copy all the files to the right places with the right permissions
4. Install Prudence as a daemon

The first step should be to investigate the various JVM-based installers out 
there, and see which would offer the best user experience, and the best 
packaging experience on our end.

The second step should be to integrate it into our Ant build script.

Original issue reported on code.google.com by tal.liron on 21 Aug 2011 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by tal.liron on 21 Aug 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Prudence 2.0 takes this one step further through it's reliance on Sincerity.

It is not a GUI installer at this point, but it definitely makes the 
installation of many dependencies quite trivial.

Original comment by tal.liron on 14 Jan 2012 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by tal.liron on 14 Jan 2012 at 10:19

GoogleCodeExporter commented 9 years ago
Sincerity will be using a graphical installer (based on BitRock's 
InstallBuilder).

Original comment by tal.liron on 1 Mar 2012 at 10:01

GoogleCodeExporter commented 9 years ago
This is done.

Original comment by tal.liron on 19 Nov 2013 at 9:03