💻
💻
💻
💻
How to install openedx
Cubite
Cubite Demo
OpenEDX
Search…
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
configuration
Install OpenEDX
Enabling SSL
Powered By
GitBook
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
[email protected]
/configs.yml
[email protected]
/secrets.yml
Installing OpenEDX - Previous
configuration
Next - Installing OpenEDX
Enabling SSL
Last modified
1yr ago
Copy link
Outline
Start The Deployer container
Shell into the container
Make OpenEDX Full deployment