Skip to content

Commit

Permalink
doc(readme): add public-repo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Oct 5, 2020
1 parent ca42e18 commit 95a6900
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Lace is built upon the well-established [eXist-db](http://exist-db.org/exist/app

[Lace-2 Tools](https://github.com/brobertson/Lace2-tools) is a separate repository for Lace-related code, especially pre-processing.

## Warning
When installing the lace2 application into an existing exist-db instance the source for `public-repo` applications is modified. To restore `package-manager` lookups to the default exist-db application repository modify `/db/apps/packageservice/configuration.xml` to point to the default repo:

```xml
<repositories>
<!-- <repository active="true" default="true">http://heml.ddns.net:8080/exist/apps/public-repo/</repository> -->
<repository active="true" default="true">http://exist-db.org/exist/apps/public-repo</repository>
</repositories>
```
Bruce Robertson

2020-06-29

0 comments on commit 95a6900

Please sign in to comment.