Commit Graph

10 Commits

Author SHA1 Message Date
Masco Skray
986a2713fa chore: set Dockerfile build from new branch name
We've just change php7 branch as the master branch, and php5 version turned into legacy.
To make docker automated build work correctly, the branch name specify now changed.
2018-12-15 13:44:03 +08:00
Masco Skray
64b7f9296e revert: fix the wrong generation of our-root password and length
Due to last those commits, the password generation was modified incorrectly.
It gens the $_svn_ourroot_password_ to $_svn_certroot_password_. Must revert it.
According to the version from @vfleaking, the judger_socket password and the our-root password is 32 chars long.
2018-09-20 16:32:08 +08:00
igronemyk
6419333a57 fix: Fix the install.sh
Due to unknown reason,the last pull request was not completely submitted.Fix it.
2018-01-01 20:47:53 +08:00
Igronemyk
bea9508a26 fix: fix the wrong svn password (#9)
Due to historical reasons,the password for problem will be refresh by the web side after it created.So the svn password should use only one. And the last hotfix caused some strange problem. Fix it.
2018-01-01 17:14:15 +08:00
Billchenchina
349f8471e1 fix: fix the wrong svn password (#8)
The new install script (commit 19aac52) made a mistake in svn password, which made a error
when trying to click the 与svn仓库同步 button. Just fix this bug.
2017-12-31 23:34:59 +08:00
ceba_robot
1c1e219681 fix: Fix the wrong generation of cookie salt
The last commit changed the installation script a lot, but made a
mistake on the genration of config. It gen the cookie-checksum-salt
to user-checksum-salt. Just fix it.
2017-09-17 23:21:22 +08:00
MascoSkray
19aac52bcd
feat: update new installation script and support docker automated build
There are too many files of the old installation script. Now this could be only three files.
Add support for docker automated build, so we can get the latest build form docker hub every time.
The script can automaticly search the latest jdk builds and get them. It is no need to download by yourself. Make some changes to .default-config.php to generate config file.
This new installation script can also be used for traditional installation. Supports some situations that does not provide docker environment such as WSL or OpenVZ virtualization technology.
Bump mysql-server into 5.6 which 5.5.57 has some 奥妙重重的 problems in docker container.
2017-09-11 03:46:56 +08:00
MascoSkray
c5ef73dc76
style: move install files to a renamed folder
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. 果断删除之。
2017-09-07 13:16:13 +08:00
ruanxingzhi
85de04ff6c 修复非80端口问题;在.config.php中自定义网站;docker build镜像名设为uoj 2017-04-07 17:02:34 +08:00
roastduck
63142dd042 fixed the port issue 2017-04-07 11:15:39 +08:00