Skip to content

Commit 757fdfd

Browse files
committed
Updated documentation
1 parent ab6f479 commit 757fdfd

File tree

3 files changed

+5
-45
lines changed

3 files changed

+5
-45
lines changed

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Allows confluence users to write contracts in a confluence macro which can be si
1818
If you observe issues in the Macro resulting in a `ClassCastException` please update digital-signature to version 7.0.5,
1919
clear the plugin cache (one last time) and restart confluence.
2020

21-
For background information please refer to [#82](https://github.com/baloise/digital-signature/issues/82.)
21+
For background information please refer to [#82](https://github.com/baloise/digital-signature/issues/82)
22+
and ['How to clear Confluence plugins cache'](https://confluence.atlassian.com/confkb/how-to-clear-confluence-plugins-cache-297664846.html).
2223

2324
## Privacy Policy
2425
- We do not transfer or store any data outside your Atlassian product.

development.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

docs/docker.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Setup following a [tutorial from coffeetime.solutions]( http://coffeetime.solutions/run-atlassian-jira-and-confluence-with-postgresql-on-docker/#Overview_of_series_How_to_run_Jira_and_Confluence_behind_NGINX_reverse_proxy_on_Docker):
22

33
```bash
4-
docker run --name=confluence -d -p 8090:8090 -p 8091:8091 atlassian/confluence-server:latest
54
docker run --name postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
5+
docker run --name=confluence -d -p 8090:8090 -p 8091:8091 atlassian/confluence-server:latest
66
```
77

88
Start confluence setup and configure Postgres:
9-
- jdbc:postgresql://192.168.65.2:5432/postgres (`docker inspect postgres` to get ip address)
9+
- jdbc:postgresql://192.168.65.2:5432/postgres (`docker inspect postgres | grep IP` to get ip address)
10+
- in case of IP change search and replace in `/var/atlassian/application-data/confluence.cfg.xml`
1011
- user: postgres
1112
- password: mysecretpassword (defined above)
1213

0 commit comments

Comments
 (0)