Docebo is an Open Source e-Learning platform (LMS and LCMS) used in corporate

and higher education markets. The Platform supports 12 languages, is compliant
to the SCORM 1.2 standard, and can support different didactic models.
Including: Blended, Self-Directed, Collaborative and even Social Learning
through Chat, Wiki, Forums and 53 other different functions.

WWW:	http://www.docebo.org

PR:		ports/122480
Submitted by:	<wenheping@gmail.com>
This commit is contained in:
Pav Lucistnik 2008-04-11 14:36:50 +00:00
parent dc33301fad
commit 667ab28d71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211070
6 changed files with 7410 additions and 0 deletions

View File

@ -113,6 +113,7 @@
SUBDIR += diamanda
SUBDIR += dillo
SUBDIR += dillo-i18n
SUBDIR += docebo
SUBDIR += dojo
SUBDIR += dokeos
SUBDIR += dokuwiki

42
www/docebo/Makefile Normal file
View File

@ -0,0 +1,42 @@
# New ports collection makefile for: docebo
# Date created: 6 April 2008
# Whom: Wen heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= docebo
PORTVERSION= 3.5.0.4
CATEGORIES= www
MASTER_SITES= http://www.docebo.org/doceboCms/index.php?mn=docs&op=download&pi=5_4&id=57/
DISTNAME= ${PORTNAME}3504
MAINTAINER= wenheping@gmail.com
COMMENT= An Open Source e-Learning platform (LMS and LCMS)
USE_PHP= mysql
USE_ZIP= yes
SUB_FILES= pkg-message
NO_BUILD= yes
NO_WRKSUBDIR= yes
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKDIR} && ${COPYTREE_SHARE} "config.php admin.php index.php" ${WWWDIR}
@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboCms doceboCore doceboCrm" ${WWWDIR}
@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboEcom doceboLms doceboScs" ${WWWDIR}
@cd ${WRKDIR} && ${COPYTREE_SHARE} "doceboCms doceboCore doceboCrm" ${WWWDIR}
@cd ${WRKDIR} && ${COPYTREE_SHARE} "files install readmelicense" ${WWWDIR}
@cd ${WRKDIR} && ${COPYTREE_SHARE} "template upgrade xml_language" ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
@${CHMOD} -R 755 ${WWWDIR}
post-install:
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
>> ${TMPPLIST}
@${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \
>> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

3
www/docebo/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (docebo3504.zip) = d1669d64e8e7c53bf22d45e5c47b7c89
SHA256 (docebo3504.zip) = 12577e008eac004a75a2998da9f0e23a4c3cce08a18a522ede0112c29f953d1f
SIZE (docebo3504.zip) = 20850317

View File

@ -0,0 +1,24 @@
=========================================
Congratulations! You have installed Docebo. First, you should add a database
to mysql which should be used by Docebo.
Then Add the following text to your Apache configuration, and restart the
server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /docebo %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%/>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Then visit your Docebo site with a browser (i.e.,
http://your.server.com/docebo), and you should be lead through creating a
config file and then setting up Docebo, creating an admin account, etc.
More information about the installation, please visit:
http://www.docebo.org
===========================================

7
www/docebo/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
Docebo is an Open Source e-Learning platform (LMS and LCMS) used in corporate
and higher education markets. The Platform supports 12 languages, is compliant
to the SCORM 1.2 standard, and can support different didactic models.
Including: Blended, Self-Directed, Collaborative and even Social Learning
through Chat, Wiki, Forums and 53 other different functions.
WWW: http://www.docebo.org

7333
www/docebo/pkg-plist Normal file

File diff suppressed because it is too large Load Diff