-
Install the AnkerMake slicer on a supported Operating System. Make sure you open it and login via the “Account” dropdown in the top toolbar.
-
Retreive the
login.json
file from the supported operating system:
Windows Default Location:
%APPDATA%\AnkerMake\AnkerMake_64bit_fp\login.json
MacOS Default Location:
$HOME/Library/Application\ Support/AnkerMake/AnkerMake_64bit_fp/login.json
-
Take said
login.json
file and store it in a location your docker instance will be able to access it from. -
Now follow the Docker Compose Instructions below.
-
Install the AnkerMake slicer on Linux via emulation such as Wine. Make sure you open it and login via the “Account” dropdown in the top toolbar.
-
Retreive the
login.json
file~/.wine/drive_c/users/$USER/AppData/Local/AnkerMake/AnkerMake_64bit_fp/login.json
-
Take said
login.json
file and store it in a location your docker instance will be able to access it from. -
Now follow the Docker Compose Instructions below.
To start ankerctl
using docker compose on your local machine, run:
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/docker-compose.yaml
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/compose.sh
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/.env
docker-compose pull
./compose.sh up
To start ankerctl
usinge docker compose as a daemon service running on another system:
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/docker-compose.yaml
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/compose.sh
curl -O https://raw.githubusercontent.com/anselor/ankermake-m5-protocol/exiles/.env
docker-compose pull
./compose.sh -o up -d