Skip to content
Shiang-Yun Yang edited this page Jan 23, 2016 · 2 revisions

Welcome to the JudgeNode wiki!

安裝

Ubuntu

$ sudo apt-get install --yes nodejs npm
$ sudo service apache2 stop
$ sudo iptables -A INPUT -p tcp --dport 80 -j ACCEPT
$ sudo ufw allow 443/tcp
Clone this wiki locally