01 윈도우10에 Moodle 설치하기 - Heeyoung-Ahn/Moodle GitHub Wiki

관련 사이트


설치 순서

  • Download and unpack the complete install package
  • Start the webserver
  • Install Moodle using a web browser

Download and unpack the complete install package

Start the webserver

  • Start Moodle.exe 실행(웹서버 실행)
  • Apache WebServer 및 MYSQL DBServer 실행

Start Moodle installation

  • 웹서버를 실행시키고 웹브라우저에서 'http://127.0.0.1' 연결
  • Set Language
  • Set Database Password
  • Set Database Port: 3306
  • Set Admin Account
  • Set Front Page

설치 삭제하기

참조: https://docs.moodle.org/39/en/Installation_FAQ

  • Open Command Prompt and navigate to this directory within your installation directory
    server/mysql/bin
  • Run this command, replacing USERNAME with your database username (the default is "root") and DATABASE with your database name (the default is "moodle")
    mysqladmin.exe -u USERNAME -p drop DATABASE
    mysqladmin.exe -u root -p drop moodle
  • Enter your database password at the prompt (the default is "" [blank]).
  • Enter "y" to confirm the database drop.
  • Delete the moodledata directory.
    If you, or your users, have uploaded materials into this directory take a copy of these before deleting this directory
  • Delete the moodle directory itself.
    This will delete all of the moodle PHP script files