Versions Compared

Key

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

The quick path

Basic installation

  • For Tested with Ubuntu 1816.04 LTS with openjava 1.8, mvn 3.3.9, git 2.7.4 (newer should also work)
  • Further tools:
    • chromium, curl
    • docker 18.09.2
    • xmllint (sudo apt install libxml2-utils)
  • Hava a user with admin rights.
  • Add user to "docker" group:
Code Block
sudo usermod -aG docker $USER

...