From bdd12bf95576edd169b8bf211b8b259b2aed8008 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Wed, 16 Jul 2014 09:57:01 -0400 Subject: [PATCH 1/2] Update README.md Added note to not run as root to avoid easy to miss errors during the fast-scrolling install that lead to WD permissions issues in node later during the testing phase. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fde3ca6..de2c86b2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Services ecosystem. ## Install -You'll need node 0.10.x or higher and npm to run the server. +You'll need node 0.10.x or higher and npm to run the server. On some systems running the server as root will cause working directory permissions issues with node during the install. It is recommended that you create a seperate user to ensure a clean and more secure installation. Clone the git repository and install dependencies: From a3b17d91304699150dfbc760e1f31dc7504c97f6 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Wed, 16 Jul 2014 09:58:40 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de2c86b2..be9c3dd3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Services ecosystem. ## Install -You'll need node 0.10.x or higher and npm to run the server. On some systems running the server as root will cause working directory permissions issues with node during the install. It is recommended that you create a seperate user to ensure a clean and more secure installation. +You'll need node 0.10.x or higher and npm to run the server. On some systems running the server as root will cause working directory permissions issues with node. It is recommended that you create a seperate, standard user to ensure a clean and more secure installation. Clone the git repository and install dependencies: