💻
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

Was this helpful?

  1. Installing OpenEDX

Hosts

In the previous step, you created a folder called infra with hosts file in it. After creating your remote server and having its public IP address, you should add the following information to the hosts file:

infra/hosts
[OPENEDX-INSTANCE-NAME] # you can change it to whatever you want to
IP-ADDRESS ansible_user=USERNAME ansible_sudo_pass=PASSWORD

Example:

infra/hosts
[cubite-academy]
1.1.1.1 ansible_user=ubuntu ansible_sudo_pass=p@assw0rd
PreviousPreparing remote serverNextedx-configs

Last updated 3 years ago

Was this helpful?