From c49517c581cfc79b6ba0a041cef699452e365847 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 18 Jun 2014 16:10:18 -0400 Subject: [PATCH] LP#1315531 Quick clarification about which Ubuntu we mean. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum --- docs/installation/server_installation.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index 3d2f557b05..b8f9943948 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -305,13 +305,21 @@ a2enmod mpm_prefork 6. (Fedora): As the *root* Linux account, edit the `/etc/httpd/eg_vhost.conf` file to change references from the non-existent `/etc/apache2/` directory to `/etc/httpd/`. -7. (Debian and Ubuntu): As the *root* Linux account, enable the Evergreen site: +7. (Debian and Ubuntu Precise): As the *root* Linux account, enable the Evergreen site: + [source,bash] ------------------------------------------------------------------------------ a2dissite default # OPTIONAL: disable the default site (the "It Works" page) a2ensite eg.conf ------------------------------------------------------------------------------ +(Ubuntu Trusty): ++ +[source,bash] +------------------------------------------------------------------------------ +a2dissite 000-default # OPTIONAL: disable the default site (the "It Works" page) +a2ensite eg.conf +------------------------------------------------------------------------------ + 8. (Ubuntu): As the *root* Linux account, enable Apache to write to the lock directory; this is currently necessary because Apache is running as the `opensrf` user: -- 2.43.2