Add verify_install.rb step - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 0514a9cac62b59cb3ed84b4bc3fdd0d9cc59cecc
 (DIR) parent d374265bf3a559dfeecf81ef00cce1713c15eab3
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Tue,  3 Feb 2015 00:41:27 -0600
       
       Add verify_install.rb step
       
       Diffstat:
         M README.md                           |       7 +++++--
       
       1 file changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -22,7 +22,7 @@ To get started, install the OS-level dependencies:
                $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl4-openssl-dev \ 
                  postgresql postgresql-contrib postgresql-common git-core curl libpq libpq-dev
        
       -Install RVM to obtain Ruby 1.9.3 or later
       +Install RVM to obtain Ruby 2.1.5 or later
        
                $ \curl -L https://get.rvm.io | bash -s stable --autolibs=3 --rails
        
       @@ -32,7 +32,7 @@ After RVM is installed you need to run the rvm script provided
        
        In case you have not installed Ruby 1.9.3 or later by now, do so using RVM.
        
       -        $ rvm install ruby-1.9.3-p547
       +        $ rvm install ruby-2.1
                
        Clone this repository to the location you want to install WarVOX:
        
       @@ -44,6 +44,9 @@ Configure WarVOX:
                $ bundle install
                $ make
        
       +Verify your installation:
       +        $ bin/verify_install.rb
       +
        Configure the PostgreSQL account for WarVOX:
        
                $ sudo su - postgres