Skip to content

pbechliv/PVmeasure

Repository files navigation

First time setup

1. Install Requirements

  • docker
  • If you are using windows 10 home or older version you need to install docker toolbox instead

2. Clone repository

  1. Open a terminal and type git clone https://.github.com/pbechliv/PVmeasure.git
  2. Open the directory with the terminal

3. Start docker containers

  1. docker-compose up -d
  2. docker-compose exec failures_server python manage.py makemigrations
  3. docker-compose exec recordings_server python manage.py makemigrations
  4. docker-compose exec recordings_server python manage.py migrate
  5. docker-compose exec recordings_server python manage.py createsuperuser

4. Open app in browser

  1. go to localhost:4000 and enter your username and password

After first time setup

Just open the directory of the application, execute the command docker-compose up and go to localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published