Updated Installation (markdown)

James Lyne 2021-09-07 19:35:55 +01:00
parent 4ed6ddf697
commit faf528e693

@ -9,11 +9,11 @@ LiveAtlas is a drop-in replacement for the default Dynmap UI and should work wit
1. [Download the latest release](https://github.com/JLyne/LiveAtlas/releases/latest) 1. [Download the latest release](https://github.com/JLyne/LiveAtlas/releases/latest)
2. Extract into the `plugins/dynmap/web` folder on your Minecraft server. 2. Extract into the `plugins/dynmap/web` folder on your Minecraft server.
The existing index.html should be overwritten. The existing index.html should be overwritten.
3. Set index.html as read-only. 3. Set index.html as read-only.
This will prevent Dynmap overwriting it after every update. This will prevent Dynmap overwriting it after every update.
4. Clear any CDN caches you may have. 4. Clear any CDN caches you may have.
If you don't know what this means then don't worry about it. If you don't know what this means then don't worry about it.
5. Done. 5. Done.
## Pl3xmap internal webserver installation ## Pl3xmap internal webserver installation
@ -21,8 +21,10 @@ LiveAtlas by default expects a local Dynmap installation, and requires some extr
1. [Download the latest release](https://github.com/JLyne/LiveAtlas/releases/latest) 1. [Download the latest release](https://github.com/JLyne/LiveAtlas/releases/latest)
2. Extract into the `plugins/Pl3xMap/web` folder on your Minecraft server. 2. Extract into the `plugins/Pl3xMap/web` folder on your Minecraft server.
The existing index.html should be overwritten. The existing index.html should be overwritten.
3. Open Pl3xmap's config.yml and set `auto-update` to `false`. 3. Open Pl3xmap's config.yml and set `auto-update` to `false`.
This will prevent Pl3xmap overwriting LiveAtlas files. This will prevent Pl3xmap overwriting LiveAtlas files.
4. Update `window.liveAtlasConfig` in index.html. 4. Update `window.liveAtlasConfig` in index.html.
@ -37,8 +39,10 @@ LiveAtlas by default expects a local Dynmap installation, and requires some extr
This will configure LiveAtlas to expect a local Pl3xmap installation. This will configure LiveAtlas to expect a local Pl3xmap installation.
5. Remove the `standalone/config.js` `<script>` tag from index.html 5. Remove the `standalone/config.js` `<script>` tag from index.html
This file is not required for Pl3xmap, and removing this `<script>` will avoid an unnecessary extra request. This file is not required for Pl3xmap, and removing this `<script>` will avoid an unnecessary extra request.
6. Clear any CDN caches you may have. 6. Clear any CDN caches you may have.
If you don't know what this means then don't worry about it. If you don't know what this means then don't worry about it.
7. Done. 7. Done.
@ -49,9 +53,11 @@ LiveAtlas is a drop-in replacement for an existing Dynmap installation on an ext
2. Extract into your webserver root. 2. Extract into your webserver root.
Any existing index.html should be overwritten. Any existing index.html should be overwritten.
3. Configure as required 3. Configure as required
* For a single dynmap installation no additional configuration should be required * For a single dynmap installation no additional configuration should be required
* For a single Pl3xmap installation, follow step 4 of the [internal webserver installation]() * For a single Pl3xmap installation, follow step 4 of the [internal webserver installation]()
* For multiple servers, see [this page]() * For multiple servers, see [this page]()
4. Clear any CDN caches you may have. 4. Clear any CDN caches you may have.
If you don't know what this means then don't worry about it. If you don't know what this means then don't worry about it.
5. Done 5. Done