Something I made for getting a CI environment up and running really quick.. |
[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. |
Messages In This Thread |
Something I made for getting a CI environment up and running really quick.. - by El Forum - 05-26-2013, 11:31 AM
Something I made for getting a CI environment up and running really quick.. - by El Forum - 05-26-2013, 04:03 PM
|