Giter VIP home page Giter VIP logo

warvox's Introduction

WarVOX

WarVOX is released under a BSD-style license. See docs/LICENSE for more details.

The latest version of this software is available from http://github.com/rapid7/warvox/

Questions and suggestions can be sent to: hdm(at)rapid7.com

Installing

WarVOX 2.0.0 is still in development and the installation process is not ideal at the moment.

WarVOX requires a Linux operating system, preferably Ubuntu or Debian, but Kali should work as well.

WarVOX requires PostgreSQL 9.1 or newer with the "contrib" package installed for integer array support.

To get started, install the OS-level dependencies:

$ sudo apt-get install gnuplot lame build-essential libssl-dev libcurl-openssl-dev \ 
  postgresql postgresql-contrib git-core curl

Install RVM to obtain Ruby 1.9.3 or later

$ \curl -L https://get.rvm.io | bash -s stable --autolibs=3 --rails

Clone this repository to the location you want to install WarVOX:

$ git clone git://github.com/rapid7/warvox.git /home/warvox

Configure WarVOX:

$ cd /home/warvox
$ make

Configure the PostgreSQL account for WarVOX:

$ sudo su - postgres
$ createuser warvox
$ createdb warvox -O warvox
$ psql
psql> alter user warvox with password 'randompass';
psql> exit

Copy the example database configuration to database.yml:

$ cp config/database.yml.example config/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/

At this point you can configure a new IAX2 provider, create a project, and start making calls.

warvox's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.