Update README.md to reflect reality
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user