Giter Club home page Giter Club logo

slickchair's Introduction

SlickChair

SlickChair is an open-source conference management system written in Scala. Built with the Play framework and the Slick database access library, SlickChair provides a highly flexible and extensible solution to manage a peer review process. More information on the project report.

What Makes It Different?

  • Simple authentication. SlickChair allows to login in one click using a Facebook or Google account in addition to the traditional email and password authentication. We made thing very simple here: one user equals one email!

  • Extensible workflow. By default, the peer review process is organised in seven phases: Setup, Submission, Bidding, Assignment, Review, Notification and Finished. Workflow customisation such as adding an Abstract Submission phase or merging Submission and Bidding are very easy to make.

  • Full control over your data. SlickChair instances are completely autonomous, which means that you get the option to deploy yours on a local server with a private database.

Show Me A Demo!

Running the demo locally requires JDK 6+ and sbt. Then it's as simple as:

sbt run

Deploying in production

This section describes the steps required to deploy SlickChair production in on Heroku. All configuration must be stored in conf/prod.conf.

First create a new Google account (mandatory, the password is stored in the config file), and new Facebook/Heroku accounts if necessary:

Enter the new Google credential in conf/prod.conf under smtp.

Change application.secret to a randomly generated string; this command can be used to generate one:

  • tr -cd '[:alnum:]' < /dev/urandom | head -c64

Register your instance to login with Facebook accounts:

  • https://developers.facebook.com/
  • Apps; Register as Developer; pass the phone validation
  • Apps; Create a New App
  • Settings; Basic; Provide a "Contact Email"
  • Settings; Advanced; Set "Valid OAuth redirect URIs" to http://your-url/authenticate/facebook
  • Status & Review; enable "make this app available to the general public?"
  • Dashboard; Copy "App ID" and "App Secret" to securesocial.facebook.clientId/clientSecret

Register your instance to login with Google accounts:

Deploy to Heroku:

slickchair's People

Contributors

olivierblanvillain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.