diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/download.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
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: <a href="nutridb-production.tar.gz">nutridb-production.tar.gz</a> </div> <div> - Development: <a href="nutridb-development.tar.gz">nutridb-development.tar.gz</a> + Development: <a href="http://dev.nutridb.org/nutridb-development.tar.gz">nutridb-development.tar.gz</a> </div> </div> @@ -56,6 +56,14 @@ downloaded individually: <a href="nutridb-database.sql.gz">nutridb-database.sql.gz</a> </div> + <div class='standardMargins'> + <strong>Installation</strong>: 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 + <code>mysql -u root -p nutridb-database.sql</code>. + </div> </div> </div> |
