Set up ggKbase Instance on Ubuntu
Install Applications The software needed to run ggKbase includes: ruby, rbenv, rbenv-vars, sidekiq, puma, redis, mariadb, elasticsearch. rbenv (ruby env mgr) + ruby # Full doc: https://github.com/rbenv/rbenv git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo ‘export PATH=”$HOME/.rbenv/bin:$PATH”‘ >> ~/.bashrc echo ‘eval “$(rbenv init -)”‘ >> ~/.bashrc source ~/.bashrc # To verify type rbenv Install ruby-build plugin, useful for…