Differences
This shows you the differences between two versions of the page.
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] michael | redhat: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 ==== | ||
- | < | + | < |
</ | </ | ||
- | ---- | ||
< | < | ||
Line 47: | Line 46: | ||
<sxh bash; first-line: 1> | <sxh bash; first-line: 1> | ||
- | worlds[" | + | worlds[" |
- | renders[" | + | renders[" |
- | " | + | " |
- | " | + | " |
- | " | + | " |
- | " | + | " |
} | } | ||
- | outputdir = "/ | + | renders[" |
- | texturepath = "/ | + | " |
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | renders[" | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | renders[" | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | renders[" | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | |||
+ | outputdir = "/ | ||
+ | texturepath = "/ | ||
| | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | < | ||
+ | # vim / | ||
+ | </ | ||
+ | |||
+ | <sxh bash; first-line: 1> | ||
+ | <meta http-equiv=" | ||
</ | </ | ||
</ | </ | ||
Line 66: | Line 104: | ||
==== Skript zum Ausführen des mapExtractors ==== | ==== Skript zum Ausführen des mapExtractors ==== | ||
- | < | + | < |
<sxh bash; first-line: 1> | <sxh bash; first-line: 1> | ||
Line 72: | Line 110: | ||
newest_client_version=$(curl https:// | newest_client_version=$(curl https:// | ||
- | client_version_file=$(ls /opt/MapExtractor | + | |
+ | client_version_file=$(ls /opt/mapExtractor | ||
in_use_client_version=${client_version_file:: | in_use_client_version=${client_version_file:: | ||
- | + | ||
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 " | echo " | ||
fi | fi | ||
- | + | ||
if [ $in_use_client_version != $newest_client_version ]; then | if [ $in_use_client_version != $newest_client_version ]; then | ||
echo " | echo " | ||
- | + | ||
rm -f / | rm -f / | ||
- | wget " | + | wget " |
- | + | ||
sed -ri " | sed -ri " | ||
fi | fi | ||
- | cd /opt/MapExtractor/ | + | cd /opt/mapExtractor/ |
./ | ./ | ||
+ | |||
+ | if [ ! -f / | ||
+ | mv / | ||
+ | fi | ||
+ | cp / | ||
+ | chown -R apache: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | < | ||
+ | # chmod +x / | ||
+ | </ | ||
</ | </ | ||
- | < | ||
- | # chmod +x / | ||
- | # /opt/MapExtractor/ | + | < |
+ | |||
+ | <wrap em> | ||
---- | ---- |