Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ docker volume create confluence_home_data && docker network create confluence-ne

## How to hack confluence

- After installing the Confluence docker container you will encounter the license page and copy your server-id and keep it for the hack sections.

```
docker exec confluence-srv java -jar /var/agent/atlassian-agent.jar \
-d \
Expand All @@ -74,12 +76,14 @@ docker exec confluence-srv java -jar /var/agent/atlassian-agent.jar \
-s you-server-id-xxxx
```

## How to hack confluence plugin
## How to install and hack confluence plugins

- .eg I want to use BigGantt plugin
1. Install BigGantt from confluence marketplace.
2. Find `App Key` of BigGantt is : `eu.softwareplant.biggantt`
3. Execute :
1. Go to [Atlassian Marketplace](https://marketplace.atlassian.com/) and find the plugin and choose the "Data Center" version and download the file from resources section.
2. Go to Confluence administration settings and select "Manage Apps" (optional: For better web load of this section to see installed apps without lag, select the setting at the bottom of this page and uncheck "Connect to the Atlassian Marketplace").
3. For installing BigGantt choose the "Upload app" from "Manage Apps" and upload the downloaded file, the plugin will be installed.
4. Find the `App Key` of BigGantt from app details section of installed apps : `eu.softwareplant.biggantt`
5. Execute :

```
docker exec confluence-srv java -jar /var/agent/atlassian-agent.jar \
Expand Down Expand Up @@ -107,4 +111,3 @@ enter `y`, then start server
```shell
docker-compose up -d
```