From 26490969fa969cac1c46bed772b1851e6ca526c4 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 25 Feb 2014 12:34:58 -0500 Subject: [PATCH] Bug 11830 - Missing Disk Space recommendation for installation This adds a section which recommends at least 20GB disk space to the INSTALL.ubuntu file. --- INSTALL.ubuntu | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 60f5ed4..cd3d433 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -5,7 +5,7 @@ Instructions for Installing Koha from Source BUG REPORTS AND FEEDBACK ================================================================= -This document last modified: 18 September 2013 +This document last modified: 25 February 2014 Given the nature of documentation to become outdated, or have problems, please either submit feedback or bug reports. @@ -45,6 +45,16 @@ may not be as easy or smooth as you wish. This is to be expected when installing from source. +HARDWARE RECOMMENDATIONS +================================================================= +Installing Koha has no specific hardware requirements, but it is +recommended that Koha be installed with at least 20GB of disk +space available. This includes the tarball or git repository, the +operating system (use even more if you use a desktop version), +the data (whose size should be tripled to account for indexing), +and it also accounts for log files which inevitably grow. + + NOTATION ================================================================= -- 1.7.9.5