redhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
redhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat [2017/10/05 14:16] – [Installation auf Redhat / CentOS 7] michaelredhat:other-redhat:minecraft:minecraft-googlemapsexport-redhat [2017/10/05 15:37] (current) – [Installation auf Redhat / CentOS 7] michael
Line 37: Line 37:
 ==== Konfiguration des mapExtractors ==== ==== Konfiguration des mapExtractors ====
  
-<code># wget https://s3.amazonaws.com/Minecraft.Download/versions/1.12.2/1.12.2.jar -P /opt/MapExtractor/+<code># wget https://s3.amazonaws.com/Minecraft.Download/versions/1.12.2/1.12.2.jar -P /opt/mapExtractor/
 </code> </code>
  
----- 
  
 <code> <code>
Line 47: Line 46:
  
 <sxh bash; first-line: 1> <sxh bash; first-line: 1>
-worlds["survival"] = "/opt/minecraft/world/"+worlds["world"] = "/opt/minecraft/world/"
  
-renders["survivalday"] = { +renders["world_day"] = { 
- "world": "survival", +    "world": "world", 
- "title": "Genoni-Server Tageszeit", +    "title": "Genoni-Server Tag", 
- "rendermode": smooth_lighting, +    "rendermode": smooth_lighting, 
- "dimension": "overworld",+    "dimension": "overworld",
 } }
  
-outputdir = "/var/www/html" +renders["world_night"] = { 
-texturepath = "/opt/mapExtractor/112.2.jar"+    "world": "world", 
 +    "title": "Genoni-Server Nacht", 
 +    "rendermode": smooth_night, 
 +    "dimension": "overworld", 
 +
 + 
 +renders["world_caves"] = { 
 +    "world": "world", 
 +    "title": "Genoni-Server Caves", 
 +    "rendermode": cave, 
 +    "dimension": "overworld", 
 +
 + 
 +renders["world_nether"] = { 
 +    "world": "world", 
 +    "title": "Genoni-Server Nether", 
 +    "rendermode": nether_smooth_lighting, 
 +    "dimension": "nether", 
 +
 + 
 +renders["world_nether_caves"] = { 
 +    "world": "world", 
 +    "title": "Genoni-Server Nether-Caves", 
 +    "rendermode": cave, 
 +    "dimension": "nether", 
 +
 + 
 + 
 +outputdir = "/var/www/html/
 +texturepath = "/opt/mapExtractor/1.12.2.jar"
          
 +</sxh>
 +
 +----
 +
 +<code>
 +# vim /opt/mapExtractor/index.html
 +</code>
 +
 +<sxh bash; first-line: 1>
 +<meta http-equiv="refresh" content="0; URL=/minecraft/view.html">
 </sxh> </sxh>
 </WRAP> </WRAP>
Line 66: Line 104:
 ==== Skript zum Ausführen des mapExtractors ==== ==== Skript zum Ausführen des mapExtractors ====
  
-<code># vim /opt/MapExtractor/perform_mapExtraction.sh</code>+<code># vim /opt/mapExtractor/perform_mapExtraction.sh</code>
  
 <sxh bash; first-line: 1> <sxh bash; first-line: 1>
Line 72: Line 110:
  
 newest_client_version=$(curl https://minecraft.net/en-us/download/server | grep https://s3.amazonaws.com/Minecraft.Download/versions/.*/minecraft_server.*.jar | cut -d '/' -f6) newest_client_version=$(curl https://minecraft.net/en-us/download/server | grep https://s3.amazonaws.com/Minecraft.Download/versions/.*/minecraft_server.*.jar | cut -d '/' -f6)
-client_version_file=$(ls /opt/MapExtractor | grep *.jar)+ 
 +client_version_file=$(ls /opt/mapExtractor | grep *.jar)
 in_use_client_version=${client_version_file::-4} in_use_client_version=${client_version_file::-4}
- +
 echo $in_use_client_version echo $in_use_client_version
 echo $newest_client_version echo $newest_client_version
- +
 if [ $in_use_client_version == $newest_client_version ]; then if [ $in_use_client_version == $newest_client_version ]; then
 echo "Client is up to date!" echo "Client is up to date!"
 fi fi
- +
 if [ $in_use_client_version != $newest_client_version ]; then if [ $in_use_client_version != $newest_client_version ]; then
         echo "CLIENT NEEDS UPDATE!"         echo "CLIENT NEEDS UPDATE!"
-               +
         rm -f /opt/mapExtractor/*.jar         rm -f /opt/mapExtractor/*.jar
-        wget "https://s3.amazonaws.com/Minecraft.Download/versions/$newest_server_version"/$newest_server_version.jar" -P /opt/MapExtractor+        wget "https://s3.amazonaws.com/Minecraft.Download/versions/$newest_server_version/$newest_server_version.jar" -P /opt/mapExtractor
-        +
         sed -ri "s/\/opt\/mapExtractor\/(.*)\.jar/\/opt\/mapExtractor\/$newest_client_version.jar/" /opt/mapExtractor/export_conf         sed -ri "s/\/opt\/mapExtractor\/(.*)\.jar/\/opt\/mapExtractor\/$newest_client_version.jar/" /opt/mapExtractor/export_conf
 fi fi
  
  
-cd /opt/MapExtractor/+cd /opt/mapExtractor/Minecraft-Overviewer/
  
 ./overviewer.py -v --config=/opt/mapExtractor/export_conf ./overviewer.py -v --config=/opt/mapExtractor/export_conf
 +
 +if [ ! -f /var/www/html/view.html ]; then
 +        mv /var/www/html/index.html /var/www/html/view.html
 +fi
 +cp /opt/mapExtractor/index.html /var/www/html/
 +chown -R apache:apache /var/www/html/
 </sxh> </sxh>
  
 +----
 +
 +<code># chown -R mcuser:mcuser /opt/mapExtractor
 +# chmod +x /opt/mapExtractor/perform_mapExtraction.sh
 +</code>
  
 </WRAP> </WRAP>
  
-<code># chown -R mcuser:mcuser /opt/MapExtractor 
-# chmod +x /opt/MapExtractor/perform_mapExtraction.sh 
  
-# /opt/MapExtractor/./perform_mapExtraction.sh</code>+<code># /opt/mapExtractor/./perform_mapExtraction.sh</code> 
 + 
 +<wrap em>ACHTUNG:</wrap> **Am Schluss unter: ''/opt/mapExtractor/view.html'' einen ''Google Maps API-key'' hinterlegen!**
  
 ---- ----
  • redhat/other-redhat/minecraft/minecraft-googlemapsexport-redhat.1507205785.txt.gz
  • Last modified: 2017/10/05 14:16
  • by michael