Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Mashape/kong
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Aug 24, 2015
2 parents a8daa4b + b46d980 commit 66a2c32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions UPDATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ The database schema slightly changed to introduce "plugins migrations". Now, eac
```shell
# First, make sure you are already running Kong 0.4.2

# clone the Kong git repository if you don't already have it:
# Clone the Kong git repository if you don't already have it:
$ git clone git@github.com:Mashape/kong.git

# go to the 'scripts/' folder:
# Go to the 'scripts/' folder:
$ cd kong/scripts

# Install some Python dependencies:
$ pip install cassandra-driver pyyaml

# The script will use your first contact point (the first of the 'hosts' property)
# so make sure it is valid and has the format 'host:port'.

Expand Down

0 comments on commit 66a2c32

Please sign in to comment.