Skip to content

Commit

Permalink
cloud-in-a-box: some more tiny improvements (#748)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jan 5, 2025
1 parent 7925378 commit 3c20c1f
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions docs/guides/other-guides/cloud-in-a-box/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,25 @@ system release changes. The installation of older releases is currently not supp
7. Start the system again. System is ready for use, by default DHCP is tried on the first network device.

8. Login via SSH. Use the user `dragon` with the password `password`.
(You can obtain the ip address by inspecting the logs of your dhcp server or from the *issue text* of the virtual consoles of the system)

```bash
ssh dragon@IP_FROM_YOUR_SERVER
passwd
ssh dragon@IP_ADDRESS_FROM_YOUR_SERVER
```
![CiaB Issue Text](images/issue.png)

:::info

You can obtain the IP address by inspecting the logs of your DHCP server or from the *issue text* of the virtual consoles of the system.

![Cloud in a Box Issue Text](images/issue.png)

:::

### Manual installation

The scripts are not idempotent yet. In case there is any fail during `bootstrap.sh` or `deploy.sh` you have to
start over with fresh installation.


1. Follow the [provisioning guide](../../deploy-guide/provisioning),
skip the part about disk layout and do it this way:

Expand Down Expand Up @@ -154,20 +164,18 @@ system release changes. The installation of older releases is currently not supp
11. Start the system again. System is ready for use, by default DHCP is tried on the first network device.

11. Login via SSH. Use the user `dragon` with the password `password`.
(You can obtain the ip address by inspecting the logs of your dhcp server or from the *issue text* of the virtual consoles of the system)

```bash
ssh dragon@IP_FROM_YOUR_SERVER
passwd
ssh dragon@IP_ADDRESS_FROM_YOUR_SERVER
```
![CiaB Issue Text](images/issue.png)

:::info

:::info
You can obtain the IP address by inspecting the logs of your DHCP server or from the *issue text* of the virtual consoles of the system.

The scripts are not idempotent yet. In case there is any fail during `bootstrap.sh` or `deploy.sh` you have to
start over with fresh installation.
![Cloud in a Box Issue Text](images/issue.png)

:::
:::

## Usage

Expand All @@ -181,7 +189,7 @@ If you want to connect to the Cloud in a Box system from multiple clients, chang
address in the config file to be different on each client.

```bash
scp dragon@IP_FROM_YOUR_SERVER:/home/dragon/wireguard-client.conf $HOME/cloud-in-a-box.conf
scp dragon@IP_ADDRESS_FROM_YOUR_SERVER:/home/dragon/wireguard-client.conf $HOME/cloud-in-a-box.conf
```

Install Wireguard on your workstation, if you have not done this before. For instructions how to do
Expand Down

0 comments on commit 3c20c1f

Please sign in to comment.