From ccc6142fce2f12701727717e034c67f9ec7d91ee Mon Sep 17 00:00:00 2001 From: Diego Alonso Alvarez Date: Tue, 16 Jan 2024 11:45:33 +0000 Subject: [PATCH] Fix error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4beca36..84662d16 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If installing this system from scratch: - Run `docker-compose up --build` (requires [Docker](https://www.docker.com/) to be running) - If you want to load initial data (variables, units, stations...): - - In a separate terminal run `docker exec -it bash` e.g. `docker exec -it paricia_web_1 bash` to start a bash session in the container. You can find the name of the container in the Docker Desktop GUI, or by running `docker container ls`. + - In a separate terminal run `docker exec -it bash` e.g. `docker exec -it paricia-web-1 bash` to start a bash session in the container. You can find the name of the container in the Docker Desktop GUI, or by running `docker container ls`. - Run `python manage.py shell < utilities/load_initial_data.py`. - Create **admin** user running `python manage.py createsuperuser`. @@ -80,7 +80,7 @@ The project is coordinated by [Prof. Wouter Buytaert](https://www.imperial.ac.uk The code was originally based on the iMHEA platform - Plataforma para la **I**niciativa Regional de **M**onitoreo **H**idrológico de **E**cosistemas **A**ndinos. We are grateful to the following instututions for the development of iMHEA and for sharing their code to use as a starting point for Paricia: -- Fondo para la Proteccion del Agua (FONAG), Ecuador. +- Fondo para la Proteccion del Agua (FONAG), Ecuador. - Empresa Pública Metropolitana de Agua Potable Y Saneamiento de Quito (EPMAPS)m Ecuador. ### Tests