Advanced Search
Search Results
3 total results found
I am installing Moodle locally on a Mac. When I go to run install.php I get error 500 message.
Try changing the following lines in httpd.conf:AllowOverride AllTo:AllowOverride Nonerename .htaccessActually, I think its an .htaccess issue. Subversion passes the .htaccess file in the checkout unfortunately. If you’re just testing locally, you can rename ...
UCLA Git Walkthrough (for Moodle)
Very basic guide how to get GIT set up on Windows or OSX.Documentation: http://docs.moodle.org/en/Development:Quick_Git_start_guide_for_Moodle_developmentSetting up the Environment Windows: http://help.github.com/win-set-up-git/ Mac OSX: http://help.github.com...
UCLA Moodle Workflow Analysis (using GIT)
Summary Here at UCLA, the team that runs the main campus Moodle installation has decided to move to GIT from SVN. The primary motivation behind this move is that Moodle.org is moving to GIT. It makes sense for us to move because GIT is a distributed VCS, and ...