mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 23:28:40 +00:00
c5ef73dc76
The installation files are dirty when they are outside of the folder. It now looks not so mess. And there is no need to place empty jdk files. 果断删除之。
11 lines
167 B
Bash
11 lines
167 B
Bash
#!/bin/sh
|
|
|
|
service ntp start
|
|
service apache2 start
|
|
service mysql start
|
|
svnserve -d -r /var/svn
|
|
|
|
su local_main_judger -c '~/judge_client/judge_client start'
|
|
|
|
exec bash
|