Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
marlowl committed Mar 11, 2020
1 parent 9d094a8 commit 1f20eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ $ docker run -p 80:80 -v /your-config-dir/config.json:/usr/share/nginx/html/conf
### Running in Kubernetes
You can deploy the Lite Explorer in Kubernetes using the following steps:
- `cd .kubernetes`
- Run `./deploy.sh` to deploy
- Run `./deploy.sh` to deploy, uses `config.default.json` as config.
- Use for example `./deploy.sh ../config.memento.json` to select other config files.
- Run `./remove.sh` to remove

In `.kubernetes/configmap.yaml` you will find the default `config.json` file, this can be adjusted to your needs.

### Building from source
Clone the explorer in a folder of your choosing
Expand Down

0 comments on commit 1f20eff

Please sign in to comment.