Skip to content

Commit

Permalink
Prep for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msjyoo committed May 10, 2015
1 parent 5b77ae2 commit 136753c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ This plugin is a fork of another Dokku Redis plugin by **Vlorent Viel**, which y

Installation
------------
The current latest version of Dokku Redis Plugin is v1.0.1, which was tested on Dokku v0.3.17.

```
$ sudo su # (Required for permissions - don't use sudo)
# cd /var/lib/dokku/plugins
# git clone --branch v1.0.0 --depth 1 https://github.com/sekjun9878/dokku-redis-plugin redis
# dokku plugins-install
$ cd /var/lib/dokku/plugins
$ sudo git clone --branch v1.0.1 --depth 1 https://github.com/sekjun9878/dokku-redis-plugin redis
$ sudo dokku plugins-install
```

Note that you might need to use su (not sudo) in some cases due to permissions.

Commands
--------
```
# dokku help
$ sudo dokku help
redis:enable <app> Enable Redis for an app for next build
redis:destroy <app> Destroy Redis container and volume of an app
```
Expand Down

0 comments on commit 136753c

Please sign in to comment.