Difference between revisions of "Freeside:1.5.8:Documentation:Installation"
From Freeside
m (→Configure PostgreSQL) |
|||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Note: currently this is additional information for the official installation document at [http://wavetail.420.am:81/freeside/docs/install.html Installation] (user/pass: guest / guest) | |
+ | |||
+ | == Install Prerequisite Software == | ||
+ | TODO | ||
+ | |||
+ | == Download Source == | ||
+ | |||
+ | The link is on the main page of freeside: [http://www.sisd.com/freeside/ Freeside Main Page]. | ||
+ | |||
+ | Copy the .tar.gz file to an appropriate directory (like /usr/src). | ||
+ | Run: gunzip ''filename.tar.gz'' | ||
+ | Run: tar xvf ''filename.tar'' | ||
+ | |||
+ | |||
+ | == Configure PostgreSQL == | ||
+ | Create a user and group 'freeside'. (TODO, say how) | ||
+ | |||
+ | If installed from an rpm; run: su - postgres when it says to run su postgres. | ||
+ | |||
+ | When it says to run a seperate iteration they mean an entirely seperate instance. | ||
+ | See [http://www.sisd.com/pipermail/freeside-users/2003-December/003897.html Seperate Iteration of Apache]. | ||
+ | |||
+ | TODO: Section about conflicting port 443 (SSL with Apache). |
Latest revision as of 19:49, 24 September 2006
Note: currently this is additional information for the official installation document at Installation (user/pass: guest / guest)
Install Prerequisite Software
TODO
Download Source
The link is on the main page of freeside: Freeside Main Page.
Copy the .tar.gz file to an appropriate directory (like /usr/src). Run: gunzip filename.tar.gz Run: tar xvf filename.tar
Configure PostgreSQL
Create a user and group 'freeside'. (TODO, say how)
If installed from an rpm; run: su - postgres when it says to run su postgres.
When it says to run a seperate iteration they mean an entirely seperate instance. See Seperate Iteration of Apache.
TODO: Section about conflicting port 443 (SSL with Apache).