| Adding info for development with docker - warvox - VoIP based wardialing tool, … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 8cafcfbc5ec3fcaed8ece0e36960d59cb8e5c890 | |
| parent f7376ea91140c9465d55be0bfb308a30bbd9a8d2 | |
| Author: Jay Scott <[email protected]> | |
| Date: Wed, 10 Aug 2016 14:46:35 +0100 | |
| Adding info for development with docker | |
| Diffstat: | |
| M README.md | 12 ++++++------ | |
| 1 file changed, 6 insertions(+), 6 deletions(-) | |
| --- | |
| diff --git a/README.md b/README.md | |
| @@ -1,5 +1,5 @@ | |
| -WarVOX | |
| -== | |
| +# WarVOX | |
| + | |
| WarVOX is released under a BSD-style license. See docs/LICENSE for more detail… | |
| The latest version of this software is available from http://github.com/rapid7… | |
| @@ -11,8 +11,8 @@ Questions and suggestions can be sent to: | |
| - [Installing](#installing) | |
| - [Development](#development) | |
| -#installing | |
| --- | |
| +##installing | |
| + | |
| WarVOX requires a Linux operating system, preferably Ubuntu or Debian, but Kal… | |
| WarVOX requires PostgreSQL 9.1 or newer with the "contrib" package installed f… | |
| @@ -80,9 +80,9 @@ Access the web interface at http://127.0.0.1:7777/ | |
| At this point you can configure a new IAX2 provider, create a project, and sta… | |
| -### Development | |
| +## Development | |
| -Using Docker | |
| +Using the Dockerfile | |
| Run a postgres container | |