| Fix formatting - warvox - VoIP based wardialing tool, forked from rapid7/warvox. | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 1def0befaab05649851e891c71f0ead0f9d34146 | |
| parent 84006fff4c65d2010812c671e08f78d561b46df1 | |
| Author: HD Moore <[email protected]> | |
| Date: Sat, 13 Apr 2013 15:20:38 -0500 | |
| Fix formatting | |
| Diffstat: | |
| M README.md | 3 +++ | |
| 1 file changed, 3 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/README.md b/README.md | |
| @@ -49,12 +49,15 @@ Copy the example database configuration to database.yml: | |
| Modify config/database.yml to include the password set previously | |
| Initialize the WarVOX database: | |
| + | |
| $ make database | |
| Add an admin account to WarVOX | |
| + | |
| $ bin/adduser admin | |
| Start the WarVOX daemons: | |
| + | |
| $ bin/warvox.rb | |
| Access the web interface at http://127.0.0.1:7777/ |