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?