Skip to content
Snippets Groups Projects
Commit 721a531f authored by Arie Peterson's avatar Arie Peterson
Browse files

Add README

parent 157d660e
No related branches found
No related tags found
No related merge requests found
# OpenAppStack bootstrap script
This collection of scripts allows you to easily set up a new OpenAppStack cluster.
As part of the bootstrap process a special control shell is installed (in the form of
a Docker image) which contains utilities to manage your cluster.
## Bootstrapping a new cluster
You need to have ssh access to the root account of the machine that will run
your cluster. (We assume a single-node setup for now.)
To run the bootstrap process:
```
./bootstrap $SERVER_IP
```
where `$SERVER_IP` is the ip address of the machine. (This address will also be
stored in the cluster configuration and is used by the Traefik ingress
controller, so even though using a domain name instead of an ip address may
work at first, that is not recommended.)
## Managing an existing cluster
To start the control shell, run
```
./manage $SERVER_IP
```
where `$SERVER_IP` is the address of the machine running your cluster.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment