Skip to content

Commit

Permalink
Add documentation for Mac OS user and update version
Browse files Browse the repository at this point in the history
Add documentation with an example directory a Mac OS user would use when
making a directory for database state, as part of the simple development
sandbox instructions. Also update the version to 3.2.3 for the
evaluation documenation.
  • Loading branch information
skoranda committed Mar 30, 2020
1 parent 0570bca commit 540bbc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wiki page for the list of releases. We recommend using the latest release.
Here is an example (but please check the wiki page for the latest release number):

```
export COMANAGE_REGISTRY_VERSION=3.2.1
export COMANAGE_REGISTRY_VERSION=3.2.3
```

* Build the base COmanage Registry image:
Expand Down
8 changes: 7 additions & 1 deletion docs/simple-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,18 @@ log into COmanage Registry but do not save any changes. Be sure to run
`docker compose down` so that no containers are left running.

* Create a directory somewhere to save the state of the COmanage Registry
database. For example
database. For example, on Linux

```
sudo mkdir -p /srv/docker/var/lib/postgresql/data
```

On Mac OS you might instead do something like

```
mkdir -p $HOME/comanage-data/postgresql/data
```

* Clone the COmanage Registry repository somewhere, for example

```
Expand Down

0 comments on commit 540bbc2

Please sign in to comment.