Mise à jour de 'Setup'

philc 2023-04-16 17:55:20 +00:00
parent 632c8aae04
commit 6eab164004

@ -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
```