Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 717 Bytes

File metadata and controls

35 lines (23 loc) · 717 Bytes

Conference engine

Originally created for LVEE conference

Installation

System:

sudo apt-get install git curl
sudo apt-get install libmysqlclient-dev libpq-dev libev-dev

RVM (Ruby Version Manager):

gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm

Source code, Ruby:

git clone https://github.com/lvee/lvee-engine
cd lvee
rvm install $(cat .ruby-version)
rvm use $(cat .ruby-version)

Ruby Gems:

gem install bundler
bundle install

License

GPL 2.0