Skip to content

Instantly share code, notes, and snippets.

@BradMcGonigle
Forked from stickwithjosh/gist:2869162
Last active December 10, 2015 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BradMcGonigle/4429452 to your computer and use it in GitHub Desktop.
Save BradMcGonigle/4429452 to your computer and use it in GitHub Desktop.
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
* $ heroku open (should open website, DOMAIN.heroku.com)
* Setup DNS (hover.com, forward to www.DOMAIN.com, add 1 DNS record: www CNAME DOMAIN.heroku.com)
* Wait
* (add to gitbox)
* add other hackers to heroku app
* ln -s /path/to/project ~/.pow/DOMAIN (add to dev)
Website should work!
------------------------------------
Google Apps Mail Setup
------
Create MX records:
@ MX 1 ASPMX.L.GOOGLE.COM.
@ MX 5 ALT1.ASPMX.L.GOOGLE.COM.
@ MX 5 ALT2.ASPMX.L.GOOGLE.COM.
@ MX 10 ASPMX2.GOOGLEMAIL.COM.
@ MX 10 ASPMX3.GOOGLEMAIL.COM.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment