From: Ben Shum Date: Thu, 10 Jul 2014 17:51:50 +0000 (-0400) Subject: LP#1315531 Fix README asciidoc syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=609d9e1a5d8909f36b8230fd770a846e12c361e3;p=evergreen%2Fpines.git 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 --- 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: