Hi guys. I'm trying to install on Ubuntu OS with the terminal.
Based on the install guide it looks like the only way Bibapp works is with older versions of ruby and rubygems, etc.
My problem is that the guide is out of date and the links do not work anymore. Here is a list of the install steps that do not work because newer versions. Can these steps be updated?
----------------------------------------------------------------------------
sudo apt-get install libopenssl-ruby build-essential ruby1.8-dev libpq-dev
libxml2 libxml2-dev
----------------------------------------------------------------------------
http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz
tar -xvzf rubygems-1.3.5.tgz
cd rubygems-1.3.5/
----------------------------------------------------------------------------
sudo ln -s /usr/bin/gem1.8 /usr/bin/gem
----------------------------------------------------------------------------
sudo gem uninstall rack -v=1.2.1
----------------------------------------------------------------------------