diff options
Diffstat (limited to 'www/openacs/files/pkg-message.in')
-rw-r--r-- | www/openacs/files/pkg-message.in | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/www/openacs/files/pkg-message.in b/www/openacs/files/pkg-message.in index ca5b5d2c41b..ba6e712f5b9 100644 --- a/www/openacs/files/pkg-message.in +++ b/www/openacs/files/pkg-message.in @@ -1,19 +1,20 @@ Congratulations! You have just installed %%OPENACSNAME%% -To create a sample default database, you first need a PostgreSQL server -installed and configured on your system. If the PostgreSQL server is started -and running, you can run the script: -%%EXAMPLESDIR%%/create_sampledb.sh - -The create_sampledb.sh script works with the following servers with their -default configurations: -databases/postgresql74-server (7.4.x) -databases/postgresql80-server (8.0.x) - -For PostgreSQL 8.1.x and 8.2.x, the database server configuration -needs to be adjusted. Please visit the following webpage for more information: +You need a PostgreSQL server installed and configured on your (or a on remote) +system. We recommend using the PostgreSQL 8.2.x port located in: +databases/postgresql82-server + +You may need to adjust your PostgreSQL database configuration (for servers +v 8.1.x and higher). This can be done with the following script: +%%DOCSDIR%%/adjust_pgsql_conf.sh + +If you want adjust the database configuration manually, please visit: http://openacs.org/xowiki/How_to_install_in_Postgres_8.x +After your local PostgreSQL server is configured and running, you can create +a default database by running the following script: +%%DOCSDIR%%/create_sampledb.sh + You can start %%OPENACSNAME%% with the startup script: %%LOCALBASE%%/etc/rc.d/%%PORTNAME%% @@ -21,8 +22,8 @@ If you are using another AOLserver on the default port 8000, please change the port number in the configuration file. Default config: %%OPENACSBASE%%/etc/%%PORTNAME%%-config.tcl -Then use your browser to view the welcome page (http://<your-ip>:<port>) -- default port is 8000 and follow the instructions. +Then use your web browser to view the welcome page and follow the instructions. +http://<your-ip>:<port> (default port is 8000) Errors, if any, are in: %%OPENACSBASE%%/log/error.log @@ -30,5 +31,8 @@ Errors, if any, are in: If you want to use keepalive via cron, you might want to look here: %%EXAMPLESDIR%%/keepalive/ +Please visit the following webpage for more information: +http://openacs.org/xowiki/openacs-system-install-freebsd-ports + -Martin Matuska mm@FreeBSD.org |