Skip to content

Commit

Permalink
Readme: update development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Dec 1, 2015
1 parent 86bd854 commit b2e33eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,18 @@ $oauth_userinfo_url::
. Install LuaJIT and modules for development into directory `.env`:

./script/bootstrap
+
or to install also nginx and Python modules for running integration tests, then use:

./script/bootstrap-full

. Run tests with code coverage and linter:

./script/test
+
and integration tests:

./script/test-integration


== License
Expand Down

0 comments on commit b2e33eb

Please sign in to comment.