From 31b4d40b00ca36f9317507de683e0174ee532012 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 19 Jun 2014 12:06:11 -0700 Subject: [PATCH] Update README.md to reflect reality --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8079662e5..5638618e4 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,8 @@ The Box ======= -Systemd -------- +Development setup +----------------- +* sudo adduser yellowtent +** This dummy user is required for supervisor 'box' configs -Yellowtent needs to be installed globally. - -``` -sudo npm install -g . -``` - -Copy the `yellowtent.service` file to `/usr/lib/systemd/system` and create a `yellowtent` user and group. - -``` -sudo cp yellowtent.service /usr/lib/systemd/system/ -sudo useradd -mrU yellowtent -sudo systemctl start yellowtent - -# or permanently enable it -sudo systemctl enable yellowtent -```