-
Notifications
You must be signed in to change notification settings - Fork 0
2. Installation
Vibeshibe edited this page Jun 29, 2023
·
4 revisions
We have a variety of installation options available for personal use.
These are the instructions on how to install LiveArma3Map using Docker as a provider:
- Clone the Repository
git clone https://github.com/MnkyArts/LA3MAP.git
- Configure the initial admin in server.js under
validCredentials
- Build the container image
docker-compose build
and check for errors - Start the compose project as daemon
docker-compose up -d
Access your LA3MAP via http://<your-address>:8092
or via your configured reverse proxy.