Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Enterprise-level improvements.

Student projects/Enterprise-level improvements: Difference between revisions

From MoodleDocs
No edit summary
Line 19: Line 19:


Moodle CLI installer
Moodle CLI installer
#create an admin user account
#Run all DB installation scripts from command line
##resolve dependencies
##create tables and insert data


==Interface mockups==
==Interface mockups==

Revision as of 08:12, 30 May 2007

Programmer:

Suggested headings, feel free to alter them!


Summary

This project consists of three seperate components

  1. Moodle CLI installer
  2. Moodle CLI upgrader
  3. Profiling system

Moodle CLI installer will adapt all the DB installation and upgrade scripts to run from the command line, so fully scripted installations are possible without using the web interface.

Database structures

Core functions

Moodle CLI installer

  1. create an admin user account
  2. Run all DB installation scripts from command line
    1. resolve dependencies
    2. create tables and insert data

Interface mockups

Tasks and Timeline

See also

Back to: Student projects