GithubHelp home page GithubHelp logo

hqdncw / odin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prabhatpankaj/odin

0.0 0.0 0.0 1.55 MB

Learning management system for HackBulgaria / HackSoft Academy

Shell 1.37% Python 98.63%

odin's Introduction

Odin

Odin is the new Loki. LMS for HackSoft Academy

Built with Cookiecutter Django Build Status Coverage Status

Setup

Virtual environment with python 3.6.1

export PATH="/path.to.user/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
  • Do pyenv install 3.6.1

  • Create virtualenv with python3.6.1: virtualenv -p ~/.pyenv/versions/3.6.1/bin/python3 odin

Install requirements

pip install -r requirements/local.txt
pip install -r requirements/test.txt
  1. Setup environment variables for recaptcha and OAuth application
  2. Create a shell script as utility/bootstrap.sh.sample with your username
  3. Run bootstrap.sh

Install JS requirements

npm install
  • This installs bower and runs webpack as well as postinstall script.

Celery

  • Run celery with the following command celery -A odin worker -l info

Tests

To run tests:

$ py.test

To run the tests and check your test coverage

$ py.test --cov=odin

Grader

odin's People

Contributors

kbadova avatar martin056 avatar nimor111 avatar pgergov avatar pyup-bot avatar radorado avatar slavov-v avatar yaggul 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.