Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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."
}