diff --git a/README.md b/README.md index ae0f9c21b..8e31cba3e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ Telescope is an open-source, real-time social news site built with [Meteor](http - cd /some/path - Run `mrt` +# Developing on Nitrous.IO + +Start hacking on this app on +[Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=Telescope&utm_medium=hackonnitrous) +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) + # Hosting Telescope I recommend using either Meteor's own free hosting service, or checking out [Modulus](http://modulus.io/). diff --git a/README.nitrous.md b/README.nitrous.md new file mode 100644 index 000000000..a98c19e59 --- /dev/null +++ b/README.nitrous.md @@ -0,0 +1,13 @@ +# Setup for Nitrous.IO + +Before you can run this project, you will need to install Meteor with Autoparts, and install Meteorite with NPM. + +Run the following commands in the Terminal below: + +1. `cd ~/workspace/Telescope/` +2. `parts install meteor` +3. `npm install -g meteorite` +4. `mrt update` +5. `meteor` + +Go to the "Preview Menu" and click "Port 3000" \ No newline at end of file