Skip to content

Commit

Permalink
Delete data update script, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Oct 17, 2024
1 parent 1d4d0b0 commit 1408f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to try to run the application locally or on a server, you may use th

### Docker compose

1. Download the latest `.tei` files from the [cceh/c-salt_vedaweb_tei](https://github.com/cceh/c-salt_vedaweb_tei/archive/master.tar.gz) repository into `resources/tei` and the external references data from [here](https://github.com/VedaWebPlatform/vedaweb-data-external/archive/master.tar.gz) into `resources/references`. You may use the bash script at `scripts/update-data.sh` to achieve all that automatically by calling `./scripts/update-data.sh resources/` from the projects root directory.
1. Download the latest `.tei` files from the [here](https://github.com/VedaWebProject/vedaweb-data/tree/main/rigveda/TEI) repository into `resources/tei` and the external references data from [here](https://github.com/VedaWebProject/vedaweb-data/tree/main/rigveda/external-resources) into `resources/references`.
2. Run `docker compose up --build` for building and starting the needed containers in a preconfigured way. Use the `-d` flag to run detached containers.
3. The application will be served from `127.0.0.1:8081` (you can change the port in `.env`).

Expand Down
29 changes: 0 additions & 29 deletions scripts/update-data.sh

This file was deleted.

0 comments on commit 1408f98

Please sign in to comment.