From 609d9e1a5d8909f36b8230fd770a846e12c361e3 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Thu, 10 Jul 2014 13:51:50 -0400 Subject: [PATCH] LP#1315531 Fix README asciidoc syntax Noticed when generating the asciidoc output to HTML there was an error in the README file. This adds the proper syntax around the text blocks. Signed-off-by: Ben Shum --- docs/installation/server_installation.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index b8f9943948..d0f8b8222f 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -312,6 +312,7 @@ a2enmod mpm_prefork a2dissite default # OPTIONAL: disable the default site (the "It Works" page) a2ensite eg.conf ------------------------------------------------------------------------------ ++ (Ubuntu Trusty): + [source,bash] @@ -319,7 +320,7 @@ a2ensite eg.conf 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