0

Aim: Get open edX running on my self-host server and general public can access it.

What I have done: I have successfully run the vagrant box in window7, following by instructions, and everything run in localhost.

Instructions:

http://open-edx-windows-7-installation-instructions.readthedocs.org/en/latest/1_Introduction.html

I can get my edx system to run on

LMS - 192.168.33.10

CMS(studio) - 192.168.33.10:18010.

Now, I'll need public ip with above ports so that general public can access my lms & cms which runs in my vagrant machine.

What should I do?

Jay Modi
  • 3,161
  • 4
  • 35
  • 52
Baffin Chu
  • 113
  • 5
  • You might try using the Bitnami community AMI, it has open edX already installed for you. – dmohr Aug 25 '15 at 18:55

1 Answers1

0

If you want other user access the localhost you can use secure tunnel on the localhost using ngrok.

It's simple you just download the ngrok package, for example in OS X

  1. $ wget https://dl.ngrok.com/ngrok_2.0.19_darwin_amd64.zip
  2. $ unzip /path/to/ngrok_2.0.19_darwin_amd64.zip
  3. Run $ ngrok -help for documentation.