An open API service indexing awesome lists of open source software.

https://github.com/dirien/pulumi-python-minecraft

Deployment of a Minecraft server as AWS instance
https://github.com/dirien/pulumi-python-minecraft

Last synced: 10 months ago
JSON representation

Deployment of a Minecraft server as AWS instance

Awesome Lists containing this project

README

          

python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -r requirements.txt

python -m pytest --disable-pytest-warnings

docker run -e PULUMI_ACCESS_TOKEN= dirien/minecraft-automationapi destroy my-minecraft-sever -s ediri/dev