Update to zurmo-1.0.20.
This commit is contained in:
parent
c2751a1b23
commit
f92cd1b3dc
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2012/08/05 22:16:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2013/01/29 10:25:08 ajacoutot Exp $
|
||||
|
||||
COMMENT= customer relationship management (CRM) software
|
||||
|
||||
V= 0.7.10
|
||||
DISTNAME= zurmo-stable-${V}.2b36c58196f9
|
||||
V= 1.0.20
|
||||
DISTNAME= zurmo-stable-${V}.46dd9c95bfed
|
||||
PKGNAME= zurmo-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= www productivity
|
||||
|
||||
@ -34,7 +33,9 @@ RUN_DEPENDS= lang/php/${MODPHP_VERSION},-curl \
|
||||
lang/php/${MODPHP_VERSION},-mysql \
|
||||
lang/php/${MODPHP_VERSION},-pdo_mysql \
|
||||
lang/php/${MODPHP_VERSION},-soap \
|
||||
www/pecl-APC
|
||||
misc/memcached \
|
||||
www/pecl-APC \
|
||||
www/pecl-memcache
|
||||
|
||||
# XXX needs memcached >= 2.2.0
|
||||
#RUN_DEPENDS += misc/memcached
|
||||
@ -44,7 +45,7 @@ do-extract:
|
||||
${GZIP_CMD} -dc ${FULLDISTDIR}/${DISTFILES} | ${TAR} xf - -C ${WRKDIST}
|
||||
|
||||
do-install:
|
||||
cp -Rp ${WRKDIST} ${INSTDIR}
|
||||
cp -Rp ${WRKDIST}/zurmo ${INSTDIR}
|
||||
# "Remove the api test entry script for production use."
|
||||
# "If this website is in production mode, please remove the app/test.php file."
|
||||
rm ${PREFIX}/zurmo/app/test.php
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (zurmo-stable-0.7.10.2b36c58196f9.tar.gz) = H9xMp+FV0rY833T66E1Oyi1niAeHylsXhh651LYofQ4=
|
||||
SIZE (zurmo-stable-0.7.10.2b36c58196f9.tar.gz) = 9634833
|
||||
SHA256 (zurmo-stable-1.0.20.46dd9c95bfed.tar.gz) = bxvRdheIW+2FfEeVlJjleeQkQsx4vDiTVikFfdX76oA=
|
||||
SIZE (zurmo-stable-1.0.20.46dd9c95bfed.tar.gz) = 11598385
|
||||
|
1945
www/zurmo/pkg/PLIST
1945
www/zurmo/pkg/PLIST
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.1.1.1 2012/08/04 15:19:32 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.2 2013/01/29 10:25:08 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -21,16 +21,24 @@ ${SYSCONFDIR}/php-${MODPHP_VERSION}.ini.
|
||||
MySQL settings
|
||||
==============
|
||||
The following MySQL server settings are required by Zurmo and must be
|
||||
set or modified in ${SYSCONFDIR}/my.cnf:
|
||||
set or modified under the [mysqld] section in ${SYSCONFDIR}/my.cnf:
|
||||
|
||||
max_sp_recursion_depth = 20
|
||||
thread_stack = 524288
|
||||
optimizer_search_depth = 0
|
||||
character-set-server=utf8
|
||||
collation-server=utf8_unicode_ci
|
||||
default-storage-engine=INNODB
|
||||
max_sp_recursion_depth=100
|
||||
max_allowed_packet = 20M
|
||||
log_bin_trust_function_creators = 1
|
||||
thread_stack = 512K
|
||||
optimizer-search-depth = 0
|
||||
log_bin = 0
|
||||
|
||||
Finishing the installation
|
||||
==========================
|
||||
Point your web browser to:
|
||||
Make sure memcached(1) is running then point your web browser to:
|
||||
http://<hostname>/zurmo/app/index.php
|
||||
to run the installation script.
|
||||
|
||||
Upgrades
|
||||
========
|
||||
Please refer to the online documentation at:
|
||||
http://zurmo.org/upgrades
|
||||
|
Loading…
x
Reference in New Issue
Block a user