aboutsummaryrefslogtreecommitdiffstats
path: root/www/openacs/files/pkg-message.in
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2007-08-02 21:10:49 +0800
committermm <mm@FreeBSD.org>2007-08-02 21:10:49 +0800
commit97abc0302d3b8d47a4749fbd1ebcdb1844af839c (patch)
treeadbedb298c6fe55542fbe213a7cd1f5ec3bca36e /www/openacs/files/pkg-message.in
parentefcf136a5922b571abd27258a326089ae122e94c (diff)
downloadfreebsd-ports-graphics-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.tar.gz
freebsd-ports-graphics-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.tar.zst
freebsd-ports-graphics-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.zip
- Update openacs to 5.3.2
- Depend on devel/tcllib and devel/tcllthread - Add script for adjusting postgresql.conf - Improve installation documentation - Bump dotlrn portrevision - Other small fixes and improvements Approved by: garga (mentor, implicit)
Diffstat (limited to 'www/openacs/files/pkg-message.in')
-rw-r--r--www/openacs/files/pkg-message.in32
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