Hightower Posted November 11, 2010 Posted November 11, 2010 Any CI users out there be able to tell me what the best way to distribute my CI app is? Is it easy enough to create an 'installer' for my app, and if so what is the best way to go about this?
kesomir Posted November 11, 2010 Posted November 11, 2010 Could check for the existence of the installer controller. If it exists, then redirect from the 'home' controller. Require deletion of the installer on completion. Then I'd zip it all up. The user will have to drop the folder and on navigating to the right url will get the installer, which you can use to check permissions, database etc.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now