Differences between revisions 3 and 7 (spanning 4 versions)
Revision 3 as of 2006-12-13 13:58:08
Size: 5504
Comment:
Revision 7 as of 2006-12-18 18:18:10
Size: 6478
Editor: CarlMarshall
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
== Does MDID run on ASP.NET 2.0? ==
No. MDID is an ASP.NET 1.1 application, trying to compile or run it on ASP.NET 2.0 will fail spectacularly. It is a common mistake, you must use ASP.NET 1.1!
Line 7: Line 9:
== What MDID Server set-up documentation is there on all of this ==
See OxCLIC_MDID and also http//MDID.org
Line 8: Line 12:
== Does MDID run on ASP.NET 2.0? == A list of all documents is here: http://www.mdid.org/mdidwiki/index.php?title=Special:Allpages
Line 10: Line 14:

No. MDID is an ASP.NET 1.1 application, trying to compile or run it on ASP.NET 2.0
will fail spectacularly. It is a common mistake, you must use ASP.NET 1.1!

== What documentation is there on all of this

See
http://www.mdid.org/mdidwiki/index.php?title=Special:Allpages
A simple overview of MDID server demands from the originator institution is here: http://www.mdid.org/mdidwiki/index.php?title=Requirements
Line 20: Line 17:

To take advantage of WebAuth Authentication ( and later use this for authorisation activities within an OxCLIC MDID) you need to install and various kerberos related pieces of software on your IIS server.
This set-up process needs to be followed carefully, it is documented on the IT Support Staff wiki: 
To take advantage of WebAuth Authentication ( and later use this for authorisation activities within an OxCLIC MDID) you need to install and various kerberos related pieces of software on your IIS server. This set-up process needs to be followed carefully, it is documented on the IT Support Staff wiki:
Line 29: Line 24:

See the project team for the MDID code changes and an important change to how you MDID needs to be run.

== What other changes local to Oxford need to be done ==
Simply put, install the Stanford Webauth for IIS filter, and then modify the MDID code to accept it's input.
Full details of this customisation can be found at https://wiki.oucs.ox.ac.uk/oucs/ltg/OxCLIC_MDID_SSO
== What other changes local to Oxford need to be done ==
T.B.C.
Line 36: Line 31:
== How do I set-up MDID user information and groups  == == How do I set-up MDID user information and groups ==
T.B.C.
Line 38: Line 34:
See the project team for the MYSQL scripts that allow you to import user data and appropriate premade groups approproate for Oxford. See the project team for the MYSQL scripts that allow you to import user data and appropriate premade groups appropriate for Oxford.
Line 41: Line 37:
MDID has a full series of permissons for access to collections and all activities, rather similar to WebLearn. See the http://www.mdid.org/ -> documentation http://www.mdid.org/mdidwiki/index.php?title=Permissions
Line 42: Line 39:
MDID has a full series of permissons for access to colections and all activities, rather similar to WebLearn.
See the http://www.mdid.org/ -> documentation
http://www.mdid.org/mdidwiki/index.php?title=Permissions
Also ask project team for advice. We'd recommend the following
Line 46: Line 41:
Also ask project team for advice. We'd recommend the following  * MDID defaults to access denied for every activity, hence a base user will not see any collections etc.
 * Limit admin priviliges and delete/change collections to a the system support staff
 * Limit each collection to the appropriate staff@department group
 * Limit slideshow creation to staff@deptartment only
 * Create adhoc reseacher groups made from staff@dept with added members
 * Limit access to slideshows to the student course group or use slideshow "passwords" to protect
== How do I import my first collection ==
T.O.C.
Line 48: Line 50:
* MDID defaults to access denied for every activity, hence a base user will not see any collections etc.
* Limit admin priviliges and delete/change collections to a the system support staff
* Limit each collection to the appropriate staff@department group
* Limit slideshow creation to staff@deptartment only
* Create adhoc reseacher groups made from staff@dept with added members
* Limit access to slideshows to the student course group or use slideshow "passwords" to protect


== How do I import my first collection ==

Get the curators handbook .pdf from the MDID site.
Read the workflow documents on the OxCLIC site here
Get the curators handbook .pdf from the MDID site. see http:// Read the workflow documents on the OxCLIC site here see http://
Line 63: Line 53:
from https://listserv.jmu.edu/cgi-bin/wa?A2=ind0504&L=mdidusers-l&P=2097
Line 64: Line 55:
from
https://listserv.jmu.edu/cgi-bin/wa?A2=ind0504&L=mdidusers-l&P=2097

>I'm ready to customize the user interface for our campus. Is it OK to do
>that?
>I'm ready to customize the user interface for our campus. Is it OK to do >that?
Line 72: Line 59:
>Can we call it something other that MDID...like maybe KatyDID? Can we have
>our logo in the banner? What files do I need to edit to make that happen?
>Can we call it something other that MDID...like maybe KatyDID? Can we have >our logo in the banner? What files do I need to edit to make that happen?
Line 75: Line 61:
Images, including the logo are located in the wwwroot\images folder, to
simply replace an image replace it there. If you want to change the look
of various areas, the Header, Footer, and stylesheet (CSS) are in the
wwwroot\PageTemplate directory, in files called PageHeader.ascx,
PageFooter.ascx, and stylesheet.aspx. To change the look of pages specific
to an individual page (like the logon screen which is default.aspx), they
are in the wwwroot directory.
Images, including the logo are located in the wwwroot\images folder, to simply replace an image replace it there. If you want to change the look of various areas, the Header, Footer, and stylesheet (CSS) are in the wwwroot\PageTemplate directory, in files called PageHeader.ascx, PageFooter.ascx, and stylesheet.aspx. To change the look of pages specific to an individual page (like the logon screen which is default.aspx), they are in the wwwroot directory.
Line 83: Line 63:
Changes to the .aspx and .ascx pages will take effect immediately (unlike
changing the underlying code of MDID2), and should let you do all of the
user interface changes you want.
Changes to the .aspx and .ascx pages will take effect immediately (unlike changing the underlying code of MDID2), and should let you do all of the user interface changes you want.
Line 89: Line 67:
== Where are the graphics/stylesheets headers for OxCLIC MDID versions ==
T.O.C.
Line 91: Line 72:
== How do I set-up remote collection searching ==
T.O.C. A) How do I search another instance ? B-) How do I make my collection searchable by others ?? C) How do I test this ..

== How do I check that the teacher offline viewer works with the server instance? ==
T.O.C.

== How do I check that I can download a packaged .zip of slideshow viewer and myslides ==
T.O.C.

you need to check under packages - slideshow that you have setup things to allow a zip file of slides and application to be created. More information needed (ed?) !!!!
Line 92: Line 84:
Alas it doesn't seem to be stable. Some notes are here ... https://listserv.jmu.edu:443/cgi-bin/wa?A2=ind0511&L=mdidusers-l&T=0&F=&S=&P=4198
Line 93: Line 86:
Alas it doesn't seem to be stable. Some notes are here ...
https://listserv.jmu.edu:443/cgi-bin/wa?A2=ind0511&L=mdidusers-l&T=0&F=&S=&P=4198
From our experience ... Prev Windows System
Line 96: Line 88:
From our experience ...
Prev Windows System
  
 *
OS: Windows 2000 (also works under Windows XP, 2000 server, 2003 server)   *Web Server: IIS (free with windows)   *CGI Language: ASP   *Database: MySQL (free) (also works under SQL in Windows)   *Extras Required: ASP.NET 1.1 (free)   *Time taken: '''2 Hours'''    
New LAMP system     *OS: Suse Linux 9.2 Professional   *CGI Language: ASP   *Database: MySQL   *Extras required: Mono, Mod_mono (and several other modules for compiling 
everything)   *Time taken: '''2 days''' (with the problem of Apache crashing when trying to view 
 * OS: Windows 2000 (also works under Windows XP, 2000 server, 2003 server)
 *
Web Server: IIS (free with windows)
 *
CGI Language: ASP
 *
Database: MySQL (free) (also works under SQL in Windows)
 *
Extras Required: ASP.NET 1.1 (free)
 *
Time taken: '''2 Hours'''
New LAMP system

 *
OS: Suse Linux 9.2 Professional
 *
CGI Language: ASP
 *
Database: MySQL
 *
Extras required: Mono, Mod_mono (and several other modules for compiling
everything)

 *
Time taken: '''2 days''' (with the problem of Apache crashing when trying to view
Line 118: Line 107:
See also notes on fun and games with MDID under Mono/Linux on Mac OSX ["OxCLIC_MDID"] See also notes on fun and games with MDID under Mono/Linux on Mac OSX ["OxCLIC MDID"]

OxCLIC MDID_server

TableOfContents([2])

FAQ on Server Set-up Draft Notes

Does MDID run on ASP.NET 2.0?

No. MDID is an ASP.NET 1.1 application, trying to compile or run it on ASP.NET 2.0 will fail spectacularly. It is a common mistake, you must use ASP.NET 1.1!

What MDID Server set-up documentation is there on all of this

See OxCLIC_MDID and also http//MDID.org

A list of all documents is here: http://www.mdid.org/mdidwiki/index.php?title=Special:Allpages

A simple overview of MDID server demands from the originator institution is here: http://www.mdid.org/mdidwiki/index.php?title=Requirements

How do I install WebAuth on my IIS server

To take advantage of WebAuth Authentication ( and later use this for authorisation activities within an OxCLIC MDID) you need to install and various kerberos related pieces of software on your IIS server. This set-up process needs to be followed carefully, it is documented on the IT Support Staff wiki:

https://wiki.oucs.ox.ac.uk/itss/WebAuth_IIS

you should now be able to point your browser at the website (using https) and then to the folder you’ve protected, and the magic of passing seamlessly to WebAuth should occur, with you eventually being returned to that folder and it’s contents. This will provide you with a very basic Webauth setup, protecting the web pages you have specified in the config. Every time a user authenticates, a Windows account will be created on the server in the form webauth.<username> (e.g webauth.adrianp or webauth.uzdn0017), and added to a group called WebAuth. You can use this for authorisation purposes, but if you don't want this, set the EnableUserMapping parameter to 0 in the config.

How do I customise MDID to use WebAuth for authentication

Simply put, install the Stanford Webauth for IIS filter, and then modify the MDID code to accept it's input. Full details of this customisation can be found at https://wiki.oucs.ox.ac.uk/oucs/ltg/OxCLIC_MDID_SSO

What other changes local to Oxford need to be done

T.B.C.

See the project team for an important change for how MDID needs to be run as an application to allow collections to be imported and for connectivity by the remote offline viewer and to allow remote collection searching to take place.

How do I set-up MDID user information and groups

T.B.C.

See the project team for the MYSQL scripts that allow you to import user data and appropriate premade groups appropriate for Oxford.

MDID has a full series of permissons for access to collections and all activities, rather similar to WebLearn. See the http://www.mdid.org/ -> documentation http://www.mdid.org/mdidwiki/index.php?title=Permissions

Also ask project team for advice. We'd recommend the following

  • MDID defaults to access denied for every activity, hence a base user will not see any collections etc.
  • Limit admin priviliges and delete/change collections to a the system support staff
  • Limit each collection to the appropriate staff@department group
  • Limit slideshow creation to staff@deptartment only
  • Create adhoc reseacher groups made from staff@dept with added members
  • Limit access to slideshows to the student course group or use slideshow "passwords" to protect

How do I import my first collection

T.O.C.

Get the curators handbook .pdf from the MDID site. see http:// Read the workflow documents on the OxCLIC site here see http://

How do I customise the branding of the MDID interface

from https://listserv.jmu.edu/cgi-bin/wa?A2=ind0504&L=mdidusers-l&P=2097

>I'm ready to customize the user interface for our campus. Is it OK to do >that?

There shouldn't be any issues whatsoever, we do it ourselves.

>Can we call it something other that MDID...like maybe KatyDID? Can we have >our logo in the banner? What files do I need to edit to make that happen?

Images, including the logo are located in the wwwroot\images folder, to simply replace an image replace it there. If you want to change the look of various areas, the Header, Footer, and stylesheet (CSS) are in the wwwroot\PageTemplate directory, in files called PageHeader.ascx, PageFooter.ascx, and stylesheet.aspx. To change the look of pages specific to an individual page (like the logon screen which is default.aspx), they are in the wwwroot directory.

Changes to the .aspx and .ascx pages will take effect immediately (unlike changing the underlying code of MDID2), and should let you do all of the user interface changes you want.

More here http://ltg.oucs.ox.ac.uk/wiki/index.php/OxCLIC_customising_MDID

Where are the graphics/stylesheets headers for OxCLIC MDID versions

T.O.C.

The OxCLIC header graphics can be obtained from the OxCLIC project team.

How do I set-up remote collection searching

T.O.C. A) How do I search another instance ? B-) How do I make my collection searchable by others ?? C) How do I test this ..

How do I check that the teacher offline viewer works with the server instance?

T.O.C.

How do I check that I can download a packaged .zip of slideshow viewer and myslides

T.O.C.

you need to check under packages - slideshow that you have setup things to allow a zip file of slides and application to be created. More information needed (ed?) !!!!

Will it run under LINUX as well as .asp under IIS?

Alas it doesn't seem to be stable. Some notes are here ... https://listserv.jmu.edu:443/cgi-bin/wa?A2=ind0511&L=mdidusers-l&T=0&F=&S=&P=4198

From our experience ... Prev Windows System

  • OS: Windows 2000 (also works under Windows XP, 2000 server, 2003 server)
  • Web Server: IIS (free with windows)
  • CGI Language: ASP
  • Database: MySQL (free) (also works under SQL in Windows)
  • Extras Required: ASP.NET 1.1 (free)
  • Time taken: 2 Hours

New LAMP system

  • OS: Suse Linux 9.2 Professional
  • CGI Language: ASP
  • Database: MySQL
  • Extras required: Mono, Mod_mono (and several other modules for compiling

everything)

  • Time taken: 2 days (with the problem of Apache crashing when trying to view

slideshows not yet solved)

The consensus on the MDID list (8/06) is that it isn't stable enough on Mono/LINUX to be run as a production server.

See also notes on fun and games with MDID under Mono/Linux on Mac OSX ["OxCLIC MDID"]