From 31baa8d9266d0843cebf83a635c38560de804d98 Mon Sep 17 00:00:00 2001 From: Maarten Eyskens Date: Wed, 7 Jan 2015 20:06:39 +0100 Subject: [PATCH 1/3] Added npm to the apt-get install --- docs/setup/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/install.md b/docs/setup/install.md index f7f10a3d..cb442282 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -40,7 +40,7 @@ $ cd Cachet You need to have a modern version of node.js installed (with NPM) - see https://github.com/nodesource/distributions ```bash -apt-get install nodejs +apt-get install nodejs npm npm install -g bower npm install -g gulp curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet! From abdd9667a4adb97f6aa01e9c5c73eda6713cfb64 Mon Sep 17 00:00:00 2001 From: Maarten Eyskens Date: Wed, 7 Jan 2015 20:09:42 +0100 Subject: [PATCH 2/3] Added array-union --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f56cfdbe..6ddb0822 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "del": "~1.1.1", "gulp": "~3.8.8", "laravel-elixir": "~0.9.1", - "laravel-elixir-jshint": "~0.1.6" + "laravel-elixir-jshint": "~0.1.6", + "array-union": "~1.0.1" } } From 5121a6328f64515d28dafd9806088f0a5d0c6bb8 Mon Sep 17 00:00:00 2001 From: Maarten Eyskens Date: Wed, 7 Jan 2015 21:41:45 +0100 Subject: [PATCH 3/3] Better markup --- docs/setup/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup/install.md b/docs/setup/install.md index cb442282..234423d5 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -39,6 +39,7 @@ $ cd Cachet ## Install requirements You need to have a modern version of node.js installed (with NPM) - see https://github.com/nodesource/distributions + ```bash apt-get install nodejs npm npm install -g bower