Skip to content

Free and open conference management application created for FOSS4G Buenos Aires 2013

License

Notifications You must be signed in to change notification settings

osm-ar/libreconf

Repository files navigation

LibreConf

Ruby on Rails application created to manage conferences stuff like speakers, sponsors, talks, etc.

This app was created for the FOSS4G Buenos Aires 2013.

To setup the application locally

  1. Install dependencies. On ubuntu you need the following packages: sudo apt-get update sudo apt-get install git sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6 libreadline6-dev zlib1g zlib1g-dev sudo apt-get install postgresql postgresql-contrib libpq-dev sudo apt-get install sqlite3 libsqlite3-dev sudo apt-get install nodejs

  2. Install RVM

  3. Install Ruby 2.1.1

     rvm install 2.1.1
    
  4. Clone the repo

     git clone https://github.com/osm-ar/libreconf.git
    
  5. Go to the directory and the gemset should be create automatically

     rvm info
    
  6. Install bundler

     gem install bundler
    
  7. Install all other required gems

     bundle install
    
  8. Create the db

     rake db:create
    
  9. Run migrations

     rake db:migrate
    
  10. Load test data

     rake db:data:load
    

    Note: This will create a test user (email: test@test.com, password: test1234)

  11. Start the server

    rails server
    
  12. Open the site in your browser

    http://localhost:3000

About

Free and open conference management application created for FOSS4G Buenos Aires 2013

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published