Install Portrait on Linux
Prerequisites
Portrait is shipped as a container and can be downloaded via Docker Hub. Furthermore, docker-compose is used for managing additional images. Before you can execute the following steps, you need a Docker environment, including docker-compose.
If you don’t have a docker environment yet – check out this article: Run Portrait on a hypervisor
We only provide Docker Containers for Linux, therefore this guide covers the way how to install Portrait on Linux. If you want to run Portrait on Windows, see Install Portrait on Windows
Components
Portrait contains multiple components:
Docker image for the Backend https://hub.docker.com/r/treskon/portrait
Docker image for the Frontend https://hub.docker.com/r/treskon/portrait-ui
Docker image for the Scripting-Engine https://hub.docker.com/r/treskon/portrait-pythonruntime
Configuration files
Compatibility is only guaranteed between components of the same versions.
All released versions can be found here:Release Notes
Install the latest stable version
We offer an express installer that can be executed in the Terminal. Execute this command in the desired install location:
bash <(curl -sLk https://install.portrait.app/setup.sh)
This installer will guide you through the required steps to have a Portrait instance up and running, expect the following questions whilst running the setup:
What will be the name of your app?
Who is maintaining and running the app?
If you want to include demo data.
What is the address under which the app will be accessible?
If you run a local instance, you can use the default value: http://localhost.
If you plan to expose this instance, you need to define the external URL.What is the internal TCP port of the app?
If you run a proxy or web-server locally, you should change the to something else then 80 or 443.Login and password for the administrator – the user must be an email-address.
Â
It may take a few minutes until the app is ready to connect.
Portrait can be restarted manually with docker-compose restart
All docker-compose (including docker-compose [down/up/restart]) must be executed from the same directory as the docker-compose.yml is located in!
Configure Portrait
After you have installed the instance and logged in with your administrator account, you can start customizing and configuring the app.
Details on Configuration can be found here: Configuration
Â