Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstebbing committed Oct 4, 2024
1 parent bfc655c commit e02ac57
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
Binary file added src/images/vb1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/vb2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/vb3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/vb4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/vb5.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 22 additions & 7 deletions src/vms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,27 @@ Head over to [https://github.com/dogeorg/dogebox/releases](https://github.com/do
the appropriate image for your VM platform.

## Steps to run on VirtualBox
1. Download Virtualbox, or another OVA compatible VM launcher.
2. Import the OVA image.
3. Configure your network to use bridged mode.
4. Launch the VM. This may take up to 10 minutes depending on your internet connection, to configure itself initially.
5. Login with username: shibe and password suchpass
6. Run ip addr to get the IP address of the VM
7. On your computer, visit http://ip:8080 to visit the setup experience.
1. Download [Virtualbox](https://virtualbox.org), or another OVA compatible VM launcher.

2. Import the OVA image by selecting the file you downloaded from the latest release.
<p><img src="images/vb1.PNG" alt="import OVA" width="70%" style="margin-left: 15%;"/></p>


3. Ensure the VM has sufficient RAM for the software you plan to run on the Dogebox.
<p><img src="images/vb2.PNG" alt="Set RAM" width="70%" style="margin-left: 15%;"/></p>

3. Once imported, click 'Settings' and configure your network to use 'bridged mode'.

<p><img src="images/vb3.PNG" alt="import OVA" width="70%" style="margin-left: 15%;"/></p>

4. Launch the VM. This may take up to 10 minutes depending on your internet connection, to configure itself initially, grab a cuppa.

<p><img src="images/vb4.PNG" alt="import OVA" width="70%" style="margin-left: 15%;"/></p>

5. Login with username: `shibe` and password: `suchpass`, then run `ip addr`, it may look different to this but skip the first loopback interface 'lo' and look for the highlighted IP, in this example: `192.168.1.5`

<p><img src="images/vb5.PNG" alt="import OVA" width="70%" style="margin-left: 15%;"/></p>

7. Open your browser and visit http://&lt;ip&gt;:8080 to visit the setup experience and configure your dogebox.


0 comments on commit e02ac57

Please sign in to comment.