Add notes for 2022-06-13

This commit is contained in:
2022-06-14 08:45:07 +03:00
parent 8a06bab2c6
commit 4e58a25e25
119 changed files with 167 additions and 149 deletions

View File

@ -64,4 +64,14 @@ categories: ["Notes"]
- Once I downed and upped AReS with docker-compose I was able to start a new harvest
- I also did some tests to enable ES2020 target in the backend because we're on Node.js 14 there now
## 2022-06-13
- Create a user for Mohammed Salem to test MEL submission on DSpace Test:
```console
$ dspace user -a -m mel-submit@cgiar.org -g MEL -s Submit -p 'owwwwwwww'
```
- According to my notes from [2020-10]({{< relref "2020-10.md" >}}) the account must be in the admin group in order to submit via the REST API
<!-- vim: set sw=2 ts=2: -->