8000 GitHub - andrewshadura/lvee: LVEE site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewshadura/lvee

 
 

Repository files navigation

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-engine
rvm install $(cat .ruby-version)
rvm use $(cat .ruby-version)

Ruby Gems:

gem install bundler
bundle install

More information:

install and configure

License

GPL 2.0

About

LVEE site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.6%
  • Haml 11.6%
  • JavaScript 8.6%
  • CSS 4.5%
  • SCSS 4.0%
  • HTML 1.3%
  • Other 0.4%
0