Installation Steps

From PANACeA THIRRA

(Difference between revisions)
Jump to: navigation, search
(New page: === INSTALLATION STEPS === - Obtain tar ball or pull down via Subversion from Sourceforge svn co https://thirra.svn.sourceforge.net/svnroot/thirra thirra - Place "thirra" directory i...)
Line 15: Line 15:
- Change ownership of the whole "thirra" directory to web server user
- Change ownership of the whole "thirra" directory to web server user
-
- Create and restore database inside PostgreSQL, using either pgsql or PgAdmin3
+
- Create and restore database (available separately) inside PostgreSQL, using either pgsql or PgAdmin3
-
- To launch use the following URL in browser:
+
- To launch use the following URL in browser that supports XHTML:
   http://[appropriate_domain_name]/thirra/
   http://[appropriate_domain_name]/thirra/
[[Category:THIRRA - Installation Guide]]
[[Category:THIRRA - Installation Guide]]

Revision as of 03:38, 23 February 2010

INSTALLATION STEPS

- Obtain tar ball or pull down via Subversion from Sourceforge

  svn co https://thirra.svn.sourceforge.net/svnroot/thirra thirra 

- 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-3625"; 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 (available separately) inside PostgreSQL, using either pgsql or PgAdmin3

- To launch use the following URL in browser that supports XHTML:

 http://[appropriate_domain_name]/thirra/
Personal tools