Reputation: 731
I've Googled, I've searched, but I couldn't find an answer to this.
I've written a pretty big application with the framework CodeIgniter. Now, it's almost ready, and therefore almost ready to ship.
How do I install it on our server, or on our customers' servers?
I know I could write an installer for this, but I thought, maybe is there somebody who has written an installer generator. Or at least something that generates a script that can add 20-30 tables so that I don't have to spend a week building an installer. The application must be compatible with Oracle, MSSQL and MySQL.
It would be awesome if something like this is available.
edit: grammar edit: I use the Active Record Class, so it's compatible with all databases.
Upvotes: 2
Views: 5277