Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On linux, and working meaning seeing the current development state.

  1. git clone git@github.com:Install docker, docker-compose, git
  2. git clone -b stabilize https://github.com/AEGEE/oms-docker.git --recursive
  3. cd oms-docker
  4. git checkout stabilize
  5. git submodule init
  6. git submodule update --recursive
  7. cd ../docker-dev
  8. sudo docker-compose up -d
  9. make sandwich, have a walk, exercise, read a book and then come back (or sudo docker-compose logs -f omscore until gulp task started)
  10. Open browser in localhost
  11. Go to modules, activate services (all, also the abusive one)
  12. Refresh browser

...

  1. install docker, docker-compose, wget
  2. wget https://raw.githubusercontent.com/AEGEE/oms-docker/stabilize/docker-dev/docker-compose-staging.yml -O docker-compose.yml
  3. docker-compose up -d
  4. Make sandwich, come back
  5. Open browser in localhost
  6. Go to modules, activate services (all, also the abusive one)
  7. Refresh browser

...