Main | SourceForge Logo

PCX Portal - Installation Instructions

Requirements:

Download and install all packages listed on the main page under the Requirements section.  If you are using debs, then try and use debs for all packages possible. Goto Xperience, Inc.'s .org site for instructions on the sources.list entry to use.

Actual installation steps:

Install the PCX Portal package (either from deb or tarball).
For hints look at the README file.

Setup the portal.  Run /usr/lib/pcx_portal/setup.pl.

Create the databases.
Note: If using PostgreSQL and database sessions, you must be using PostgreSQL 7.1 or greater.
Run /usr/lib/pcx_portal/setupDB.pl

Common questions are:

Now create the default company and administrative user in the portal by running /usr/lib/pcx_portal/create_default_account.pl.
Common questions are:

Now import the colorSchemes that are defined for the Portal by running /usr/lib/pcx_portal/colorSchemeInstall.pl --appname Portal.

The following scripts will go away when portal apps are implemented to do the required functionality:
If you need to add other users then run /usr/lib/pcx_portal/create_user.pl.
If you need to add other companies then run /usr/lib/pcx_portal/create_company.pl.

Test:

The PCX Portal should now be installed and usable.  Try going to the server you defined when configuring the Portal via setup.pl.  It usually is http(s)://servername/portal/.

If you have any problems/questions please use the help forums on the SF Project page.


Installing Applications into the Portal:

Install the application (either from deb or tarball).
Run /usr/lib/pcx_portal/application/setup.pl to configure the application.
Run /usr/lib/pcx_portal/application/appinstall.pl to install the application into the Portal.

Run /usr/lib/pcx_portal/colorSchemeInstall.pl --appname application to install any ColorScheme entries for that application.

Read any README or INSTALL files that the application provides to see if there are any other steps required (ex. creating databases, etc.)