Junebug Wiki on BrightBox


I installed JuneBug wiki on bbox . There was some bugs in the installation documentation so will put small notes here. The installation process is for Ubuntu Dapper box on BrightBox beta hosting. Adjust for your own situation:

# Ubuntu/Debian specific
apt-get install sqlite3 libsqlite3-dev

# the original document missing http://
# in front of the url
# ERROR: uri is not an HTTP URI
gem install sqlite3-ruby --source http://code.whytheluckystiff.net

gem install junebug-wiki -y

Question: Is it still needed to install custom sqlite3 version or the stock one from the gems repository will do the job?