Is there a simple way to have a web based install/setup wizard for click webapplications like it is for many PHP ones?
Many PHP based applications have something like: /installer/index.php that would start a wizard consisting of several steps where the user gives information like database configuration, or various resources are checked. If this step is successful, /installer/ directory is deleted or deactivated. See, e.g.: http://help.joomla.org/content/view/1947/302/ (the pages from right side are each one a step in the install process) I think this would be a pretty generic functionality for click applications that would need just to be dropped as a WAR in a servlet container. The users would than just call the install page, so it would allow even non-developers to use click applications (I suppose this is the reason PHP is so widely adopted). Or maybe is there something like this for Click already? Also how to make the click cayenne integration to work only after the install process and use the values from there? thanks, Joseph -- View this message in context: http://n2.nabble.com/Web-based-install-setup-for-click-apps--tp2592777p2592777.html Sent from the click-user mailing list archive at Nabble.com.
