Created
February 25, 2016 17:28
-
-
Save auycro/6f36b1f507f49402364b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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