Skip to content

ashay-maheshwari/port-labs-to-openedx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing Open edX Fullstack

Step 1:Install Software Prerequisites

Step 2: Install Open edX Fullstack

  • Ensure the nfsd client is running.
    • ps aux | grep nfsd
  • Create the fullstack directory and navigate to it in the command prompt.
    • mkdir fullstack
    • cd fullstack
  • Download the fullstack Vagrant file.
  • Install the Vagrant hostsupdater plugin.
    • vagrant plugin install vagrant-hostsupdater
  • Create the Fullstack virtual machine.
    • vagrant up
  • When prompted, enter the administrator password for your local computer.

Step 3: Browser Login to Open edX Fullstack

  • In your browser, go to preview.localhost, which is an alias entry for 192.168.33.10 that was created in your /etc/hosts file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%