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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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. |
|||
|
|
|
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. |
|||
|
|
