From 799318021e82ff2265d49309987259c6a7fbf0e4 Mon Sep 17 00:00:00 2001 From: Bennett Elder Date: Sun, 29 May 2016 21:00:03 -0400 Subject: [PATCH 1/3] Change Hack Button to Quickstarts Button to support newer Nitrous.io platform --- README.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index c312de00..5deddc59 100644 --- a/README.markdown +++ b/README.markdown @@ -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) From 734a7536831f0a69ac7245457181279e4d346e94 Mon Sep 17 00:00:00 2001 From: Bennett Elder Date: Sun, 29 May 2016 21:03:07 -0400 Subject: [PATCH 2/3] Create nitrous.json for Nitrous.io Quickstart button --- nitrous.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nitrous.json diff --git a/nitrous.json b/nitrous.json new file mode 100644 index 00000000..e4d9e2a3 --- /dev/null +++ b/nitrous.json @@ -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." +} From 1b647137a1a378a7cfa2f56e10d74a50c14945fd Mon Sep 17 00:00:00 2001 From: Bennett Elder Date: Sun, 29 May 2016 21:15:33 -0400 Subject: [PATCH 3/3] Update README.nitrous.md to reflect modern Nitrous.io --- README.nitrous.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.nitrous.md b/README.nitrous.md index fde7f4dc..9313ce95 100644 --- a/README.nitrous.md +++ b/README.nitrous.md @@ -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"