Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skabbina committed May 30, 2024
1 parent 19147e2 commit 75729ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ If using podman, update the build and running scipts to use `podman`, `podman-co
- For Windows users: Change the EOL Sequence from CRLF to LF for the following files:
1. `dbscripts/dbcreate.sh`
2. `superset/superset-init.sh`
- Recommended to change application credentials in `.env` file i.e. `POSTGRES_PASSWORD`, `ADMIN_PASSWORD`, `SUPERSET_ADMIN_PASSWORD` and `SUPERSET_SECRET_KEY`
- Start applciations `$ start-susi.sh` or simply `$ docker compose up -d`. Building the docker images is already integreated into the Docker Compose process.
- Open [Application Dashboard](https://locahost:8088) in a browser
- Login with default credential `admin/5cS9Fb73CUnd`
- Login with username `admin` and value of `SUPERSET_ADMIN_PASSWORD` as password set in `.env`. Default values are `admin/5cS9Fb73CUnd`
- Select top level, site level or device level dashboard for visualisation and insights
- To stop applciations `$ stop-susi.sh` or simply `$ docker compose down`

Expand Down

0 comments on commit 75729ff

Please sign in to comment.