up
This commit is contained in:
parent
568429942f
commit
76ced4aec8
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -206,6 +206,19 @@ RestartSec=5
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
```
|
```
|
||||||
|
##### risolvi i bug
|
||||||
|
```
|
||||||
|
cd /var/www/html/leaflet/ruscomap
|
||||||
|
|
||||||
|
chown www-data:www-data public
|
||||||
|
|
||||||
|
cd /var/www/html/leaflet/ruscomap
|
||||||
|
mkdir config; cd config
|
||||||
|
cp ../server/config/default.json default.json
|
||||||
|
|
||||||
|
mkdir /var/www/html/leaflet/ruscomap/uploads
|
||||||
|
```
|
||||||
|
|
||||||
##### avvialo e abilitalo a startarsi in automatico
|
##### avvialo e abilitalo a startarsi in automatico
|
||||||
```
|
```
|
||||||
sudo systemctl start ruscomap.service
|
sudo systemctl start ruscomap.service
|
||||||
|
|
Loading…
Reference in a new issue