Skip to content

Installation under Windows 10

Kosmas Schütz edited this page Feb 21, 2018 · 7 revisions

7 steps to get PIA up and running

Prerequisites

  1. Get and install Docker onto your machine. See here for the installation of Docker.
  2. Get and install Git for Windows.
  3. Download pia-docker by pressing Clone or download button and unzip it. clone and download

Run the full app through Docker-Compose for production

  1. Fill the environment variables in docker-compose.yml
  2. Open PowerShell and switch to the pia-docker directory
  3. Run the containers by typing docker-compose up into PowerShell
  4. Access the website with localhost:8080 or yourdomain.net:8080 from your browser

Your done!