<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://wiki.montellug.it/index.php?action=history&amp;feed=atom&amp;title=ProgettoE-Learning_docebolms_installazione</id>
	<title>ProgettoE-Learning docebolms installazione - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.montellug.it/index.php?action=history&amp;feed=atom&amp;title=ProgettoE-Learning_docebolms_installazione"/>
	<link rel="alternate" type="text/html" href="index.php?title=ProgettoE-Learning_docebolms_installazione&amp;action=history"/>
	<updated>2026-05-08T01:13:55Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>index.php?title=ProgettoE-Learning_docebolms_installazione&amp;diff=5313&amp;oldid=prev</id>
		<title>EndelWar il 21:32, 1 nov 2005</title>
		<link rel="alternate" type="text/html" href="index.php?title=ProgettoE-Learning_docebolms_installazione&amp;diff=5313&amp;oldid=prev"/>
		<updated>2005-11-01T21:32:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Installazione===&lt;br /&gt;
installare il modulo domxml di PHP se non è già presente:&lt;br /&gt;
  apt-get install php4-domxml&lt;br /&gt;
modificare il file /etc/php4/apache/php.ini e aggiungere la seguente riga:&lt;br /&gt;
  extension=domxml.so&lt;br /&gt;
poi riavviare apache&lt;br /&gt;
  apachectl restart&lt;br /&gt;
&lt;br /&gt;
cambiare i permessi dei seguenti file e directory:&lt;br /&gt;
&lt;br /&gt;
  chmod 777 config.php&lt;br /&gt;
  chmod 777 fileCourses/&lt;br /&gt;
  chmod 777 fileCourses/chat/&lt;br /&gt;
  chmod 777 fileCourses/course/&lt;br /&gt;
  chmod 777 fileCourses/forum/&lt;br /&gt;
  chmod 777 fileCourses/message/&lt;br /&gt;
  chmod 777 fileCourses/photo/&lt;br /&gt;
  chmod 777 fileCourses/prj/&lt;br /&gt;
  chmod 777 fileCourses/progfile/&lt;br /&gt;
  chmod 777 fileCourses/scorm/&lt;br /&gt;
  chmod 777 fileCourses/sponsor/&lt;br /&gt;
  chmod 777 fileCourses/UserFiles/&lt;br /&gt;
&lt;br /&gt;
creare il database che verrà utilizzato da DoceboLMS e il relativo utente che accederà al database&lt;br /&gt;
  mysql -u root -p&lt;br /&gt;
  CREATE DATABASE `elearn_docebolms` ;&lt;br /&gt;
  GRANT USAGE ON * . * TO 'elearn'@'localhost' IDENTIFIED BY 'elearn' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ;&lt;br /&gt;
  GRANT ALL PRIVILEGES ON `elearn_docebolms` . * TO 'elearn'@'localhost' WITH GRANT OPTION ;&lt;br /&gt;
&lt;br /&gt;
aprire in un browser l'url:&lt;br /&gt;
&lt;br /&gt;
http://localhost/~endelwar/elearning/docebolms/install&lt;br /&gt;
&lt;br /&gt;
Seguire il semplice wizard che verrà presentato.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rimuovere le directory di installazione:&lt;br /&gt;
  rm -rf upgrade/&lt;br /&gt;
  rm -rf install/&lt;/div&gt;</summary>
		<author><name>EndelWar</name></author>
	</entry>
</feed>