Skip to content

2. Installation

Vibeshibe edited this page Jun 29, 2023 · 4 revisions

We have a variety of installation options available for personal use.

2.1 Docker

These are the instructions on how to install LiveArma3Map using Docker as a provider:

  1. Clone the Repository git clone https://github.com/MnkyArts/LA3MAP.git
  2. Configure the initial admin in server.js under validCredentials
  3. Build the container image docker-compose build and check for errors
  4. Start the compose project as daemon docker-compose up -d

Access your LA3MAP via http://<your-address>:8092 or via your configured reverse proxy.


2.2 NPM

Clone this wiki locally