- Force configuration of zidestore

PR:		ports/90669
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by:	maintainer timeout (14 days)
This commit is contained in:
Pav Lucistnik 2006-01-03 13:49:52 +00:00
parent ac0f8f6791
commit 77174668b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152658
2 changed files with 10 additions and 2 deletions

View file

@ -144,8 +144,15 @@ INSTALLATION WALKTHROUGH:
6) Start OpenGroupware:
Copy /usr/local/etc.rc.d/ogo.sh.sample to ogo.sh and zidestore.sh.sample too.
`/usr/local/etc/rc.d/ogo.sh.sample start`
Now edit both these files and find:
"./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore -WOHttpAllowHost '(localhost, you.yourdomain.org)'>>${LOG} 2>&1 &" in it.
Next, you have to modifie you.yourdomain.org to reflect your configuration.
After you have modified these files, just do a
`/usr/local/etc/rc.d/ogo.sh. start`
`/usr/local/etc/rc.d/zidetore.sh. start`
7) There are some other startscripts in /usr/local/etc/rc.d too:

View file

@ -25,7 +25,8 @@ start)
[ -x ${ZIDE_BIN} ] && {
su -l ${OGO_USER} -c \
"./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore >>${LOG} 2>&1 &"
#the next line must be comment out and modified to reflect your configuration in order to start OpenGroupware
# "./WOApps/ZideStore.woa/ix86/linux-gnu/gnu-fd-nil/ZideStore -WOHttpAllowHost '(localhost, you.yourdomain.org)'>>${LOG} 2>&1 &"
echo 'ZideStore started.'
echo "**** RECEIVED 'start' from STARTSCRIPT at `date` ****" >>${LOG}
}