Skip to content

NCKU-NASA/nasa-judge-backend

Repository files navigation

NASA Backend

NCKU NASA judge Backend service

Install

  1. clone this repo and cd into nasa-judge-backend.
git clone https://github.com/NCKU-NASA/nasa-judge-backend
cd nasa-judge-backend
  1. run bash install.sh -h to see help
Usage: install.sh [options]
Options:
  -h, --help                            display this help message and exit.
  -u, --url URL                         backend url.
  -p, --port PORT                       listen port.
  -n, --dbname NAME                     mysql database name.
  -u, --dbuser USERNAME                 mysql user.
  -ju, --judgeurl URL                   url of judge.
  -vu, --vncproxyurl URL                url of vncproxy.
  1. run install.sh with options
bash install.sh [options]
  1. Set /etc/nasajudgebackend/.env

  2. Restart it with systemd.

systemctl restart nasajudgebackend.service

Remove

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published