Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 26, 2023
1 parent 03f527e commit 66cfdcf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/virtualization/xcp-ng/install-xoa/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ sidebar_position: 4
```

- Visit `https://<ip.of.your.docker.host>:8443`
- Follow the [Quick Start](../use-xoa) guide
- Follow the [Quick Start](../setup-xoa.md) guide
2 changes: 1 addition & 1 deletion docs/virtualization/xcp-ng/install-xoa/easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Navigate to `🏠Home` > `🖥️VMs`

![xoa-auto-power](img/xoa-auto-power.png)

- Follow the [Quick Start](../use-xoa) guide
- Follow the [Quick Start](../setup-xoa.md) guide
8 changes: 4 additions & 4 deletions docs/virtualization/xcp-ng/install-xoa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ this should be considered when choosing the installation method.

You can choose between 3 Methods to install XOA.

- [**Quick Deploy**](./quick), which spins a VM with limited available features
- [**Fast/Easy**](./fast), which downloads a pre-created VM that is build from source code and includes all features
- [**From source**](./source), which you manually download and install the OS and then run the installer to build XOA,
- [**Quick Deploy**](./quick.md), which spins a VM with limited available features
- [**Fast/Easy**](./easy.md), which downloads a pre-created VM that is build from source code and includes all features
- [**From source**](./source.md), which you manually download and install the OS and then run the installer to build XOA,
this also includes all features
- [**Docker**](./docker), which you deploy a docker container with XOA, this also includes all features
- [**Docker**](./docker.md), which you deploy a docker container with XOA, this also includes all features
2 changes: 1 addition & 1 deletion docs/virtualization/xcp-ng/install-xoa/quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Default Username/Password is:
Username: `[email protected]`
Password: `admin`

- Follow the [Quick Start](../use-xoa) guide
- Follow the [Quick Start](../setup-xoa.md) guide
6 changes: 3 additions & 3 deletions docs/virtualization/xcp-ng/install-xoa/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Default credentials are:

- Username: `[email protected]`
- Password: `admin`
- Follow the [Quick Start](../use-xoa) guide
- Follow the [Quick Start](../setup-xoa.md) guide

:::note Note

Expand Down Expand Up @@ -166,8 +166,8 @@ AUTOCERT="true"

## Cleanup

This step is only needed if you followed the [Quick Deploy](./quick)
method first and then followed the [XOA (From source)](./source) method.
This step is only needed if you followed the [Quick Deploy](./quick.md)
method first and then followed the [XOA (From source)](./source.md) method.

Navigate to `🏠Home` > `🖥️VMs`

Expand Down

0 comments on commit 66cfdcf

Please sign in to comment.