CodeIgniter Forums
It is built, what do I do now? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: It is built, what do I do now? (/showthread.php?tid=44526)



It is built, what do I do now? - El Forum - 08-17-2011

[eluser]brucebat[/eluser]
Hi all,

I have finished testing and development on my localhost server for my CodeIgniter site.

I am about to host it on my webserver.

Is there anything I need to do now that I have finished.

Any security settings?


I know I have to adjust my db, and config etc

Thanks


It is built, what do I do now? - El Forum - 08-17-2011

[eluser]jblack199[/eluser]
If you have programmed it right, all you need to do is change your config, db and upload away. There will almost always be a few bugs that you have to workout when switching from a localhost to a real host, but that just comes with the job.

good luck!


It is built, what do I do now? - El Forum - 08-17-2011

[eluser]brucebat[/eluser]
I was under the impression though that there is some thing I need to change somewhere like a "Development Mode" ?


It is built, what do I do now? - El Forum - 08-17-2011

[eluser]jblack199[/eluser]
Not unless you programmed a development mode as of yet I havent seen any 'development' mode anywhere in CI I'd imagine if it were there it would be in the config.php but its not.