我需要帮助在mac中使用xampp安装moodle。我不知道如何安装它。请通过命令行或其他任何方式帮助如何在我的mac中安装这些工具..
答案 0 :(得分:3)
首先从http://www.apachefriends.org/en/xampp-macosx.html#849
下载xampp$ wget -c http://www.apachefriends.org/download.php?xampp-osx-1.8.2-2-installer.dmg
→安装
$ hdiutil mount xampp-osx-version-number.dmg
$ cd /Volumes/xampp_mounted_directroy
$ sudo cp -Rv xampp_app_file.app /Application
不要忘记拆卸已安装的音量
$ hdiutil detach <path-to-mountpoint>
和
$ cd /Applications/XAMPP/xamppfiles/htdocs
→然后克隆那里的git repo
$ git clone git://git.moodle.org/moodle.git
$ cd moodle
$ git branch -a
$ git branch --track MOODLE_25_STABLE origin/MOODLE_25_STABLE
$ git checkout MOODLE_25_STABLE
→现在启动xampp并链接localhost
好的,现在就完成了