- docker
- If you are using windows 10 home or older version you need to install docker toolbox instead
- Open a terminal and type git clone https://.github.com/pbechliv/PVmeasure.git
- Open the directory with the terminal
- docker-compose up -d
- docker-compose exec failures_server python manage.py makemigrations
- docker-compose exec recordings_server python manage.py makemigrations
- docker-compose exec recordings_server python manage.py migrate
- docker-compose exec recordings_server python manage.py createsuperuser
- go to localhost:4000 and enter your username and password
Just open the directory of the application, execute the command docker-compose up and go to localhost:4000