System Pkgs & Links |
Webiva ![]() |
Installing: Starling & Memcache-client Gems
Starling is a background process queue server. Webiva requires it to drive the behind-the-scenes processes. The Webiva quick_install script also requires that the memcache-client gem be installed to verify
Gems
These Gems can be install with:
sudo gem install starling memcache-client daemons --no-rdoc --no-ri
Path
For Debian and Ubuntu, make sure that gems are in your PATH (this is required to run the starling binary):
echo "# Ruby Gems Path" >> ~/.bashrc; echo 'PATH=$PATH:/var/lib/gems/1.8/bin' >> ~/.bashrc
. ~/.bashrc
System Pkgs & Links |
Webiva ![]() |

System Pkgs & Links