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 15:13] – [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 87: Line 87:
 texturepath = "/opt/mapExtractor/1.12.2.jar" 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 103: Line 113:
 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>
  
Line 136: Line 152:
  
 <code># /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.1507209225.txt.gz
  • Last modified: 2017/10/05 15:13
  • by michael