Difference between revisions of "Freeside:1.5.8:Documentation:Installation"
From Freeside
m (→Configure PostgreSQL) |
|||
(8 intermediate revisions by 4 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] | + | 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 == | == Install Prerequisite Software == | ||
Line 19: | Line 19: | ||
When it says to run a seperate iteration they mean an entirely seperate instance. | 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 | + | 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). | 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).