Skip to content

Instantly share code, notes, and snippets.

@auycro
Created February 25, 2016 17:28
Show Gist options
  • Save auycro/6f36b1f507f49402364b to your computer and use it in GitHub Desktop.
Save auycro/6f36b1f507f49402364b to your computer and use it in GitHub Desktop.
$ git clone [email protected]:rwdaigle/discourse.git && cd discourse
gem install bundle
gem install atomic
bundle install
List gem: gem query --local
check gem version: gem --version
uninstall gem; gem uninstall --all
Set up heroku
$ heroku create discourse-myname
$ heroku addons:create heroku-postgresql
$ heroku pg:promote [color]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment