Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Prerequisites

Portrait is shipped as container and can be downloaded via Docker Hub. Furthermore docker-compose is used for managing dependencies. Before you can execute the following steps you need a Docker environment including docker-compose.

Running Portrait on Mac is especially useful if you want local development or test environment.

Install Portrait

We offer an express installer that can be executed in the Terminal:

bash <(curl -s -L 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:

  1. What will be the name of your app?

  2. Who is maintaining and running the app?

  3. What is the address under which the app will be accessible?
    If you run a local development instance, you can use the default value: http://localhost.
    If you plan to expose this instance, you need to define the external URL.

  4. Login and password for the administrator - this must be an email-address.

Configure Portrait

After you have installed the instance and logged in with your administrator account, you can start customizing and configuring the app.

  • No labels