Brza instalacija: razlika između inačica

Izvor: MoodleDocs
Skoči na:orijentacija, traži
Nema sažetka uređivanja
Nema sažetka uređivanja
Redak 3: Redak 3:
===Priprema===
===Priprema===


* Install PHP and required extensions, a supported database such as MySQL and a webserver on the target computer
* Instalirajte PHP i neophodne ekstenzije, a supported database such as MySQL and a webserver on the target computer
* Create a blank database (call it moodle if you like) and create a database user with the appropriate permissions
* Create a blank database (nazovite ju recimo - moodle) i kreirajte korisnika baze podataka sa pripadajućim korisničkim pravima
* Create a data directory (call it moodledata if you wish) outside of the webserver.  
* Create a data directory (call it moodledata if you wish) outside of the webserver.  
* Ensure the webserver is the owner of the data folder and give the owner read, write and execute permissions
* Ensure the webserver is the owner of the data folder and give the owner read, write and execute permissions
Redak 12: Redak 12:


* Extract the files and place them in the documents folder on the webserver (or any webserver subfolder)
* Extract the files and place them in the documents folder on the webserver (or any webserver subfolder)
* Go to <nowiki>http://yourserver/install.php</nowiki> or <nowiki>http://yourserver/subfolders/install.php</nowiki> to start the installation
* Go to <nowiki>http://vasposluzitelj/install.php</nowiki> or <nowiki>http://vasposluzitelj/subfolders/install.php</nowiki> to start the installation
* Download the [[Configuration file | config.php]] file from your webserver and place in the moodle root if prompted
* Download the [[Configuration file | config.php]] file from your webserver and place in the moodle root if prompted


===Konfiguracija===
===Konfiguracija===


* If you agree with the [[License | GPL license]] you will be allowed to continue
* Ako i kad prihvatite [[Licenca | GPL licencu]] moći ćete početi s instalacijskom procedurom
* Give your site a name and description
* Imenujte vaš Moodle sustav i upišite kratki opis
* Configure an admin account
* Konfiguriraje administratorski korisnički račun


===Zadnja napomena===
===Zadnja napomena===
Once you have finished setting up moodle you need to set up [[Cron|cron]].
Kad ste završili s instalacijom Moodle sustava, podesite i [[Cron|cron]].


'''I to je to! Bravo vi :-)'''
'''I to je to! Bravo vi :-)'''
Redak 28: Redak 28:
==See Also==
==See Also==


* [[Moodle Instalacija]] A more detailed installation guide
* [[Moodle Instalacija]] Detaljnije upute za instalaciju
* [[Installation FAQ]]
* [[Installation FAQ]]


[[Category: Administrator]]
[[Category: Administrator]]
[[en: Installation Quickstart]]
[[en: Installation Quickstart]]

Inačica od 28. lipnja 2006. u 09:57

This guide is designed for administrators who have installed Moodle before and need a quick recap to jog their memory. It could also be useful for those administrators who wish to have an overview of the installation procedure before they start with our more detailed installation guide.

Priprema

  • Instalirajte PHP i neophodne ekstenzije, a supported database such as MySQL and a webserver on the target computer
  • Create a blank database (nazovite ju recimo - moodle) i kreirajte korisnika baze podataka sa pripadajućim korisničkim pravima
  • Create a data directory (call it moodledata if you wish) outside of the webserver.
  • Ensure the webserver is the owner of the data folder and give the owner read, write and execute permissions
  • Download Moodle

Instalacija

  • Extract the files and place them in the documents folder on the webserver (or any webserver subfolder)
  • Go to http://vasposluzitelj/install.php or http://vasposluzitelj/subfolders/install.php to start the installation
  • Download the config.php file from your webserver and place in the moodle root if prompted

Konfiguracija

  • Ako i kad prihvatite GPL licencu moći ćete početi s instalacijskom procedurom
  • Imenujte vaš Moodle sustav i upišite kratki opis
  • Konfiguriraje administratorski korisnički račun

Zadnja napomena

Kad ste završili s instalacijom Moodle sustava, podesite i cron.

I to je to! Bravo vi :-)

See Also