Skip to content

Commit

Permalink
Add README to all exhibits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Aug 23, 2018
1 parent 60bb1d4 commit 30495ce
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ as well as a reference and starting place for your own deployments.
* [oracle](./oracle)

### Kubernetes
* [kubernetes](./kubernetes)
* `Pro` [kubernetes](./kubernetes)

### Plugin Bundling
* [cloud](./cloud)
Expand Down
15 changes: 15 additions & 0 deletions basic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Basic Exhibit
=============

Quickest way to get up and running with a persistent data volume.


### Startup
```
docker-compose up
```

### Teardown
```
docker-compose down -v
```
2 changes: 0 additions & 2 deletions basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
rundeck:
image: ${RUNDECK_IMAGE:-rundeck/rundeck:SNAPSHOT}
tty: true
environment:
RUNDECK_PLUGIN_CLUSTER_AUTOTAKEOVER_ENABLED: "true"
volumes:
- data:/home/rundeck/server/data
- ${RUNDECK_LICENSE_FILE:-/dev/null}:/home/rundeck/etc/rundeckpro-license.key
Expand Down
14 changes: 14 additions & 0 deletions ldap/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
LDAP Exhibit
=============

This setup configures Rundeck to authenticate users against LDAP.

### Startup
```
docker-compose up
```

### Teardown
```
docker-compose down -v
```
15 changes: 15 additions & 0 deletions mysql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
MySQL Exhibit
=============

Demonstrates configuring Rundeck to use MySQL as an external database.


### Startup
```
docker-compose up
```

### Teardown
```
docker-compose down -v
```

0 comments on commit 30495ce

Please sign in to comment.