From 4ed0be1febda96f5606e5c938e4661f8cccd8dca Mon Sep 17 00:00:00 2001 From: Shamal Faily Date: Sun, 27 May 2018 12:55:25 +0100 Subject: [PATCH] Documentation update for Ubuntu 18.04 LTS --- docs/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 21da28b7e..3fb99ebfc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,6 +26,8 @@ Begin by installing the required applications and dependencies: sudo apt-get install python-dev build-essential mysql-server mysql-client graphviz docbook dblatex python-pip python-numpy git libmysqlclient-dev --no-install-recommends texlive-latex-extra docbook-utils inkscape libxml2-dev libxslt1-dev poppler-utils python-setuptools +If you are installing Ubuntu 18.04 LTS or later, or have not been prompted to set a root database password, you will need to set this manually. You can find instructions on how to do that `here `_. + Clone the latest version of the CAIRIS github repository, and use pip to install the dependencies in the root directory, i.e. .. code-block:: bash