Add web server deployment

This commit is contained in:
jackyu66git
2025-04-30 11:17:50 +08:00
parent 645c66d23d
commit 8adfa1bbdc
15 changed files with 129 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# copy chanlun.service to:
/etc/systemd/system/chanlun.service
# run command:
sudo systemctl daemon-reload
sudo systemctl enable chanlun
sudo systemctl start chanlun
# check status:
sudo systemctl status chanlun
# check logs:
sudo journalctl -u chanlun -f