https://github.com/fflch/moodle3_composer
https://github.com/fflch/moodle3_composer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fflch/moodle3_composer
- Owner: fflch
- Created: 2022-11-04T14:05:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T14:11:43.000Z (over 3 years ago)
- Last Synced: 2025-04-13T08:13:19.669Z (about 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Subindo o ambiente de desenvolvimento:
composer install
php -S 0.0.0.0:8888 -t moodle
Subindo o ambiente de desenvolvimento com php.ini customizado:
php -S 0.0.0.0:8888 -t moodle -c php.ini
Inspirado em:
https://github.com/michaelmeneses/moodle-composer
Exemplo de configuração https atrás de um proxy:
$CFG->wwwroot = 'https://moodle.fflch.usp.br';
$CFG->reverseproxy = true;