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
(Shifted to dev docs)
 
(22 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Moved_to_dev_docs}}
'''Programmer:'''
 
Suggested headings, feel free to alter them!
 
 
==Summary==
 
This project consists of three seperate components
# Moodle CLI installer
# Moodle CLI upgrader
# 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
 
#create an admin user account
#Run all DB installation scripts from command line
##resolve dependencies
##create tables and insert data
 
==Interface mockups==
 
==Tasks and Timeline==
 
==See also==
 
 
 
Back to: [[Student projects]]

Latest revision as of 03:43, 15 September 2011

This development related page is now located in the Dev docs.

See the Student projects/Enterprise-level improvements page in the Dev docs.