add packaging scripts
This commit is contained in:
15
packaging/ubuntu/README.txt
Normal file
15
packaging/ubuntu/README.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Build the deb:
|
||||
cd bitoj_python/packaging/ubuntu
|
||||
bash build-deb.sh
|
||||
|
||||
Install:
|
||||
sudo dpkg -i dist/bitoj_0.1.0_all.deb
|
||||
|
||||
Service:
|
||||
sudo service bitoj start|stop|restart
|
||||
sudo journalctl -u bitoj -f
|
||||
|
||||
Logs:
|
||||
/var/log/bitoj/daemon.log
|
||||
/var/log/bitoj/judge-*.log
|
||||
/var/log/bitoj/tester-*.log
|
||||
Reference in New Issue
Block a user