cli – -Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot 24 Results  docs.moodle.org
  Cron - MoodleDocs  
Le script CLI (command line interpreter = interface en ligne de commande). Ce script se trouve ici :
The CLI (command line interpreter) script. This will be at the path
  Installation de Moodle ...  
# chown www-data /chemin/vers/moodle # cd /chemin/vers/moodle/admin/cli # sudo -u www-data /usr/bin/php install.php # chown -R root /chemin/vers/moodle
# chown www-data /path/to/moodle # cd /path/to/moodle/admin/cli # sudo -u www-data /usr/bin/php install.php # chown -R root /path/to/moodle
  Cron - MoodleDocs  
Si vous utilisez le script CLI, vous devez également vous assurer que le processus cron est lancé avec le bon utilisateur. Il n'est en revanche pas nécessaire de s'en soucier avec la version web.
If using the CLI version you also need to make sure that the cron process is run as the correct user. This is not an issue with the web version.
  Cron - MoodleDocs  
*/15 * * * * /usr/bin/php /chemin/de/moodle/admin/cli/cron.php >/dev/null
*/15 * * * * /usr/bin/php /path/to/moodle/admin/cli/cron.php >/dev/null
あなたがコマンドラインからページをコールするため、異なるコマンドラインプログラムがあります。サーバにより、実行できないプログラムもあります。
  Administration en ligne...  
$ sudo -u apache /usr/bin/php admin/cli/mysql_engine.php --engine=InnoDB
Place attached file in /admin/cli and simply run it, without any command-line arguments :)
  Cron - MoodleDocs  
/chemin/de/moodle/admin/cli/cron.php
/path/to/moodle/admin/cli/cron.php
  Administration en ligne...  
$ sudo -u apache /usr/bin/php admin/cli/maintenance.php --enable
$ sudo -u apache /usr/bin/php admin/cli/install.php --lang=cs
  Administration en ligne...  
Un script CLI pour transférer votre base de données (par exemple de MySQL à PostgreSQL) se trouve dans admin/tool/dbtransfer/cli/migrate.php.
I import courses every night from an external system, and run this script afterwards
In Moodle 1.x konnten Sie das Cron-Skript admin/cron.php entweder über das Moodle-Web-Interface oder über Kommandozeile ausführen. Ab Moodle 2.0 kann über Kommandozeile nur das Skript admin/cli/cron.php ausgeführt werden.
  Cron - MoodleDocs  
/usr/bin/php /chemin/de/moodle/admin/cli/cron.php
/usr/bin/php /path/to/moodle/admin/cli/cron.php
「Commit Changes」をクリックしてください。あなたのメールに送信されるcronの動作状況を確認してください。
  Administration en ligne...  
$ sudo -u apache /usr/bin/php admin/cli/upgrade.php
4 Aktualisierung über Kommandozeile
  Administration en ligne...  
Un script CLI pour transférer votre base de données (par exemple de MySQL à PostgreSQL) se trouve dans admin/tool/dbtransfer/cli/migrate.php.
I import courses every night from an external system, and run this script afterwards
In Moodle 1.x konnten Sie das Cron-Skript admin/cron.php entweder über das Moodle-Web-Interface oder über Kommandozeile ausführen. Ab Moodle 2.0 kann über Kommandozeile nur das Skript admin/cli/cron.php ausgeführt werden.