composer create-project --prefer-dist ballstatecber/datacenter-skeleton [app_name] -s dev
- Update
config/app.php - Update
config/.env,config/.env.production, andconfig/.env.dev - Compile
webroot/css/style.lessintostyle.css - Check to make sure the version of Bootstrap served via BootstrapCDN.com in
Template/Layout/default.ctpmatches that invendor/twbs/bootstrap
- Create a GitHub repository
- Add repo to Code Climate
- Add Slack integration
- Add GitHub issue integration
- Add Code Climate to the GitHub repo's integrations & services tab
- Add repo to Slack's GitHub integration
- Turn on building in Travis
- Add to Data Center Panopticon
- Bonus points: Add Travis and Code Climate badges to
README.md