Update README.md to reflect reality

This commit is contained in:
Girish Ramakrishnan
2014-06-19 12:06:11 -07:00
parent 35bd376a2b
commit 31b4d40b00
+4 -18
View File
@@ -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
```