Skip to content

How to run LEPV locally with Docker

linuxep edited this page Oct 20, 2016 · 2 revisions
  1. Run "git pull" to get the latest changes

  2. From the root of the project directory, run this command to build the docker image for LEPV: ./buildDockerImage.sh

  3. run "docker ps" to see if there is any running Docker container with image as "mxu/lepv0.1", if yes, stop and remove the container.

  4. run this Docker command:

./runDockerContainer.sh

it will launch the website at http://localhost:8889

Clone this wiki locally