An interactive slot list for Arma 3, other military games or for general organization.
Install the following tools:
- npm
- Golang
- run
npm run buildinside thepublicdirectory to build the web application and CSS - run
dev.cmd(Windows) or./dev.shinside the main directory to start the web server - visit the application in your browser on
localhost:8888
To watch files for changes when editing the web application, you can run npm run dev and npm run style inside the public directory. This will watch for file changes and rebuild the web application as needed.
- install Docker
- run
docker build -t slotlist .inside the main directory - tag the image:
docker tag slotlist username/slotlist:versionwhereusernameis your username andversioncan be set to a valid version number (latestfor example) - push the Docker image to the registry:
docker push username/slotlist:version(type in your username and password if asked for) - deploy the application by updating the version number in your
docker-compose.ymland calldocker-compuse up -dinside the configuration directory - visit the application in your browser on
yourdomainorip:port
MIT