I meant i cannot access the web interface note as the instructions say i should start warvox web interface with "bin/warvox.rb" Once the web interface is started, it can be accessed from your browser at the URL
http://127.0.0.1:7777/. Enter the username and password from the previous step to login. but when i type "bin/warvox.rb" in the same terminal i get this
yurigaitho@yurigaitho-HP-Compaq-dc7100-SFF-PC923A /usr/local/src/warvox-1.0.1 $ bin/warvox.rb
=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.2.2 application starting on
http://127.0.0.1:7777=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking': no such file to load -- mongrel_rails (MissingSourceFile)
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/servers/mongrel.rb:64
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/server.rb:49
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from ./script/server:3
from bin/warvox.rb:72:in `load'
from bin/warvox.rb:72
With your instructions i'm getting error-
sudo apt-get install git build-essential sox lame ruby ruby-dev rake rubygems ruby-bundler libopenssl-ruby libreadline-ruby libsqlite3-ruby gnuplot postgresql-8.4 postgresql-contrib-8.4 libpq-dev
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
when i run the command 'sudo dpkg --configure -a'terminal changes outlook and cannot be accessed ...it contains the message
"Package configuration
┌─────────────────────┤ Configuring postgresql-common ├─────────────────────┐
│ │
│ Obsolete major version 8.4
│
│ The PostgreSQL version 8.4 is obsolete, but the server or client
│ packages are still installed. Please install the latest packages
│ (postgresql-9.1 and postgresql-client-9.1) and upgrade the existing
│ clusters with pg_upgradecluster (see manpage).
│
│ Please be aware that the installation of postgresql-9.1 will
│ automatically create a default cluster 9.1/main. If you want to upgrade
│ the 8.4/main cluster, you need to remove the already existing 9.1
│ cluster (pg_dropcluster --stop 9.1 main, see manpage for details).
│
│ The old server and client packages are no longer supported. After the
│ existing clusters are upgraded, the postgresql-8.4 and
│
│ <Ok>
│ │
└───────────────────────────────────────────────────────────────────────────┘"
i'm surprised how installing warvox can be mind boggling..i'm hoping someone to help me out
Thanks in advance