How can I view the Map to go package? 🧳 - a-thousand-channels/ORTE-backend GitHub Wiki
View your map locally 🧳
Once you have grabbed your Map to go package from the ORTE Backend, you can deploy the static pages in the package to a webserver.
🌺 To inspect the map, you could that also on your computer.
View on your Mac OS computer
With Mac OS the steps would be:
-
Download the zip archive 📦️
-
Open the folder /Library/WebServer/Documents (via Finder > Go to > Go to folder...) 🖥️
-
Move the complete contents of the zip archive in to /Library/WebServer/Documents 📥️
-
Open your terminal 🖥️
-
Start the webserver with
$ sudo apachectl start
🚀 -
After the server started, visit with your browser (chrome!) the address http://localhost/ 🛸
-
Voilá 💫