For approved operating system users, you can install the package from the repository by running the following command:
wget https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/install-cluster.sh && chmod +x install-cluster.sh && ./install-cluster.sh && rm install-cluster.sh
You have to install these dependencies on your os.
When you have installed the dependencies, you can install the package from the repository by running the following command:
kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/scripts/init-cluster.yml
kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/examples/lobby.yml
kubectl apply -f https://raw.githubusercontent.com/nextCluster/nextCluster/master/examples/proxy.yml
You can contribute to the project by forking the repository and creating a pull request. You can also contribute by creating an issue.
Pull Requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.