Skip to content

How To Run the newest codes on Server

linuxep edited this page Oct 20, 2016 · 5 revisions
  1. ssh to server www.linuxep.com by "git" username

  2. cd to /opt/deploy_lepv

  3. run "git pull" to get the latest changes

  4. 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.

  5. build the latest docker image for LEPV: ./buildDockerImage.sh

  6. run this Docker command:

./runDockerContainer.sh

it will launch the website at www.linuxep.com:8889

Clone this wiki locally