Installation guide

From PANACeA THIRRA

(Difference between revisions)
Jump to: navigation, search
(New page: INSTALLATION GUIDE)
Line 1: Line 1:
INSTALLATION GUIDE
INSTALLATION GUIDE
 +
 +
- Obtain tar ball or pull down via Subversion from Sourceforge
 +
- Place "thirra" directory into web server document root
 +
- Edit the following files:
 +
  thirra/app_thirra/config/config.php
 +
  - change $config['base_url'] = "http://127.0.0.1/thirra/"; to an appropriate URL
 +
 +
  thirra/app_thirra/config/config.php
 +
  - change $db['default']['database'] = "thirra-3626"; to the correct database.
 +
  - make sure that the database user and password is correct.
 +
 +
- Change ownership of the whole "thirra" directory to web server user
 +
- Create and restore database inside PostgreSQL

Revision as of 07:08, 15 January 2010

INSTALLATION GUIDE

- Obtain tar ball or pull down via Subversion from Sourceforge - Place "thirra" directory into web server document root - Edit the following files:

 thirra/app_thirra/config/config.php
 - change $config['base_url']	= "http://127.0.0.1/thirra/"; to an appropriate URL
 thirra/app_thirra/config/config.php
 - change $db['default']['database'] = "thirra-3626"; to the correct database.
 - make sure that the database user and password is correct.

- Change ownership of the whole "thirra" directory to web server user - Create and restore database inside PostgreSQL

Personal tools