Commit Graph

5 Commits

Author SHA1 Message Date
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