Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Administrator do's and don'ts: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
(reformat, add links, remove stub)
 
(Una revisió intermèdia per un altre usuari que no es mostra)
Línia 1: Línia 1:
==Use a special course for imported backup files for new courses==
Don't use the files area in the main Moodle site course to restore course archives.  You can destroy the front page very easily.  You will be much better off to set up a special course just for that purpose!
Don't use the files area in the main Moodle site course to restore course archives.  You can destroy the front page very easily.  You will be much better off to set up a special course just for that purpose!


: Why? How? --[[User:David Mudrak|David Mudrak]] 09:43, 10 September 2008 (CDT)
:: Accidentally restoring a faulty course archive to your main site course will break the whole site for everyone. Also -- by default, all users have access to the files in the main site course. If your course archive contains any confidential information, you're potentially exposing it to all site users.  
:: Accidentally restoring a faulty course archive to your main site course will break the whole site for everyone. Also -- by default, all users have access to the files in the main site course. If your course archive contains any confidential information, you're potentially exposing it to all site users. We have hidden test courses that we use to host the course archives we're going to restore. --[[User:Donna Hrynkiw|Donna Hrynkiw]] 13:11, 17 November 2008 (CST)


::Do create a hidden course to host the course archives your going to restore. Put your backups from other sites in that hidden courses files.  Then restore the course from that backup.


==Do use a non production site for testing==
Many consider a localhost to be a beautiful thing.  You can break it and not worry about impacting your production site. For example, not sure about how a plugin is going to work? Download your production code files into a localhost, change the moodle config.php file and find out.


'''For a much more complete set of Administrator's do's and don'ts, you may want to consider [[Beginning Administration FAQ]].'''


==See also==
*[[Administration FAQ]]
*'''For a much more complete set of Administrator's do's and don'ts, you may want to consider [[Beginning Administration FAQ]].'''


[[ja:管理者が「やるべきこと」と「やってはいけないこと」]]


[[Category:Administrator]]
[[Category:Administrator]]
{{stub}}

Revisió de 17:57, 18 des 2010

Use a special course for imported backup files for new courses

Don't use the files area in the main Moodle site course to restore course archives. You can destroy the front page very easily. You will be much better off to set up a special course just for that purpose!

Accidentally restoring a faulty course archive to your main site course will break the whole site for everyone. Also -- by default, all users have access to the files in the main site course. If your course archive contains any confidential information, you're potentially exposing it to all site users.
Do create a hidden course to host the course archives your going to restore. Put your backups from other sites in that hidden courses files. Then restore the course from that backup.

Do use a non production site for testing

Many consider a localhost to be a beautiful thing. You can break it and not worry about impacting your production site. For example, not sure about how a plugin is going to work? Download your production code files into a localhost, change the moodle config.php file and find out.


See also