1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

MYIT CRM is a total CRM project designed for Computer Servicing and Repairs.

This project has Invoicing, Work Order management,Customers Details (CRM),
Payment processing (Paypal, Paymate, etc),Job Scheduling and Calendar,PDF
Invoices and lots more.

WWW: http://www.myitcrm.com

PR:		ports/153812
Submitted by:	jamrich.majo at gmail.com
Feature safe:	yes
This commit is contained in:
Martin Wilke 2011-01-31 14:58:14 +00:00
parent 1311f7ed58
commit db5c667326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268491
6 changed files with 1471 additions and 0 deletions

View File

@ -184,6 +184,7 @@
SUBDIR += multisync
SUBDIR += multisync-backup
SUBDIR += multisync-syncml
SUBDIR += myitcrm
SUBDIR += mywiki
SUBDIR += nagaina
SUBDIR += narval

View File

@ -0,0 +1,49 @@
# New ports collection makefile for: myitcrm
# Date created: 9 January 2011
# Whom: jamrich.majo@gmail.com
#
# $FreeBSD$
#
PORTNAME= myitcrm
PORTVERSION= 0.2.9.1
CATEGORIES= deskutils
MASTER_SITES= SF/myitcrm/
DISTNAME= MyITCRM-${PORTVERSION}
MAINTAINER= jamrich.majo@gmail.com
COMMENT= MYIT CRM is a CRM project designed for Computer Servicing and Repairs
USE_ZIP= yes
USE_PHP+= mysql
USE_MYSQL= yes
NO_BUILD= yes
WWWOWN= www
WWWGRP= ${WWWOWN}
PKGMESSAGE= ${WRKDIR}/${PORTNAME}/pkg-message
SUB_FILES= pkg-message
PLIST_DIRSTRY= %%WWWDIR%%
OPTIONS= APACHE "Use Apache webserver" on \
LIGHTTPD "Use Lighttpd webserver" off
.include <bsd.port.options.mk>
.if defined(WITH_APACHE)
USE_APACHE= 22
.endif
.if defined(WITH_LIGHTTPD)
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
.endif
do-install:
@${MKDIR} ${WWWDIR}
@${CP} -r ${WRKDIR}/${PORTNAME}-${PORTVERSION}/* ${WWWDIR}
@${TOUCH} ${WWWDIR}/conf.php
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (MyITCRM-0.2.9.1.zip) = 877583b2c1de8a70a60478ece9b18db8b4571d284426916fdeddd153edc8dfb1
SIZE (MyITCRM-0.2.9.1.zip) = 2035632

View File

@ -0,0 +1,28 @@
---------------------------------------------------------------------------------------------
Installation has successfully completed!
---------------------------------------------------------------------------------------------
MyITCRM is now installed in documentoroot: %%WWWDIR%%.
1) Create user, MySQL database and set privileges:
mysql -u root -p'your_password'
create database myitcrm;
create user 'myitcrm'@'localhost' identified by 'your_password';
grant all privileges on myitcrm.* to 'myitcrm'@'localhost' identified by 'your_password';
2) Setup your MyITCRM:
Now you can try http://your-server/myitcrm/install and setup your database.
Full Path: %%WWWDIR%%
Site Name: http://your-server/myitcrm
3) Finally remove installation folder:
rm -rf %%WWWDIR%%/install
NOTE: These may not be necessary but should be used as a guide only.
- memory_limit=32M
- register_globals=off
- safe_mode=off
---------------------------------------------------------------------------------------------

View File

@ -0,0 +1,6 @@
MYIT CRM is a total CRM project designed for Computer Servicing and Repairs.
This project has Invoicing, Work Order management,Customers Details (CRM),
Payment processing (Paypal, Paymate, etc),Job Scheduling and Calendar,PDF
Invoices and lots more.
WWW: http://www.myitcrm.com

1385
deskutils/myitcrm/pkg-plist Normal file

File diff suppressed because it is too large Load Diff