Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.38 KB

install-from-docker.md

File metadata and controls

42 lines (26 loc) · 1.38 KB

Installation (Docker)

login.json pre-requisites for Linux Install

AnkerMake Slicer installed on another Machine

  1. Install the AnkerMake slicer on a supported Operating System. Make sure you open it and login via the “Account” dropdown in the top toolbar.

  2. 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
  1. Take said login.json file and store it in a location your docker instance will be able to access it from.

  2. Now follow the Docker Compose Instructions below.

Native Linux

  1. 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.

  2. Retreive the login.json file ~/.wine/drive_c/users/$USER/AppData/Local/AnkerMake/AnkerMake_64bit_fp/login.json

  3. Take said login.json file and store it in a location your docker instance will be able to access it from.

  4. Now follow the Docker Compose Instructions below.

Docker Compose Instructions

To start ankerctl using docker compose, run:

docker compose pull
docker compose up