Skip to content

Instantly share code, notes, and snippets.

@oiojin831
Created September 24, 2015 01:49
Show Gist options
  • Save oiojin831/cf4f7ac26885f4c21430 to your computer and use it in GitHub Desktop.
Save oiojin831/cf4f7ac26885f4c21430 to your computer and use it in GitHub Desktop.
basic setup for suspenders
suspenders appname --heroku true --github organization/project
cd appname

then generate first view and routes and start foreman

rails g controller.......etc
foreman start -p 8000

this will generate necessary envs... then start with rails s -b -s add envs in .env if you needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment