Port details |
- moodle45 Course management system based on social constructionism
- 4.5.1 www =0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: wen@FreeBSD.org
- Port Added: 2024-10-08 13:34:02
- Last Update: 2024-12-14 14:22:40
- Commit Hash: 66f75f5
- Also Listed In: education
- License: GPLv3
- WWW:
- https://www.moodle.org/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- moodle45${PHP_PKGNAMESUFFIX}>0:www/moodle45
- Conflicts:
- CONFLICTS:
- moodle41-4.1.[0-9]*
- moodle43-4.3.[0-9]*
- moodle44-4.4.[0-9]*
- To install the port:
- cd /usr/ports/www/moodle45/ && make install clean
- To add the package, run one of these commands:
- pkg install www/moodle45
- pkg install moodle45-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moodle45-php82
- Package flavors (<flavor>: <package>)
- php82: moodle45-php82
- php81: moodle45-php81
- php83: moodle45-php83
- php84: moodle45-php84
- distinfo:
- TIMESTAMP = 1734140822
SHA256 (moodle-4.5.1.tgz) = c9caad12ed8a8cfa4ff6b33be1034cb2c9cfd64637b06d4c0076316c42e419dd
SIZE (moodle-4.5.1.tgz) = 74198418
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/php82
- ctype.so : textproc/php82-ctype
- curl.so : ftp/php82-curl
- dom.so : textproc/php82-dom
- exif.so : graphics/php82-exif
- fileinfo.so : sysutils/php82-fileinfo
- filter.so : security/php82-filter
- gd.so : graphics/php82-gd
- iconv.so : converters/php82-iconv
- intl.so : devel/php82-intl
- mbstring.so : converters/php82-mbstring
- opcache.so : www/php82-opcache
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- soap.so : net/php82-soap
- sodium.so : security/php82-sodium
- tokenizer.so : devel/php82-tokenizer
- xml.so : textproc/php82-xml
- xmlreader.so : textproc/php82-xmlreader
- xmlrpc.so : net/pecl-xmlrpc@php82
- zip.so : archivers/php82-zip
- zlib.so : archivers/php82-zlib
- mysqli.so : databases/php82-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 moodle45-php82-4.5.1:
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
===> Use 'make config' to modify these settings
- Options name:
- www_moodle45
- 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.
- Master Sites:
|