Skip to content

Commit

Permalink
Merge pull request #210 from keirthana/fix-gpu-drivers-step
Browse files Browse the repository at this point in the history
Clarify order of installation steps for cloud instances
  • Loading branch information
keirthana authored Nov 6, 2024
2 parents d0f682a + 85e9197 commit c01829c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
5 changes: 3 additions & 2 deletions howto/install-appliance/install-on-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Connect to the virtual machine hosting the appliance using SSH. To do so, use th

Perform the following steps to finish the appliance installation on the virtual machine. If you are not already familiar with how to perform these steps, see {ref}`tut-installing-appliance` for detailed instructions.

1. Initialise the appliance
1. Register your Ubuntu SSO account with the appliance dashboard
1. Prepare the virtual machine and install additional required packages. See {ref}`sec-prepare-machine` for instructions.
1. Initialise the appliance. See {ref}`sec-initialise-appliance` for instructions.
1. Register your Ubuntu SSO account with the appliance dashboard. See {ref}`sec-register-dashboard` for instructions.

When you are done, you can log into the appliance dashboard using `https://your-machine-address` with your Ubuntu SSO account.
9 changes: 1 addition & 8 deletions howto/install-appliance/install-on-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,7 @@ To do so, go to the resource page of your virtual machine and find its public IP

### Finish the installation

Perform the following steps to finish the appliance installation on the virtual machine. If you are not already familiar with how to perform these steps, see {ref}`tut-installing-appliance` for detailed instructions.

1. Install the Anbox Cloud Appliance on the virtual machine.
```{note}
Remember to attach the virtual machine to your Ubuntu Pro subscription, while installing the appliance.
```
1. Initialise the appliance.
1. Register your Ubuntu SSO account with the appliance dashboard.
Finally, install the Anbox Cloud Appliance on the virtual machine by following the instructions in {ref}`tut-installing-appliance`. Remember to follow all the steps in order to have a successful installation.

</details>

Expand Down
14 changes: 1 addition & 13 deletions howto/install-appliance/install-on-google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,6 @@ On the virtual machine instance page, connect to the instance using SSH. See [Go

## Finish the installation

To complete the installation:

1. Install the Anbox Cloud Appliance on the virtual machine.

```{note}
If you choose Ubuntu Pro as your operating system, you can ignore the step in the installation instructions that guides you to attach your machine to the Ubuntu Pro subscription as the subscription is included with the Google Cloud resources. You can check the status of the Ubuntu Pro subscription by running `pro status`.
```
1. Initialise the appliance.
1. Register your Ubuntu SSO account with the appliance dashboard.
```{note}
If you are not already familiar with how to perform these steps, see {ref}`tut-installing-appliance` for detailed instructions.```
Finally, install the Anbox Cloud Appliance on the virtual machine by following the instructions in {ref}`tut-installing-appliance`. Remember to follow all the steps in order to have a successful installation

When you are done, you can log into the appliance dashboard using `https://your-machine-address` with your Ubuntu SSO account.
2 changes: 2 additions & 0 deletions tutorial/installing-appliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Running this command does the following:
1. Installs `anbox-cloud-appliance` snap from the `latest/stable` track.
1. Configures the `apt` repositories for Anbox Cloud.
(sec-prepare-machine)=
### Prepare the machine
In order to prepare the machine and install additional required packages, run the following command to review the generated preparation script:
Expand Down Expand Up @@ -95,6 +96,7 @@ On your machine, enter the following command to invoke the initialisation proces
You will be asked a few questions. If you don't want to make any specific changes, you can safely stay with the offered default answers. When the command returns, the initialisation process has been completed.
(sec-register-dashboard)=
## Register with the dashboard
Once the initialisation process has finished, you are presented with a welcome page on `https://your-machine-address` with instructions on how to register a user account with your installation. This registration is needed to access the {ref}`exp-web-dashboard`.
Expand Down

0 comments on commit c01829c

Please sign in to comment.