Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First you need the basic configuration which sets up the container with docker-compose and contains the basic settings file. The files are available as a package and this guide will walk you through download, extraction and usage.

Prepare a folder on your computer where Portrait should be installed, for example: C:\container\portrait.

Execute this powershell PowerShell commands:

Code Block
languagepowershell
wget https://bitbucket.org/treskon/portrait-config/downloads/portrait-3x-base-config.zip -outfile app.zip
expand-archive app.zip .
rm app.zip

...

Note

Before you can run this command, you must login log in with your DockerHub Account:

docker login

Execute this command from inside the folder C:\Portrait\ or $HOME/portrait

Code Block
docker-compose up -d

Access Portrait

Wait a while and go to http://localhost or test the access with: curl http://localhost.