¶ ↑
____ ____ __ __ __
/\ _`\ /\ _`\ /\ /\ \ __/\ __ \ ,L_\ __ __ \ ,L_\ \ /'/'/_\ \ ,_\
\/_\__ \ /'__`\ /'__`\\/_\__ \\ \ , < \/\ \ \ \/ /\ \L\ \/\ \L\.\_/\ \L\.\_/\ \L\ \ \ \\`\\ \ \ \ \_ \ `\____\ \__/.\_\ \__/.\_\ `\____\ \_\ \_\ \_\ \__\ \/_____/\/__/\/_/\/__/\/_/\/_____/\/_/\/_/\/_/\/__/
Congraduration 🎉, all done 👏.
-
Before you start rails server, Please config your secret credential and use the sample template located in
`config/credentials.yml.sample` as the starting point.
For development environment: EDITOR=vim rails credentials:edit –environment development
For test environment: EDITOR=vim rails credentials:edit –environment test
For production environment: EDITOR=vim rails credentials:edit
-
To start the app:
cd your_app bin/rails server Open browser with localhost:3000