mysql - Installing multiple Moodle package -


Can I install multiple code on my local machine for development purposes? Currently, I have installed the latest Moodle dev version and it works fine. I will be able to use MySQL and phpMyAdmin as my will.

How many Moodle packages will be affected MySQL or < Code> phpMyAdmin ?

Any blog / post will be appreciated.

I am using Ubuntu.

Yes.

Your seventh Moodle installation should be installed in this way:

  • Open all files in Moodle 7;
  • Make MoodleData 7 folder;
  • Create Moodle 7 databases in phpmyadmin;
  • Do not create a separate user, just give all the same privileges to the same user as the previous 6 installations;
  • Install Open Localhost / Moodle 7 as a general, point installation wizard for the above folders and databases.

    If you want to clone your current Moodle installation, copy Moodle to Moodle 2, copy moodle data, moodleda 2, moodle 2 cloned database moodle, then moodle 2 folder In the root, edit dirroot , wwwroot and config.php to indicate the database.

    Then do a search and replace (How's good on stack overflow) in the database to change any hyperlinks from Moodle to Moodle 2, your Moodle course, forum posts etc.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -