Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.
Dashamir Hoxha edited this page Aug 10, 2017 · 4 revisions
ds pull moodle
ds init moodle @moodle1

source ds cd @moodle1   # (or: cd /var/ds/moodle1/)
vim settings.sh
ds build
ds create
ds config
ds wsproxy add
ds wsproxy ssl-cert --test
ds wsproxy ssl-cert

Other commands

backup [-d | --data]
    Backup the Moodle database and config file.
    With option -d, the data directory is included in the backup as well.

restore <backup-file.tgz>
    Restore Moodle from the given backup file.

upgrade
    Upgrade to the latest version of Moodle.