![]() |
Development , staging , production - 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: Development , staging , production (/showthread.php?tid=32489) |
Development , staging , production - El Forum - 07-25-2010 [eluser]w84me[/eluser] Hi all, I am new to CI and I wonder if there are any good tutorials or practices for multiple environments setup. Thanks in advance Development , staging , production - El Forum - 07-25-2010 [eluser]WanWizard[/eluser] I think it's difficult to come up with a 'standard' for multi environments, since every persons situation is different. The sites I develop are agnostic to the hostname, so from a frontend point of view I can easily move them around. The only other system specific file is .htaccess with can contain platform specific rules, and the config/database.php, but you have to set that up manually for every platform anyway. |