Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 487 Bytes

MimicDanceServer

Deployment

See the detailed information here.

heroku login
heroku git:remote -a mimic-dance-server
heroku config:set BUILDPACK_URL=https://github.com/lirbank/meteor-buildpack-horse.git
heroku config:set ROOT_URL=https://mimic-dance-server.herokuapp.com
heroku addons:create mongolab:sandbox
git push heroku master
heroku open

Web Sites