Rundeck server based on Debian
Jacek Kowalski
2016-01-16 8e0d2835fdfadb84ce2000ff89a28ed17c64773f
Minor changes in formatting of README
1 files modified
8 ■■■■■ changed files
README.md 8 ●●●●● patch | view | raw | blame | history
README.md
@@ -1,3 +1,5 @@
# Rundeck
This is a Docker image of Rundeck (http://rundeck.org)
based on `debian:latest`
@@ -8,7 +10,7 @@
```
Rundeck should be available at http://127.0.0.1:4440/
(user/password pairs: user/user and admin/admin)
(user/password pairs: `user`/`user` and `admin`/`admin`)
By default it uses H2 database and Docker data volumes
for storage persistence.
@@ -61,7 +63,7 @@
```
Then set the following options in
/srv/rundeck/etc/rundeck-config.properties
`/srv/rundeck/etc/rundeck-config.properties`
```
dataSource.url = jdbc:mysql://rundeck-db/rundeck?autoReconnect=true
@@ -78,4 +80,4 @@
## Configuration
You can change Java system properties and JVM options by modifying
`RDECK_JVM` property in /etc/rundeck/profile (which is persisted).
`RDECK_JVM` property in `/etc/rundeck/profile` (which is persisted).