| Update README.md - warvox - VoIP based wardialing tool, forked from rapid7/warv… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit b63e68c6a5b117c12123d3c7cc274ef35d4d5753 | |
| parent 9cf9c6f9b9382a7e523ce3712b33cb82e7f16b29 | |
| Author: HD Moore <[email protected]> | |
| Date: Wed, 3 Sep 2014 23:09:57 -0500 | |
| Update README.md | |
| Diffstat: | |
| M README.md | 15 ++++++++++++--- | |
| 1 file changed, 12 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/README.md b/README.md | |
| @@ -11,7 +11,7 @@ Installing | |
| -- | |
| WarVOX 2.0.0 is still in development and the installation process is not ideal… | |
| -**DO NOT USE WARVOX 2.x.x AT THIS TIME** | |
| +** DO NOT USE WARVOX 2.0.0-dev YET! ** | |
| WarVOX requires a Linux operating system, preferably Ubuntu or Debian, but Kal… | |
| @@ -19,13 +19,21 @@ WarVOX requires PostgreSQL 9.1 or newer with the "contrib" … | |
| To get started, install the OS-level dependencies: | |
| - $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl… | |
| - postgresql postgresql-contrib git-core curl | |
| + $ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl… | |
| + postgresql postgresql-contrib git-core curl libpq-dev | |
| Install RVM to obtain Ruby 1.9.3 or later | |
| $ \curl -L https://get.rvm.io | bash -s stable --autolibs=3 --rails | |
| +After RVM is installed you need to run the rvm script provided | |
| + | |
| + $ source /usr/local/rvm/scripts/rvm | |
| + | |
| +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 | |
| + | |
| Clone this repository to the location you want to install WarVOX: | |
| $ git clone git://github.com/rapid7/warvox.git /home/warvox | |
| @@ -43,6 +51,7 @@ Configure the PostgreSQL account for WarVOX: | |
| $ psql | |
| psql> alter user warvox with password 'randompass'; | |
| psql> exit | |
| + $ exit | |
| Copy the example database configuration to database.yml: | |