mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update README.md
This commit is contained in:
parent
01ffcafab4
commit
fa09c49f5a
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -148,21 +148,23 @@ npm run start
|
|||
* Stop your locally running server. Copy systemd-service file `edumeet.service` to `/etc/systemd/system/` and check location path settings:
|
||||
|
||||
```bash
|
||||
$ cp edumeet.service /etc/systemd/system/
|
||||
$ edit /etc/systemd/system/edumeet.service
|
||||
cp edumeet.service /etc/systemd/system/
|
||||
|
||||
# modify the install paths, if required
|
||||
sudo edit /etc/systemd/system/edumeet.service
|
||||
```
|
||||
|
||||
* Reload systemd configuration and start service:
|
||||
|
||||
```bash
|
||||
$ systemctl daemon-reload
|
||||
$ systemctl start edumeet
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl start edumeet
|
||||
```
|
||||
|
||||
* If you want to start edumeet at boot time:
|
||||
|
||||
```bash
|
||||
$ systemctl enable edumeet
|
||||
sudo systemctl enable edumeet
|
||||
```
|
||||
|
||||
## Ports and firewall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue