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/27 23:12] – robyn | software_installation [2025/12/29 19:55] (current) – robyn | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| == Installation: | == Installation: | ||
| - | * From your home directory, type mkdir avadroid, then, cd avadroid. now, type, mkdir <name of your AvaDroid>, | + | |
| - | * You should now be in the directory avadroid\< | + | export PUID=$(id -u) |
| - | * Next with your favourite editor, on linux I use Nano, create to edit a file called "docker | + | export PGID=$(id -g) |
| - | * | + | </ |
| + | * CNTL X, Y, < | ||
| + | |||
| + | | ||
| + | * You should now be in the directory | ||
| + | * Next type '' | ||
| + | * 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.1766905939.txt.gz · Last modified: by robyn
