Commit Graph

294 Commits

Author SHA1 Message Date
Marwolf
3e2046f50e Including fastcgi.conf 2018-08-18 12:37:33 -04:00
Marwolf
24812b66fa Lets Encrypt friendliness 2018-08-18 12:33:59 -04:00
Marwolf
e0e350991e Tweaks 2018-08-18 12:17:58 -04:00
Marwolf
3c7a2da359 Changes to support new design 2018-08-18 12:12:37 -04:00
Marwolf
b8c12d935f Permissions corrections 2018-08-18 10:33:15 -04:00
Marwolf
554d178aae Changes required to correct issues during testing 2018-08-18 02:36:54 -04:00
Marwolf
4dd84332d5 Docker and Ghost CMS overhaul 2018-08-18 01:10:09 -04:00
Marwolf
399e5ea342 Readme update 2018-08-17 09:16:39 -04:00
Marwolf
a0d0d4f26c Timezone set for Ubuntu, tweaks 2018-08-16 08:25:27 -04:00
Marwolf
7b2e951075 Enhanced innodb.cnf configuration 2018-08-15 08:59:06 -04:00
Marwolf
b3f5247a55 Corrections needed for single player on Windows 2018-08-15 08:20:43 -04:00
Marwolf
68ed60c264 Script clean up 2018-08-15 07:46:30 -04:00
Marwolf
8b5fb1804e Script clean up, enhancement 2018-08-15 01:28:18 -04:00
Marwolf
80720289b5 Removal of Gradle until needed, adds extra overhead. 2018-08-14 06:18:13 -04:00
Marwolf
0b2b6df94e Logic corrections 2018-08-13 12:43:22 -04:00
Marwolf
7b6fe9c460 Script clean up, automation improvements, documentation 2018-08-13 12:23:55 -04:00
Marwolf
b74975670d Installation of openjfx required, script now contains 2018-08-12 11:57:24 -04:00
Marwolf
53d182ee7f Removal of single player Docker container force recreate due to delays 2018-08-11 19:29:52 -04:00
Marwolf
e1c2d7c004 Tweaks to prevent a MariaDB Docker import failure 2018-08-11 19:25:07 -04:00
Marwolf
d99670ef85 Forcing MySQL user and password as "root" 2018-08-11 19:19:50 -04:00
Marwolf
5ac789304e Removing typos 2018-08-11 19:17:01 -04:00
Marwolf
d2e63cf325 Implemented gradle for Windows single player 2018-08-11 19:13:08 -04:00
Marwolf
171aa9e3e4 Gradle conversion, script cleanup 2018-08-11 13:00:44 -04:00
Marwolf
d4d3f83aac A more pretty method of hiding this empty file 2018-08-11 11:52:22 -04:00
Marwolf
f699f74144 Added entry to edit server config.xml 2018-08-11 01:02:08 -04:00
Marwolf
175edb7ce9 Removal of extra line space 2018-08-11 00:56:48 -04:00
Marwolf
8bab4ca9e0 Automated file editing for new production server deployments 2018-08-11 00:50:39 -04:00
Marwolf
cf669014ba Basic installs now include zip 2018-08-11 00:40:58 -04:00
Marwolf
c0ff301105 Build automation for production 2018-08-11 00:30:08 -04:00
Marwolf
76948f3b7a Forced sudo for actions due to default permissions 2018-08-11 00:16:34 -04:00
Marwolf
5ee4051c90 New script for automating build deployment 2018-08-11 00:01:31 -04:00
Marwolf
b3b48f737d Removal of unneeded script files 2018-08-10 22:29:33 -04:00
Marwolf
d59dcdaaed Screen is not installed by default, adding 2018-08-10 22:08:00 -04:00
Marwolf
e006a1bdcd Removal of not needed docker login command 2018-08-10 22:04:58 -04:00
Marwolf
336ccb4ae7 Specified single player start command 2018-08-10 21:54:56 -04:00
Marwolf
8b8144fbdd Corrections for Linux compatibility 2018-08-10 21:49:56 -04:00
Marwolf
e0e8d09c81 Minimal Docker images required for single player deployment 2018-08-10 21:39:27 -04:00
Marwolf
62173da050 Automatically removes orphan Docker containers at start 2018-08-10 21:23:08 -04:00
Marwolf
eaf9f79534 Wording changes, tweaked things, it installs Oracle JDK 8 now 2018-08-10 21:05:19 -04:00
Marwolf
8f97277ad8 Removed references to wiki, made windows single player match linux 2018-08-09 19:19:40 -04:00
Marwolf
b329877c56 Generates dat files at launch based on database, moves to local cache
Ensures devs are using the cache associated with the repo, not what the game launcher last gave them.
2018-08-09 16:41:16 -04:00
Marwolf
2fb24ef547 Corrected verbiage 2018-08-09 14:45:21 -04:00
Marwolf
84f1634569 Server console outputs to gameserver.log 2018-08-09 14:31:13 -04:00
Marwolf
3e8e796d0f Added automatic import of openrsc_config.sql before server start 2018-08-08 10:46:31 -04:00
Marwolf
8278210bb9 Added step to import ghost json backup 2018-08-06 13:11:22 -04:00
Marwolf
486ea9b752 Removed Marwolf, changed ownership to Administrator, added jquery 2018-08-06 09:04:36 -04:00
Marwolf
23cd5b14a8 No longer attempts to import Website openrsc_forum.sql 2018-08-04 18:29:32 -04:00
Marwolf
352c546f2a Corrections for HTTPS, SMTP settings added 2018-08-04 11:30:26 -04:00
Marwolf
b1b71e56da Updated readme for launcher code to change 2018-08-04 10:26:26 -04:00
Marwolf
4d84f9d211 Changed Tomcat to operate on port 8080 and PHPMyAdmin to port 9000
Cloudflare by default only permits specific ports to pass through in the security mode we use. Since PHPMyAdmin should be hard to access, by binding it to port 9000, Cloudflare does not allow traffic unless you bypass it.
2018-08-04 10:09:59 -04:00