From 2cfac092e288854eedaed5936712dfc24f61a0b6 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Mon, 5 Jan 2015 22:55:49 -0500 Subject: [PATCH 1/2] Move devdeps, update readme --- README.md | 7 +++---- package.json | 10 ++++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c2b501c..74cd5af 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,9 @@ Please [visit the website](https://crafatar.com) for details. ## Install -* Clone the repository -* Install [node-canvas](https://github.com/Automattic/node-canvas/wiki#desktop) dependencies. +* Clone the repository. * `npm install` -* `redis-server` * `cp "modules/config.example.js" "modules/config.js"` +* Ensure a `redis-server` is running * `node server.js` -* Access [http://localhost:3000](http://localhost:3000) \ No newline at end of file +* Access [http://localhost:3000](http://localhost:3000) diff --git a/package.json b/package.json index 3c340f5..1a6f260 100644 --- a/package.json +++ b/package.json @@ -26,15 +26,17 @@ }, "dependencies": { "canvas": "1.1.6", - "coveralls": "^2.11.2", - "istanbul": "^0.3.2", "jade": "~1.8.2", "lwip": "0.0.6", - "mocha": "2.1.0", - "mocha-lcov-reporter": "0.0.1", "redis": "0.12.1", "request": "2.51.0", "node-df": "0.1.1", "mime": "1.2.11" + }, + "devDependencies": { + "coveralls": "^2.11.2", + "istanbul": "^0.3.2", + "mocha": "2.1.0", + "mocha-lcov-reporter": "0.0.1" } } From 0750b2b85ce76eb60b6d4d80930bc987e6d20827 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Wed, 7 Jan 2015 13:06:21 -0500 Subject: [PATCH 2/2] Added ensure cairo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74cd5af..933e057 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Please [visit the website](https://crafatar.com) for details. ## Install +* Ensure Cairo is [installed](https://github.com/Automattic/node-canvas/wiki). * Clone the repository. * `npm install` * `cp "modules/config.example.js" "modules/config.js"`