Skip to content

Commit

Permalink
Merge branch 'master' into feature/transformations-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Apr 21, 2015
2 parents 88e1e96 + ab69baa commit 16f4f4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dev:

clean:
@rm -f luacov.*
@rm -f $(DEVELOPMENT_CONF) $(TESTING_CONF)
@rm -rf nginx_tmp
@bin/kong migrations -c $(DEVELOPMENT_CONF) reset
@rm -f $(DEVELOPMENT_CONF) $(TESTING_CONF)

run:
@bin/kong start -c $(DEVELOPMENT_CONF)
Expand All @@ -51,6 +51,7 @@ coverage:
@rm -f luacov.*
@busted --coverage spec/unit
@luacov -c spec/.luacov
@tail -n 1 luacov.report.out | awk '{ print $$3 }'

test-api:
@busted spec/integration/api
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status][coveralls-badge]][coveralls-url]
[![Gitter][gitter-badge]][gitter-url]

Kong is a scalable, lightweight open-source Management Layer for APIs and Microservices. Built on top of NGINX with focus on high performance and reliability.
Kong is a scalable, open-source Management Layer for APIs and Microservices. Built on top of NGINX with focus on high performance and reliability.

## Why Kong

Expand Down Expand Up @@ -48,24 +48,24 @@ $ kong --help

1. Clone the repository and make it your working directory.
2. Run `[sudo] make install`

This will build and install the `kong` luarock globally.

3. Run `make dev`

This will install development dependencies and create your environment configuration files:

- `kong_TESTS.yml`
- `kong_DEVELOPMENT.yml`

4. Run the tests:

```bash
make test-all
```

5. Run Kong with the development configuration file:

```bash
$ kong start -c kong_DEVELOPMENT.yml
```
Expand Down
2 changes: 1 addition & 1 deletion kong-0.2.0-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = {
"inspect ~> 3.0-1",
"stringy ~> 0.4-1",
"multipart ~> 0.1-2",
"cassandra ~> 0.5-5",
"cassandra ~> 0.5-6",
"lua-path ~> 0.2.3-1",
"lua-cjson ~> 2.1.0-1",
"luasocket ~> 2.0.2-5",
Expand Down

0 comments on commit 16f4f4f

Please sign in to comment.