diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-18 21:33:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-18 21:33:04 +0000 |
commit | 6b2c94a1a249771bc753e292d208b4619fd9ca2b (patch) | |
tree | d403701da93efd12cd068f67d200a212fe8857ae /www/zope213/files/instance_message.in | |
parent | Fracplanet is an application to generate random planets and terrain (diff) |
Add zope28 - new stable branch of zope application server.
Here are some of the "headlines" mentioned in the features list.
Database Integration
SQL and HTML in Harmony
Multiple Data Sources
Publish Databases
Application Development
DTML Scripting
External Methods
Content Management
Builtin Objects
Document Templates
Web to Objects
Integrated Object Database
Managed Through the Web
Direct URL Access to Objects
PR: 85063
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Notes
Notes:
svn path=/head/; revision=143107
Diffstat (limited to 'www/zope213/files/instance_message.in')
-rw-r--r-- | www/zope213/files/instance_message.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/zope213/files/instance_message.in b/www/zope213/files/instance_message.in new file mode 100644 index 000000000000..a6e9d214a56f --- /dev/null +++ b/www/zope213/files/instance_message.in @@ -0,0 +1,15 @@ +********************************************************************** + +Zope instance successfully installed + +If Zope should get started automatically when the system starts, +please add the following lines to /etc/rc.conf + +zope_enable="YES" +zope_instances="%%ZOPEINSTANCEDIR%%" + +If there is already a zope_instances entry please add +%%ZOPEINSTANCEDIR%% separated by a space. + +Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before +starting the zope server |