Skip to content

Commit

Permalink
chore(readme): update
Browse files Browse the repository at this point in the history
  • Loading branch information
esoadamo committed Nov 13, 2024
1 parent 429d43c commit 1873c16
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1873c16

Please sign in to comment.