Difference between revisions of "Freeside:1.5.8:Documentation:Installation"

From Freeside
Jump to: navigation, search
Line 1: Line 1:
I wish there were instructions that worked...
+
Note: currently this is additional information for the official installation document at [http://wavetail.420.am:81/freeside/docs/install.html Installation]
 +
 
 +
== 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 Apatche].
 +
 
 +
TODO: Section about conflicting port 443 (SSL with Apache).

Revision as of 07:57, 30 May 2006

Note: currently this is additional information for the official installation document at Installation

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 Apatche.

TODO: Section about conflicting port 443 (SSL with Apache).