Skip to content

Commit

Permalink
Clarification of docs structure. Related to #83.
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Oct 14, 2019
1 parent 8d01a75 commit 926bc21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ kubectl apply -k .
- This is usable for demo purposes.
- You really want to [provide a secure admin password](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/secrets.md) for anything serious.

A number of utilities have been added for your convienience:
have a look at [Little Helpers](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/little-helpers.md).

#### Production usage
You should make yourself familiar with a series of documentation articles, linked below:

Expand All @@ -48,6 +45,7 @@ You should make yourself familiar with a series of documentation articles, linke
* [Configuration of Dataverse](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/config.md)
* [Secrets usage](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/secrets.md)
* [(Custom) Metadata Blocks](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/metadata.md)
* [Maintenance Jobs and Little Helpers](https://github.com/IQSS/dataverse-kubernetes/blob/master/docs/little-helpers.md)

Please be aware that this project currently only offers images and support
for basic usage. Integrations are not yet part of this, but may be added as needed.
Expand Down
3 changes: 3 additions & 0 deletions docs/little-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ in the docs for you. Simply deploy it during off-hours (or fork and create a Cro
kubectl create -f k8s/dataverse/jobs/inplace-reindex.yaml
```

### Metadata Housekeeping
See [Metadata docs](metadata.md).

### Catching emails from Dataverse easily
While doing a showcase, developing or other purposes, it comes in handy
to see what emails are sent by Dataverse.
Expand Down
2 changes: 1 addition & 1 deletion docs/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Remember: you will need to get your custom metadata inside that job somehow, see

## Update Solr Search Index

> TODO for release 4.16 containing necessary scripts.
> TODO for release 4.17 containing necessary scripts.
1 change: 1 addition & 0 deletions docs/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kubectl create secret generic dataverse-postgresql \
### Provision a password for your superadmin account
The password for the superadmin account `dataverseAdmin` defaults to
**admin1**. *You really should change that to something more secure.*

<small>*Note:* this password is the same as IQSS/dataverse-ansible uses!</small>

During bootstrap, mount a secret at `${SECRETS_DIR}/admin/password` to provision
Expand Down

0 comments on commit 926bc21

Please sign in to comment.