Port details |
- moodle43 Course management system based on social constructionism
- 4.3.8 www =4 4.3.7Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2023-10-09 07:35:50
- Last Update: 2024-10-07 12:55:07
- Commit Hash: e2184bd
- People watching this port, also watch:: mysql80-server, fr-wordpress-fr_FR, R, nextcloud-php82, php82
- 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:
-
- moodle43${PHP_PKGNAMESUFFIX}>0:www/moodle43
- Conflicts:
- CONFLICTS:
- moodle41-4.1.[0-9]*
- moodle42-4.2.[0-9]*
- moodle44-4.4.[0-9]*
- moodle45-4.5
- To install the port:
- cd /usr/ports/www/moodle43/ && make install clean
- To add the package, run one of these commands:
- pkg install www/moodle43
- pkg install moodle43-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moodle43-php82
- Package flavors (<flavor>: <package>)
- php82: moodle43-php82
- php81: moodle43-php81
- php84: moodle43-php84
- distinfo:
- TIMESTAMP = 1728282972
SHA256 (moodle-4.3.8.tgz) = f43e32d77e020a96baf855b95f2fb56ef2dd051aa7136ae9f6ba832c8a09cedf
SIZE (moodle-4.3.8.tgz) = 68132078
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 moodle43-php82-4.3.8:
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_moodle43
- 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:
|
Number of commits found: 10
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.8 07 Oct 2024 12:55:07 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.8 |
4.3.7 01 Sep 2024 13:26:19 |
Wen Heping (wen) |
www/moodle43: UPdate to 4.3.7 |
4.3.6 11 Aug 2024 13:54:56 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.6 |
4.3.5 08 Jun 2024 23:12:08 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.5 |
4.3.4_2 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.3.4 22 Apr 2024 06:12:54 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.4 |
4.3.3 12 Feb 2024 23:33:39 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.3 |
4.3.2 26 Dec 2023 06:10:33 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.2 |
4.3.1 09 Dec 2023 13:08:39 |
Wen Heping (wen) |
www/moodle43: Update to 4.3.1 |
4.3 09 Oct 2023 07:30:40 |
Wen Heping (wen) |
www/moodle43: Add new port
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. |
Number of commits found: 10
|