From ab456c31e1cad64b9827d33f7fb1fce00daefd40 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 16 Mar 2008 21:40:49 +0000 Subject: Added gzipped dump of database, added some minimal install instructions. --- templates/download.tpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/download.tpl b/templates/download.tpl index d0a5c18..b7ee5d0 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -47,7 +47,7 @@ Production: nutridb-production.tar.gz
- Development: nutridb-development.tar.gz + Development: nutridb-development.tar.gz
@@ -56,6 +56,14 @@ downloaded individually: nutridb-database.sql.gz +
+ Installation: First take a look at the README file that comes with + the source. To get a site up and running should be as simple as making a Subversion + checkout or unpacking one of the tar-gzipped files into your web root, copy + config.php-dist to config.php, edit config.php with some values suitable for your + environment, unzip the database and install it with something like + mysql -u root -p nutridb-database.sql. +
-- cgit v1.2.3