open-platform
open-platform copied to clipboard
The Tenlastic Open Platform is a complete solution for creating a massively multiplayer online game including database hosting, automatic build and release pipelines, matchmaking, and game server host...
The Tenlastic Open Platform
Prerequisites
- Windows Only: Install Windows Subsystem for Linux.
Getting Started
Start a Development container with the following command:
# Run container as root.
GROUP_ID="0" USER_ID="0" docker-compose run development-cli
# Run container as current user.
GROUP_ID="$(id -g)" USER_ID="$(id -u)" docker-compose run development-cli
- Deploy resources to Google Cloud Platform with Deployment Manager and Terraform.
- Deploy Kubernetes resources using Kustomize.
- Start Dockerized NodeJS applications locally.
- Start Dockerized Angular applications locally.