benkamen
(Ben Kamen)
2021 年 1 月 22 日午後 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)
2021 年 1 月 23 日午前 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)
2021 年 1 月 23 日午前 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)
2021 年 1 月 23 日午前 6:45
4
Something seems to be using the 80 port:
netstat -plnt | grep 80
?
Benjamin_D
(Benjamin Decotte)
2021 年 1 月 23 日午後 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