From a1a39778aa1422ea8c25cf66f8444181ba4dae3b Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Thu, 2 Jun 2016 21:24:31 +0100 Subject: [PATCH] Update docs --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e769c59..e6f344d 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,9 @@ It has been through many iterations, but in its current incarnation Hostr uses [ ## Getting Started -### Runtimes - -Currently tested and runs on iojs 2.5.0, probably works on earlier releases and on node. Does yet not work on iojs > 3 due to the NAN changes introduced. - ### Dependencies -You'll need `graphicsmagick` for image thumbnailing, everything else is taken care of by an `npm install`. +Everything is taken care of by an `npm install`. ### Enviroment Variable Configuration @@ -21,9 +17,7 @@ See [`.env.example`](.env.example). Copy it to `.env`, modify and `source .env` ### Deploying to Heroku -Because it uses iojs and graphicsmagick runtimes hostr needs an env variable for `BUILDPACK_URL` set to `https://github.com/ddollar/heroku-buildpack-multi.git` on Heroku. - -You'll also need to add Heroku Redis and a MongoDB addon. +You'll need to add Heroku Redis and a MongoDB addon. ## Usage @@ -53,4 +47,4 @@ Running the tests will also set the indexes required for Mongo. ## Licence -My primary motivation is to get to work on Hostr in public. Contributions are welcome and all Javascript is MIT licenced, however the brand is not. The brand includes the name, logo images, CSS and marketing HTML. +My primary motivation is to get to work on Hostr in public. Contributions are welcome and all Javascript is Apache licenced, however the brand is not. The brand includes the name, logo images, CSS and marketing HTML.