Hi all:
I'm trying to install bbb 0.8 on an ubuntu server 10.04, following the
steps in
http://code.google.com/p/bigbluebutton/wiki/08InstallationUbuntu
However, I'm stuck at this point:
sudo gem install hello
in which I can't install anything. Our institution is behind a proxy,
and I can't seem to succeed to setup up the proxy info for the gems to
install successfully.
I get:
---------------------
$ sudo gem install hello
ERROR: While executing gem ... (URI::InvalidURIError)
the scheme http does not accept registry part:
ourproxy_url:port (or bad hostname?)
$ sudo gem install -p ourproxy_url:port hello
invalid argument: -p ourproxy_url:port hello
---------------------
Where it says ourproxy_url:port, I wrote the right http address and
port of our proxy, and it works nicely for http pages, wget, rsync,
etc. But not for gem , it seems.
Any tip?
Xavi