Reputation: 8705
I have created a basic CMS using CodeIgniter 2.0.3, and now I want to create an installation so it can work on other computers. I have hard time finding any advice on the net. What is the best practice in this case?
Upvotes: 1
Views: 897
Reputation: 21
The Ionize CMS installer is a good start, but remember it is written only to install Ionize, not for other purposes. Anyway, it can help you to discover how to load CI classes and use them "outside" of CI.
Upvotes: 2
Reputation: 2247
If you are looking for an example, download and review ionize cms. It has a good installer and is released under the Open Source MIT license.
Upvotes: 2