- Launch your app with
rails s -b 0.0.0.0
- Go to
http://punch.lvh.me:3000
for instance
The app configuration lies in config/application.yml
and is not
versionned by git (for security reasons). If you've just cloned this
repo, ask a colleague for his application.yml
file over a secure channel.
The first commit of this app has been generated thanks to lewagon/wagon_rails's rails app generator.
$ bin/deploy