Skip to content
Snippets Groups Projects
Verified Commit 7db77b37 authored by Varac's avatar Varac
Browse files

Update create instructions for installing on existing VM

parent 6e88d912
No related branches found
No related tags found
No related merge requests found
......@@ -191,16 +191,15 @@ its *hostname* and its *IP address*. Also check that your VPS meets our
> properly so please don't use this option by default.
If you want your cluster to be reachable under the fully qualified domain name
(`FQDN`) `my-cluster.oas.example.org`, the corresponding parameters would be:
(`FQDN`) `oas.example.org`, the corresponding parameters would be:
* `--hostname`: `my-cluster`
* `--subdomain`: `oas`
* the `DOMAIN`: `example.org`
* your `DOMAIN`: `example.org`
Create the OpenAppStack settings for your VPS by running the following command:
```
$ python -m openappstack my-cluster create --ip-address IP_ADDRESS --hostname HOSTNAME --subdomain oas example.org
$ python -m openappstack my-cluster create --ip-address IP_ADDRESS --subdomain oas example.org
```
### DNS entries
......
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