User Tools

Site Tools


software_installation

This is an old revision of the document!


Getting Started

Software installation

Presumptions:
  • You have installed Docker and maybe Portainer. The host machine has a fixed IP (Static or DHCP reservation). Note this IP address down

  • You have a working Ollama installation and a suitable LLM pulled. From the CLI (command line interface) in a terminal you may have typed ollama run llama2-uncensored which will automatically pull the model and run it. This as well will require a fixed IP.

Installation:
  • In your home directory open your Editor of choice, I use nano in linux, NetworkChuck tells me it is the best,
    nano ~/.bashrc

    , add these two lines:

    export PUID=$(id -u)
    export PGID=$(id -g) 
  • CNTL X, Y to save.
  • From your home directory, type mkdir avadroid, then, cd avadroid. now, type, mkdir <name of your AvaDroid>, example: “mkdir cath”, cd into this directory, example “cd cath” (Without the quotation marks).

  • You should now be in the directory avadroid\<Name>\
    Example avadroid\cath\

  • Next with your favourite editor, on linux I use Nano, create to edit a file called “compose.yml”
    Example nano compose.yml

  • Cut and Paste
software_installation.1766915380.txt.gz · Last modified: by robyn