add ROOT_URL and Heroku button

This commit is contained in:
Sacha Greif 2015-05-14 16:21:08 +09:00
parent 35d5e8d2fb
commit 7c39487090
2 changed files with 10 additions and 1 deletions

View file

@ -28,3 +28,9 @@ Start hacking on this app on
in seconds:
[![Hack TelescopeJS/Telescope on Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=TelescopeJS%2FTelescope&file_to_open=README.nitrous.md)
### Heroku Button
Deploy on Heroku:
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

View file

@ -5,7 +5,10 @@
"logo": "http://www.telescopeapp.org/images/logo.png",
"keywords": ["meteor", "social", "community"],
"env": {
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git"
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": {
"description": "The full URL of your Telescope app."
}
},
"addons": [
"mongolab"