This file contains 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
1. Purchase domain (hover.com) | |
2. Heroku app for website | |
* copy existing site | |
* Make git repo run | |
$ git init . | |
$ git add . | |
$ git commit -a -m "intial commit" | |
* $ heroku apps:create DOMAIN (https://devcenter.heroku.com/articles/creating-apps) | |
* $ git push heroku master | |
* $ heroku domains:add www.DOMAIN.com |
NewerOlder