benkamen
(Ben Kamen)
22 يناير 2021، 11:28م
1
I just attempted to update my discourse version using
cd /var/discourse
git pull
./launcher rebuild app
First it was giving me disk space issues, which I resolved using ./launcher cleanup.
However, now I get this error when trying to start the app.
Any guidance would be greatly appreciated. I am NOT a web developer so I know very little about what I’m doing here.
Benjamin_D
(Benjamin Decotte)
23 يناير 2021، 12:19ص
2
I don’t think I ever manually started the app
did ./launcher rebuild app
give any error after the cleanup ?
إعجاب واحد (1)
benkamen
(Ben Kamen)
23 يناير 2021، 12:36ص
3
Yes, it was giving an error when rebuilding. I just tried rebuilding again and get the same error:
Benjamin_D
(Benjamin Decotte)
23 يناير 2021، 6:45ص
4
Something seems to be using the 80 port:
netstat -plnt | grep 80
?
Benjamin_D
(Benjamin Decotte)
23 يناير 2021، 5:21م
6
well, nginx is running, if you have no use for it, you can stop it
systemctl stop nginx
or even disable it
systemctl disable nginx
so it won’t start next reboot
and then rebuild.
إعجاب واحد (1)