- Setup Github SSH - Doc
- Clone this repo
$ rm -rf .git
$ git init
$ bundle install
$ rails g rename:into [YOUR_APP_NAME]
- Create an .env file for all development environment variables.
$ rails db:create
$ rails g active_admin:install
$ rails g wrap_activeadmin:install
$ rails db:migrate
$ rails db:seed
$ git add -A
$ git commit -m 'Initial Setup'
$ bundle install --gemfile=.overcommit_gems.rb
$ chmod +x bin/setup_overcommit
$ overcommit --install
- Framework - Bootstrap V4
- ActiveAdmin - ActiveAdmin Documentation
- CbStem - CMDBrew Studio: WrapActiveAdmin