-
Notifications
You must be signed in to change notification settings - Fork 0
UserGuide
Yukihiko SAWANOBORI edited this page Nov 10, 2015
·
13 revisions
Moodle v2.8.x, v2.9.x for AMI.
- Amazon Linux 2015.03.0
- httpd 2.4.x
- php 5.6.x
- mysql 5.5.x
Once your AMI is running, enter the Public DNS into your web browser to access the Moodle interface. Login account is “Admin” and the initial password is the instance ID.
- https://${public_hostname}
- Administrator Login: admin / YOUR_INSTANCE_ID
service httpd (start|stop|status)
service mysqld (start|stop|status)
MySQL Admin Login: root / YOUR_INSTANCE_ID
- Path to du:
/usr/bin/du
- Path to aspell:
/usr/bin/aspell
- Path to dot:
/usr/bin/dot
- Path to ghostscript:
/usr/bin/gs
- install pack of your language.
> Home > Site administration > Language > Language packs
- change default setting
Home > Site administration > Language > Language settings
The moodle AMI provides https with Self-Signed-Certificates by default. If you want to use your certificates, please replace like below steps.
- Upload your pemset to an instance.
- edit lines of /etc/httpd/conf.d/ssl.conf
- SSLCertificateFile
- SSLCertificateKeyFile
- SSLCertificateChainFile(optional)
- restart httpd by
service httpd restart
Please see Official upgrade Guide - https://docs.moodle.org/29/en/Upgrading