User Tools

Site Tools


software_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software_installation [2025/12/28 06:48] robynsoftware_installation [2026/01/20 04:29] (current) robyn
Line 19: Line 19:
   * Next type ''mkdir bot'' \\ \\   * Next type ''mkdir bot'' \\ \\
   * Then with your favourite editor, on linux I use Nano, create to edit a file called "compose.yml" \\ Example ''nano compose.yml'' \\ \\    * Then with your favourite editor, on linux I use Nano, create to edit a file called "compose.yml" \\ Example ''nano compose.yml'' \\ \\ 
-  * Cut and Paste the below: <code yaml> services:+  * Cut and Paste the below: <code yaml>services:
   corrade:   corrade:
     image: wizardrysteamworks/corrade     image: wizardrysteamworks/corrade
Line 43: Line 43:
       - ./bot:/app/bot       - ./bot:/app/bot
     environment:     environment:
-      - TZ= US/Pacific+      - TZ=US/Pacific
     networks:     networks:
       - anne-net       - anne-net
Line 52: Line 52:
 networks: networks:
   anne-net:   anne-net:
-    driver: bridge+   driver: bridge
 </code> </code>
  
Line 68: Line 68:
   * At this point the AvaDroid container is failing as Corrade is not configured. You can stop the AvaDroid container with ''docker stop <name>-avadroid''   * At this point the AvaDroid container is failing as Corrade is not configured. You can stop the AvaDroid container with ''docker stop <name>-avadroid''
  
-Next Step, Configure Corrade.+Next Step, Configure [[corrade_configure|Corrade]].
software_installation.1766933312.txt.gz · Last modified: by robyn