Setup¶ ↑ bundle install rake db:migrate rake db:seed rails s Content¶ ↑ localhost:3000 Admin¶ ↑ localhost:3000/admin/pages Default admin account: email: [email protected] password: cms Theme change¶ ↑ application_controller.rb THEME = “sample” THEME = “cms05”