Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Create DEPLOY.info
Browse files Browse the repository at this point in the history
  • Loading branch information
harbdog committed Mar 31, 2016
1 parent 90e35fb commit aafbaa6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions DEPLOY.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
RogueMek Deployment Instructions for Linux, Windows, and OSX
https://github.com/harbdog/roguemek

-----------------------------------------------

Required Software:
Tomcat 7

-----------------------------------------------

1. Make sure the pre-requisite software is properly installed
Tomcat 7 - https://tomcat.apache.org/download-70.cgi

2. Download release war file "RogueMek.war", or build one yourself following the instructions in the BUILD.info file.

3. Additional Tomcat JVM settings will be required before starting the Tomcat server:
+ increase JVM max memory pool (-Xmx392m)
+ increase PermGen space (-XX:MaxPermSize=128m)

4. If not already customized in your own built war file, copy and modify RogueMek-config.groovy to change default passwords
and other important things (such as external database settings), and reference its location path with an environment variable
named ROGUEMEK_CONFIG. For example:
set ROGUEMEK_CONFIG=C:\MyRogueMek-config.groovy

5. Start the Tomcat server and wait for it to finish. If there are no further errors after it is finished starting up,
point your browser to http://localhost:8080/RogueMek (assuming you kept the default port settings).

0 comments on commit aafbaa6

Please sign in to comment.