Mise à jour de 'Setup'
parent
632c8aae04
commit
6eab164004
15
Setup.md
15
Setup.md
@ -85,21 +85,6 @@ FYI: dev will work without ssl, in production server nginx will manage ssl as a
|
||||
git clone https://gitea.ndda.fr/apxtrib/apxtrib.git
|
||||
cd apxtrib
|
||||
yarn install
|
||||
|
||||
#edit nginx.conf
|
||||
vim /etc/nginx.conf
|
||||
#change user nginx by phil (your root user)
|
||||
user nginx; by user phil;
|
||||
#edit nginx default config
|
||||
vim /etc/nginx/conf.d/default.conf
|
||||
#change section location
|
||||
location / {
|
||||
root /usr/share/nginx/html; # change here by : root /home/phil/workspace/nationchains/www/socialworld
|
||||
index index.html index.htm;
|
||||
}
|
||||
# save
|
||||
sudo systemctl restart nginx
|
||||
# Start apxtrib
|
||||
yarn setup
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user