|
@@ -4,10 +4,15 @@ The base Django project of a service web application to which other modules are
|
|
|
|
|
|
## Installation / Upgrade
|
|
|
|
|
|
-1. Download or clone repository.
|
|
|
-2. Go to the root of the repository.
|
|
|
+1. download or clone repository.
|
|
|
+2. go to the root of the repository.
|
|
|
3. run `./bin/install.sh`
|
|
|
-4. Follow the instructions in console.
|
|
|
+4. edit file `./bin/install.cfg` if needed
|
|
|
+5. run `./bin/install.sh`
|
|
|
+6. edit file `./.env` and write settings for PostgreSQL database
|
|
|
+7. run `./bin/install.sh`
|
|
|
+8. run `./bin/install_service.sh`
|
|
|
+9. check status service `systemctl status sharix_open.service`
|
|
|
|
|
|
### Test Users
|
|
|
|