0
0
Fork 0

Remove step where you try to erroneously enable the ghost-writer service

This commit is contained in:
Oliver-Akins 2021-01-09 15:13:16 -07:00
parent dd67a7e22e
commit bb9f187a2e

View file

@ -20,9 +20,8 @@ server folder in the Ghost Writer git repository.
7. Create a symlink named `ghost-writer.service` in `/` 7. Create a symlink named `ghost-writer.service` in `/`
pointing to the service file in the `server` folder of the Ghost Writer Online pointing to the service file in the `server` folder of the Ghost Writer Online
repository. (Ex: `sudo ln -s /etc/systemd/system/ghost-writer.service /server/ghost-writer.service`) repository. (Ex: `sudo ln -s /etc/systemd/system/ghost-writer.service /server/ghost-writer.service`)
8. Run `sudo systemctl enable ghost-writer` to tell systemd to use that service 8. Start the websocket server with `sudo systemctl start ghost-writer`.
9. Start the websocket server with `sudo systemctl start ghost-writer`. 9. Make sure the server is started by running `systemctl status ghost-writer`
10. Make sure the server is started by running `systemctl status ghost-writer`
* To restart the server, run `sudo systemctl restart ghost-writer`. * To restart the server, run `sudo systemctl restart ghost-writer`.
* To stop the server, run `sudo systemctl stop ghost-writer`. * To stop the server, run `sudo systemctl stop ghost-writer`.