From 1873c16e41d8c8ffbfeb23c0d32ef57ca5cde9f1 Mon Sep 17 00:00:00 2001 From: Adam Hlavacek Date: Wed, 13 Nov 2024 18:21:21 +0100 Subject: [PATCH] chore(readme): update --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1e85e9b..748b908 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,13 @@ ``` git clone https://github.com/fi-ksi/dashboard.git -# edit config.py, see instruction from the non docker version +# edit config.py to set database secret docker-compose up --build ``` -## Non Docker version - -### Software needed +By default, the docker is set to build static HTML files. If you want to use the Jupyter development server instead, comment the entrypoint and command in `docker-compose.yaml` and uncomment the port assigments. - * Python 3.6 (including dev package) - * virtualenv - * packages from `requirements.txt` (building of the packages requires gcc and libmysqlclient-dev) - * make - -``` -sudo apt install -y python3.6 python3.6-dev python3.6-venv libmysqlclient-dev virtualenv gcc make -``` +## Non Docker version ## Installation