Code Monkey home page Code Monkey logo

tutor's Introduction

Tutor Tool

Run with docker

  1. Start the container, then login using [email protected] / admin123
docker run  -v /opt/tutor:/src/persistency \
            -p 8080:8080 \
            -d \
            --name tutor \
            -e GMAIL_USERNAME='[email protected]' \
            -e GMAIL_PASSWORD='XXX' \
            -e ADMIN_EMAIL='[email protected]' \
            -e SERVER_NAME='tutor.example.com' \
            kordianbruck/tutor

Environment Variables:

SECRET_KEY_BASE - (optional) will be generated on container start. at least 30 characters and all random,
EMAIL_SENDER - (optional) Default: [email protected]
EMAIL_SENDER_FULL - (optional) Default: Tutor Tool <[email protected]>
GMAIL_USERNAME - Username for email sending via SMTP
GMAIL_PASSWORD - Password for email sending via SMTP
ADMIN_EMAIL - Admin email to receive errors
SERVER_NAME - server name for the email links to be generated

Developer Setup

  1. git clone this repo
  2. install ruby tools: gem install rdoc && gem install bundler && gem install rake && gem install rails
  3. run bundle install --path vendor/bundle to install any backend dependencies
  4. run yarn for frontend deps - (You'll need nodejs+yarn+bower for this)
  5. create your db: rake db:migrate RAILS_ENV=development
  6. run tests bundle exec rake
  7. run the bundled webserver: bin/rails server

Screenshots

Analysis view Tutor view Rooms view

tutor's People

Contributors

harald-lang avatar kimiya66 avatar kordianbruck avatar

Watchers

 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.