Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Hack Button to Quickstarts Button to support newer Nitrous.io #288

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ Start hacking on this app on
[Nitrous.IO](https://www.nitrous.io/?utm_source=github.com&utm_campaign=Microscope&utm_medium=hackonnitrous)
in seconds:

[![Hack DiscoverMeteor/Microscope on
Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f6045e1949af9d96095b.png)](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=DiscoverMeteor%2FMicroscope&file_to_open=README.nitrous.md)

[![Nitrous Quickstart](https://nitrous-image-icons.s3.amazonaws.com/quickstart.svg)](https://www.nitrous.io/quickstart)
11 changes: 3 additions & 8 deletions README.nitrous.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# 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/Microscope/`
2. `parts install meteor`
3. `npm install -g meteorite`
4. `mrt update`
5. `meteor`
1. `cd ~/code/workspace/Microscope/`
2. `meteor`

Go to the "Preview Menu" and click "Port 3000"
Go to the "Preview" menu and click "Port 3000 - HTTP"

6 changes: 6 additions & 0 deletions nitrous.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"template": "meteor",
"ports": [3000],
"name": "Microscope",
"description": "Microscope is a simple social news app that lets you share links, comment, and vote on them."
}