sudo apt-get remove docker docker-engine docker.io
, then re-run the script.brew update
to make sure it's up to date.brew install nodejs
brew install helm
.helm repo add agones https://agones.dev/chart/stable && helm repo update
.minikube start -p agones --driver=hyperkit
.minikube profile agones
helm install aimmo --namespace agones-system --create-namespace agones/agones
.sudo apt-get update
to make sure it's up to date and save having to do it later in the process.sudo apt-get install nodejs=12.*
making sure it is version 12.x as only this version has been tested.sudo apt-get remove cmdtest
as it clashes with yarn.curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get install yarn,
install pip sudo apt-get install python3-pip
and install pipenv
pipenv install --dev
to create a virtual environment.cd ./game_frontend && yarn
sudo apt-get update sudo apt-get install ca-certificates curl gnupg lsb-release
. Add docker's GPG key: sudo apt-get install docker-ce docker-ce-cli containerd.io
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
, then sudo install minikube-linux-amd64 /usr/local/bin/minikube
should install minikube as well.curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
to install helm.helm repo add agones https://agones.dev/chart/stable && helm repo update
minikube start -p agones
.helm install aimmo --namespace agones-system --create-namespace agones/agones
choco install minikube
.choco install kubernetes-helm
.helm repo add agones https://agones.dev/chart/stable && helm repo update
.minikube start -p agones
.minikube profile agones
.helm install aimmo --namespace agones-system --create-namespace agones/agones
.pipenv shell
.minikube start -p agones --driver=hyperkit
.minikube start -p agones
python run.py
to run the project.kubectl
and minikube
command lines can be used to interact with the cluster.minikube dashboard
to open the Kubernetes dashboard on your browser.