Code Monkey home page Code Monkey logo

edx-ginkgo-docker's Introduction

edx-ginkgo-docker

A dockerized version of Open edX running open-release/ginkgo.master version. (Only LMS, Studio and Forum for now)

Requirements:

docker (version 17.09 or higher)
docker-compose (version 1.17.1 or higher)

Installation

Before installation

Export the CONTAINER_PREFIX environment variable to differentiate container between projects (default is edx):

export CONTAINER_PREFIX=<project_name>

If you want to build your own images rename karacic/<image_name> with <username>/<image_name>.

Now your edxapp image will be named <username>/<CONTAINER_PREFIX>-ginkgo.master. If you haven't renamed the image in the Makefile file, the edxapp image will be named karacic/<CONTAINER_PREFIX>-ginkgo.master.

Installation

Installation steps:

  1. make build.base
  2. make build.edxapp
  3. make build.elasticsearch
  4. make build.forum
  5. make clone

In your edx-platform folder search for edx.devstack. term. Change those instance with your CONTAINER_PREFIX value. Most of them are related to tests which you can skip if you don't intend to run tests.

Installation steps continued:

  1. make provision
  2. docker-compose stop
  3. make up

The provision step will create a new .env file that contains the CONTAINER_PREFIX and COMPOSE_PROJECT_NAME variables so that you don't need to export it every time you start up the containers.

Theming

You will notice that a new edx-themes directory has been created next to the cloned edx-platform directory. That directory is mapped to /edx-themes in the LMS and Studio containers. With that information continue following these instruction on how to apply a new theme.

Troubleshooting

In case the CSS is missing in either LMS or Studio, you can run make static to rebuild the static assets for both.

Bug reporting

I would very much appreciate any bug reports, so if you find a bug please open an issue for it.

edx-ginkgo-docker's People

Contributors

vkaracic avatar

Stargazers

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