Skip to content

Commit

Permalink
Clean doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Jun 20, 2024
1 parent 8069055 commit a7e8ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ docker compose -p pass-docker -f dspace-cli.yml -f dspace-cli.ingest.yml run --r
### Run With Deposit Services and InvenioRDM
In order to run a local instance **_with_** deposit-service, ftp, InvenioRDM, you can run:

First, you need to start the local test InvenioRDM in the `invenio-rdm` directory:
Refer to [invenio-rdm/README](./invenio-rdm/README.md) to ensure the prerequisites are met before running the commands below.

First, start the local test InvenioRDM by running the following command in the `invenio-rdm` directory:

```console
./build.sh
./start.sh
```
Refer to invenio-rdm/README to ensure the prerequisites are met before running the commands above.

After the InvenioRDM service is up and running, run the following commands in the `pass-docker` directory:

Expand Down
6 changes: 3 additions & 3 deletions invenio-rdm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test InvenioRDM

This is a test InvenioRDM instance that can be run locally for testing.
This is a InvenioRDM instance that can be run locally for testing.

**Note**: This is only intended for local testing and is not meant for Production use.

Expand All @@ -12,7 +12,7 @@ The `pass-docker-invenio-rdm` directory was created following these instructions
- You must have Python v3.8 or greater installed.
- You must have the `invenio-cli` python tool installed and available in your PATH. https://inveniordm.docs.cern.ch/install/cli/

Run the following commands in order to start your new InvenioRDM instance:
Run the following commands in order to start the InvenioRDM instance:

```console
./build.sh
Expand All @@ -30,7 +30,7 @@ Once running, visit https://127.0.0.1 in your browser.
**Note**: The server is using a self-signed SSL certificate, so your browser
will issue a warning that you will have to by-pass.

To Stop InvenioRDM, run the following commands:
To stop the InvenioRDM instance, run the following commands:

```console
./stop.sh
Expand Down

0 comments on commit a7e8ab6

Please sign in to comment.