-
Notifications
You must be signed in to change notification settings - Fork 3
How can I view the Map to go package? 🧳
Ulf Treger edited this page Feb 16, 2022
·
1 revision
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.
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á 💫