|
@@ -14,6 +14,40 @@ The base Django project of a service web application to which other modules are
|
|
|
8. run `./bin/install_service.sh`
|
|
|
9. check status service `systemctl status sharix_open.service`
|
|
|
|
|
|
+### Installation app systemd service
|
|
|
+
|
|
|
+run script
|
|
|
+
|
|
|
+```bash
|
|
|
+./bin/install_service.sh
|
|
|
+```
|
|
|
+
|
|
|
+### systemctl basic
|
|
|
+
|
|
|
+show status:
|
|
|
+
|
|
|
+```bash
|
|
|
+systemctl status sharix_main
|
|
|
+```
|
|
|
+
|
|
|
+restart:
|
|
|
+
|
|
|
+```bash
|
|
|
+systemctl restart sharix_main
|
|
|
+```
|
|
|
+
|
|
|
+stop:
|
|
|
+
|
|
|
+```bash
|
|
|
+systemctl restart sharix_main
|
|
|
+```
|
|
|
+
|
|
|
+start:
|
|
|
+
|
|
|
+```bash
|
|
|
+systemctl start sharix_main
|
|
|
+```
|
|
|
+
|
|
|
### Test Users
|
|
|
|
|
|
During the installation/upgrade, you can pass the `GENERATE_TEST_USERS=1`
|