Git Product home page Git Product logo

lecrec's Introduction

Lecrec

The LECREC system is designed to include a multitude of specific functions to allow for the encouragement of learning throughout a lecture recording especially by utilising the section based video discussion thread feature. The project is expected to take 12 weeks, including project management, documentation and full implementation.

Features

  • User Management
  • Unit of Study Management
  • Lecture Recording Upload and Managament
  • Lecture Recording Discussion Threads and Comments
  • Embedded video discussions for community users
  • Lecture Quiz feature (maybe)

Requirements

This application requires:

  • Ruby 2.1.1
  • Rails 4.1.0
  • Postgresql 9+

Getting Started

Create database user

sudo su postgres
createuser lecrec

Install Redis

$ wget http://download.redis.io/releases/redis-2.8.15.tar.gz
$ tar xzf redis-2.8.15.tar.gz
$ cd redis-2.8.15
$ make	

Start Redis

$ src/redis-server	

Setup app

$ git clone https://github.com/khanh2907/lecrec.git
$ cd lecrec
$ bundle install
$ rake db:setup
$ rake db:seed_uos

Start RESQUE worker

$ bundle exec rake environment resque:work QUEUE=convert

Start app

$ rails s

lecrec's People

Contributors

rustychopsticks avatar

Watchers

James Cloos avatar Martin Groen avatar Khanh Nguyen avatar  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.