Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: System paths.

System paths: Difference between revisions

From MoodleDocs
(location)
(copied from 3.4 page)
 
(24 intermediate revisions by 12 users not shown)
Line 1: Line 1:
Location: ''Administration > Server > System Paths''
{{Server settings}}
An administrator can set the following system paths in ''Administration > Site administration > Server > System Paths''.
 
'''Note''': When setting the system paths on Windows systems, use of the 8.3 notation for the path and filename is preferred. So instead of entering ''c:\program files\path to aspell\aspell.exe'', enter ''c:\progra~1\path~1\aspell.exe''. Check the exact 8.3 path using the ''dir /x'' command at the prompt.
 
==Path to du==
 
This binary file was used in Moodle 1.x to quickly look up the size of data directories. It is possible that some add-ons still use this functionality.


==Path to aspell==
==Path to aspell==


To use spell-checking within the [[HTML editor]], you MUST have aspell 0.50 or later installed on your server, and you must specify the correct path to access the aspell binary. On Unix/Linux systems, this path is usually ''/usr/bin/aspell'', but it might be something else. On a Windows system it might look like ''c:\program\aspell\bin\aspell'' where the last aspell is the ''aspell.exe'' file. Some people have reported problems with a path like ''c:\program files\aspell'', probably caused by the space before ''files''. It can be best to install aspell in c:\aspell.
If PSpellSpell is selected as the spell engine for TinyMCE in ''Administration > Site administration > Plugins > Text editors > TinyMCE HTML editor'' then you must specify the correct path to access the aspell binary.
 
In addition, you MUST have aspell 0.50 or later installed on your server. On Unix/Linux systems use the which program to determine the path:
 
[root@moodle ~]# which aspell
/usr/bin/aspell
 
In this example the path to enter is ''/usr/bin/aspell''.  
 
On a Windows system, download and install [http://aspell.net/win32 GNU aspell] together with at least one dictionary and then use the search facility in Explorer to find the aspell.exe file. The path should look like:
 
c:\program files\aspell\bin\aspell.exe
 
It can be best to install aspell in c:\aspell or use the 8.3 notation if you are installing in ''c:\program files'' so that the path looks like
 
c:\progra~1\aspell\bin\aspell.exe
 
==Path to dot==
 
Path to dot is for enabling image generation; eg, in profiling. The generated graphs are really useful to see what each request does. To have profiling visible (and working), the xhprof extension must be installed in PHP.
 
* If you want to use the authoring tools for the [[Preg question type]] , you will need to install the [https://www.graphviz.org/ Graphviz] Graph Visualization Software and set the 'path to dot'.
[[File:preg pathtodot.png|600px]]


*[[Configuring aspell on Mac OS X]]
* In Windows the path to dot is likely C:\Program Files (x86)\Graphviz2.38\bin\dot.exe
*[[Configuring aspell on Windows 2003 Server]]
* To find the path to doc in a Mac, open a terminal window and type:
which dot
* In Mac the path to dot is likely /opt/local/bin/dot
* Type the path for your OS in  'Site administration / ▶︎ Server / ▶︎ System paths '  Path to dot


==External links==
==External links==
Line 15: Line 47:
==See also==
==See also==


*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=28465 Check your aspell installation] forum discussion
* [http://moodle.org/mod/forum/discuss.php?d=125912 HowTo: Installing aspell in Ubuntu (with dictionary)] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=41831 When will we be able to use TinyCME in Moodle?] forum discussion


[[Category:Administrator]]
[[cs:admin/setting/systempaths]]
[[de:Systempfade]]
[[es:Rutas del sistema]]
[[hu:Rendszerútvonalak]]
[[ja:システムパス]]

Latest revision as of 20:24, 28 March 2018

An administrator can set the following system paths in Administration > Site administration > Server > System Paths.

Note: When setting the system paths on Windows systems, use of the 8.3 notation for the path and filename is preferred. So instead of entering c:\program files\path to aspell\aspell.exe, enter c:\progra~1\path~1\aspell.exe. Check the exact 8.3 path using the dir /x command at the prompt.

Path to du

This binary file was used in Moodle 1.x to quickly look up the size of data directories. It is possible that some add-ons still use this functionality.

Path to aspell

If PSpellSpell is selected as the spell engine for TinyMCE in Administration > Site administration > Plugins > Text editors > TinyMCE HTML editor then you must specify the correct path to access the aspell binary.

In addition, you MUST have aspell 0.50 or later installed on your server. On Unix/Linux systems use the which program to determine the path:

[root@moodle ~]# which aspell
/usr/bin/aspell

In this example the path to enter is /usr/bin/aspell.

On a Windows system, download and install GNU aspell together with at least one dictionary and then use the search facility in Explorer to find the aspell.exe file. The path should look like:

c:\program files\aspell\bin\aspell.exe

It can be best to install aspell in c:\aspell or use the 8.3 notation if you are installing in c:\program files so that the path looks like

c:\progra~1\aspell\bin\aspell.exe

Path to dot

Path to dot is for enabling image generation; eg, in profiling. The generated graphs are really useful to see what each request does. To have profiling visible (and working), the xhprof extension must be installed in PHP.

  • If you want to use the authoring tools for the Preg question type , you will need to install the Graphviz Graph Visualization Software and set the 'path to dot'.

preg pathtodot.png

  • In Windows the path to dot is likely C:\Program Files (x86)\Graphviz2.38\bin\dot.exe
  • To find the path to doc in a Mac, open a terminal window and type:
which dot
  • In Mac the path to dot is likely /opt/local/bin/dot
  • Type the path for your OS in 'Site administration / ▶︎ Server / ▶︎ System paths ' Path to dot

External links

See also