software_installation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software_installation [2025/12/28 01:49] – robyn | software_installation [2025/12/29 19:55] (current) – robyn | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| == Installation: | == Installation: | ||
| - | * In your home directory open your Editor of choice, I use nano in linux, NetworkChuck tells me it is the best, <code bash> | + | * In your home directory open your Editor of choice, I use nano in linux, NetworkChuck tells me it is the best, BTW to copy code in the block just click on it. <code bash> |
| export PUID=$(id -u) | export PUID=$(id -u) | ||
| export PGID=$(id -g) | export PGID=$(id -g) | ||
| </ | </ | ||
| - | * CNTL X, Y to save. | + | * CNTL X, Y, < |
| - | * From your home directory, type '' | + | * From your home directory, type '' |
| * You should now be in the directory '' | * You should now be in the directory '' | ||
| - | * Next with your favourite editor, on linux I use Nano, create to edit a file called " | + | * Next type '' |
| - | * Cut and Paste | + | * Then with your favourite editor, on linux I use Nano, create to edit a file called " |
| + | * Cut and Paste the below: <code yaml> services: | ||
| + | corrade: | ||
| + | image: wizardrysteamworks/ | ||
| + | container_name: | ||
| + | ports: | ||
| + | - " | ||
| + | - " | ||
| + | volumes: | ||
| + | - ./ | ||
| + | environment: | ||
| + | - TZ=US/ | ||
| + | networks: | ||
| + | - anne-net | ||
| + | restart: unless-stopped | ||
| + | |||
| + | avadroid: | ||
| + | image: vk6xre/ | ||
| + | container_name: | ||
| + | user: " | ||
| + | ports: | ||
| + | - " | ||
| + | volumes: | ||
| + | - ./ | ||
| + | environment: | ||
| + | - TZ= US/ | ||
| + | networks: | ||
| + | - anne-net | ||
| + | depends_on: | ||
| + | - corrade | ||
| + | restart: unless-stopped | ||
| + | |||
| + | networks: | ||
| + | anne-net: | ||
| + | driver: bridge | ||
| + | </ | ||
| + | |||
| + | * We have to edit this file to suit your system. \\ | ||
| + | * First: Where you see anne replace anne with the name of your AvaDroid, Example if your Avadroid is named " | ||
| + | * Next: Port redirections. in <code yaml> ports: | ||
| + | - " | ||
| + | - " | ||
| + | </ | ||
| + | - " | ||
| + | * The number to the left is the " | ||
| + | * Once you are happy with the compose.yml edits, in nano at least, CNTL X, Y, < | ||
| + | * Next, to create the containers. | ||
| + | * Copy and paste '' | ||
| + | * At this point the AvaDroid container is failing as Corrade is not configured. You can stop the AvaDroid container with '' | ||
| + | |||
| + | Next Step, Configure [[corrade_configure|Corrade]]. | ||
software_installation.1766915380.txt.gz · Last modified: by robyn
