💻
How to install openedx
  • Introduction
  • Installation methods
  • Repositories
    • edx
    • edx-platform
    • configuration
  • Preparing deployment node
    • Control Node
    • Creating folder structures
    • Docker
  • Installing OpenEDX
    • Preparing remote server
    • Hosts
    • edx-configs
      • configs.yml
      • secrets.yml
    • configuration
    • Install OpenEDX
    • Enabling SSL
Powered by GitBook
On this page
  • Start The Deployer container
  • Shell into the container
  • Make OpenEDX Full deployment

Was this helpful?

  1. Installing OpenEDX

Install OpenEDX

Installing OpenEDX native version

Now that you have everything ready, it's time to install OpenEDX.

Start The Deployer container

docker start koaDeployer
docker ps

The result should be something like

CONTAINER ID   IMAGE                               COMMAND       CREATED        STATUS         PORTS     NAMES
d0eef08fa5af   cubite/deployment-node:koa.master   "/bin/bash"   23 hours ago   Up 3 seconds             koaDeployer

Shell into the container

docker exec -it koaDeployer bash

Now you are in the deployer node.

Make OpenEDX Full deployment

ansible-playbook configuration/koa.yml -e@edx-configs/configs.yml -e@edx-configs/secrets.yml
PreviousconfigurationNextEnabling SSL

Last updated 3 years ago

Was this helpful?