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
- Host: GitHub
- URL: https://github.com/dirien/pulumi-python-minecraft
- Owner: dirien
- Created: 2023-01-18T16:59:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T17:32:17.000Z (over 2 years ago)
- Last Synced: 2025-04-04T23:08:56.428Z (about 1 year ago)
- Language: Python
- Size: 2.53 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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