![]() |
Something I made for getting a CI environment up and running really quick.. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Something I made for getting a CI environment up and running really quick.. (/showthread.php?tid=58241) |
Something I made for getting a CI environment up and running really quick.. - El Forum - 05-26-2013 [eluser]Unknown[/eluser] Not sure how active this board is or if this is going to be of any value to anyone but I've been having to use CodeIgniter a lot for work (and I'm coming from a background of Rails, recently anyway) so I put together a deployment for CI that pulls a modified version of the framework configures a bunch of things quickly and has a basic scaffolding tool. https://github.com/JustinWUP/codesparks This deployment features: * Neat template features like preinstalled assets folders, core headers/footers, view/scaffolded organization * Some helper functions I use for loading assets, URLs, partials and views * Basic (for now) scaffold generation from bash/shell. * Preinstalled environment configurability * Automated Apache set up * Ability to select mixins that you might find useful Coming maybe: * More scaffold generation features * More mixins (gimme ideas) * Documentation on the helpers, scaffolding Let me know if it's of any value to you or if you have suggestions/want to contribute. I've been using CI for about two weeks so I'm sure there are things to improve. Just run the curl script in the github readme and go. Something I made for getting a CI environment up and running really quick.. - El Forum - 05-26-2013 [eluser]Unknown[/eluser] If anyone is checking the project out, just put together a simple views generator in the scaffold tool. Hope it's helpful for someone. |