GithubHelp home page GithubHelp logo

dj95 / learninglocker-docker Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 20 KB

A docker environment for learninglocker 2

License: GNU General Public License v3.0

Dockerfile 80.93% Shell 19.07%
lrs learninglocker docker

learninglocker-docker's Introduction

learninglocker-docker ๐Ÿณ

This repository contains all files to let learninglocker 2 run in docker in two different ways. One way is the self contained container that runs all required services(ui, api, worker, xapi, proxy) in one container. The other solution encapsulates every service in a single container in order to provide a more flexible and scalable service.

๐Ÿ“ฆ Requirements

  • docker
  • docker-compose

๐Ÿ”ง Usage

  • Choose the solution you want to use [self-contained | clusterable].
  • Navigate into the directory.
  • Run docker-compose build in order to build the container(s).
  • Edit the Environment in the docker-compose.yml to your beliefs. Configuration parameters can be extracted from the example environment files of the single services.
  • Run docker-compose up to start the complete environment. Run docker-compose up -d to start the services in background.
  • Navigate to the configured url in your browser in order to use the web-interface.
  • Run docker exec -ti ${UI_CONTAINER_NAME} bash in order to use the cli. E.g.
docker exec -ti clusterable_api_1 bash
$ node cli/dist/server createSiteAdmin "email" "org" "password"

๐Ÿค Contributions

Feel free to contribute features that you are missing or fixes for bugs you find.

๐Ÿ“ License

(c) 2019 - Daniel Jankowski

This project is licensed under the GPLv3 license. Please check out ./LICENSE for further details.

learninglocker-docker's People

Contributors

dj95 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.