-
Notifications
You must be signed in to change notification settings - Fork 35
Installation under Windows 10
Kosmas Schütz edited this page Feb 21, 2018
·
7 revisions
- Get and install Docker onto your machine. See here for the installation of Docker.
- Get and install Git for Windows.
- Download pia-docker by pressing
Clone or download
button and unzip it.
- Fill the environment variables in
docker-compose.yml
- Open PowerShell and switch to the
pia-docker
directory - Run the containers by typing
docker-compose up
into PowerShell - Access the website with
localhost:8080
oryourdomain.net:8080
from your browser
Your done!