mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
Updated Run FMG locally (markdown)
parent
b1f4f0b49b
commit
80f8982f7e
1 changed files with 12 additions and 1 deletions
|
|
@ -1,2 +1,13 @@
|
|||
To run the Generator locally you need to [download its files](Q&A#can-i-use-the-generator-offline) and start a local web-server.
|
||||
To run the Generator locally you need to download its files and start a local web-server.
|
||||
|
||||
## Download
|
||||
Open [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page, select the latest available version and click on _Source code (zip)_. Unzip _all files_ from the downloaded archive.
|
||||
|
||||
## Run a server
|
||||
The easiest ways to run a local web server is to use Python's `http.server` module.
|
||||
|
||||
1. Install Python. If you are using Linux or macOS, it should be available on your system already. If you are a Windows user, you can get an installer from the [Python homepage](https://www.python.org/downloads). On the first installer page, make sure you check the "Add Python 3.xxx to PATH" checkbox.
|
||||
|
||||
2. If you are Windows user, run the `run_python_server.bat` file in the Fantasy Map Generator folder. It will start the server and automatically open the Application in Chrome. You can edit the `.bat` file in any text editor if you want to use a different browser or host.
|
||||
|
||||
For other systems open the terminal and print a `python -m http.server 8000` command. Then open `http://localhost:8000/` in browser.
|
||||
Loading…
Add table
Add a link
Reference in a new issue