This project contains source codes of what is needed to run AQtion server
- aq2-tng https://github.com/actionquake/aq2-tng
- q2pro https://github.com/actionquake/q2pro
- q2admin https://github.com/actionquake/q2admin
git submodule init && git submodule update
- Build server
docker-compose build
- Run server
docker-compose up
When you want to test changes just run docker-compose build
and it'll rebuild the server.
NOTE! when you change source code files you need to run docker-compose down
to have it updated