Port details |
- moodle41 Course management system based on social constructionism
- 4.1.2 www
=0 Version of this port present on the latest quarterly branch. - Maintainer: wen@FreeBSD.org
 - Port Added: 2022-11-27 07:54:06
- Last Update: 2023-03-12 02:49:34
- Commit Hash: 3a69006
- Also Listed In: education
- License: GPLv3
- Description:
- Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- moodle41-php81>0:www/moodle41
- Conflicts:
- CONFLICTS:
- moodle39-3.9.[0-9]*
- moodle311-3.11.[0-9]*
- moodle40-4.0.[0-9]*
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/www/moodle41/ && make install clean
- To add the package, run one of these commands:
- pkg install www/moodle41
- pkg install moodle41-php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moodle41-php81
- Package flavors (<flavor>: <package>)
- php81: moodle41-php81
- php80: moodle41-php80
- distinfo:
- TIMESTAMP = 1678577278
SHA256 (moodle-4.1.2.tgz) = 75d5e574e40b79f57a2a395af88785c03e745727b8921a25243e51e97e80d8e8
SIZE (moodle-4.1.2.tgz) = 64821129
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php81
- ctype.so : textproc/php81-ctype
- curl.so : ftp/php81-curl
- dom.so : textproc/php81-dom
- exif.so : graphics/php81-exif
- fileinfo.so : sysutils/php81-fileinfo
- filter.so : security/php81-filter
- gd.so : graphics/php81-gd
- iconv.so : converters/php81-iconv
- intl.so : devel/php81-intl
- mbstring.so : converters/php81-mbstring
- opcache.so : www/php81-opcache
- session.so : www/php81-session
- simplexml.so : textproc/php81-simplexml
- soap.so : net/php81-soap
- sodium.so : security/php81-sodium
- tokenizer.so : devel/php81-tokenizer
- xml.so : textproc/php81-xml
- xmlreader.so : textproc/php81-xmlreader
- xmlrpc.so : net/pecl-xmlrpc@php81
- zip.so : archivers/php81-zip
- zlib.so : archivers/php81-zlib
- mysqli.so : databases/php81-mysqli
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for moodle41-php81-4.1.2:
LDAP=off: LDAP protocol support
====> Options available for the single BACKEND: you have to select exactly one of them
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
MSSQL=off: Microsoft SQL Server support
===> Use 'make config' to modify these settings
- Options name:
- www_moodle41
- USES:
- cpe php:flavors tar:tgz mysql
- pkg-message:
- For install:
- 1) Create a user and a database for Moodle to store all
its tables in (or choose an existing database).
It doesn't matter what the database or user names are,
as this will be configured in a later step.
NOTE: this package assumes that either the phpX-pgsql,
phpX-mysql, or phpX-mssql packages are installed.
2) Add the following to your Apache configuration file
httpd.conf, and restart the server:
Alias /moodle /usr/local/www/moodle/
AcceptPathInfo On
<Directory /usr/local/www/moodle/>
AllowOverride None
Require all granted
</Directory>
3) Visit your Moodle site with a browser (i.e.,
http://your.server.com/moodle/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Moodle, creating an admin account, etc.
At one step, you will get a message saying that the
installer script was not able to automatically create
the config.php file. Just download it and copy it to
/usr/local/www/moodle/config.php. Beware that it
will contain the database password in cleartext, so
set up whatever file permissions you deem more adequate.
For instance, user=root, group=www, mask=640.
4) Set up a cron task to invoke the file admin/cron.php
every five minutes or so. For instance:
*/5 * * * * fetch http://your.server.com/moodle/admin/cron.php
For more information, see the INSTALL DOCUMENTATION:
http://docs.moodle.org/en/Installing_Moodle
It may be worth reading the installation docs even if Moodle seems
to be working at first, to ensure your PHP settings and database
configuration will allow Moodle to operate properly.
- If upgrading
- If you are upgrading from an earlier version of Moodle, check out
possible additional steps at:
https://docs.moodle.org/400/en/Upgrading
If you have real trouble, please visit the Moodle course
"Using Moodle" on moodle.org.
- WWW: https://www.moodle.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.2 12 Mar 2023 02:49:34
    |
Wen Heping (wen)  |
www/moodle41: Update to 4.1.2 |
4.1.1 14 Jan 2023 23:35:34
    |
Wen Heping (wen)  |
www/moodle41: Update to 4.1.1 |
4.1 27 Nov 2022 07:50:04
    |
Wen Heping (wen)  |
www/moodle41: New port, which repocopied from www/moodle40
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University. |