<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=System_paths</id>
	<title>System paths - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=System_paths"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=System_paths&amp;action=history"/>
	<updated>2026-05-06T17:40:03Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=System_paths&amp;diff=5667&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=System_paths&amp;diff=5667&amp;oldid=prev"/>
		<updated>2024-10-18T06:45:55Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:45, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=System_paths&amp;diff=5666&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* Path to dot */clean up, typos fixed: eg, → e.g.,</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=System_paths&amp;diff=5666&amp;oldid=prev"/>
		<updated>2021-09-22T18:49:35Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Path to dot: &lt;/span&gt;clean up, typos fixed: eg, → e.g.,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Server settings}}&lt;br /&gt;
An administrator can set the following system paths in &amp;#039;&amp;#039;Administration &amp;gt; Site administration &amp;gt; Server &amp;gt; System Paths&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Note&amp;#039;&amp;#039;&amp;#039;: 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 &amp;#039;&amp;#039;c:\program files\path to aspell\aspell.exe&amp;#039;&amp;#039;, enter &amp;#039;&amp;#039;c:\progra~1\path~1\aspell.exe&amp;#039;&amp;#039;. Check the exact 8.3 path using the &amp;#039;&amp;#039;dir /x&amp;#039;&amp;#039; command at the prompt.&lt;br /&gt;
&lt;br /&gt;
==Path to du==&lt;br /&gt;
&lt;br /&gt;
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. In linux based servers, du is by default installed and can be located generally in /usr/bin/share&lt;br /&gt;
 &lt;br /&gt;
If you have access to a terminal:&lt;br /&gt;
&lt;br /&gt;
[root@moodle ~]# which du&lt;br /&gt;
 /usr/bin/du&lt;br /&gt;
&lt;br /&gt;
==Path to aspell==&lt;br /&gt;
&lt;br /&gt;
If PSpellSpell is selected as the spell engine for TinyMCE in &amp;#039;&amp;#039;Administration &amp;gt; Site administration &amp;gt; Plugins &amp;gt; Text editors &amp;gt; TinyMCE HTML editor&amp;#039;&amp;#039; then you must specify the correct path to access the aspell binary.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
 [root@moodle ~]# which aspell&lt;br /&gt;
 /usr/bin/aspell&lt;br /&gt;
&lt;br /&gt;
In this example the path to enter is &amp;#039;&amp;#039;/usr/bin/aspell&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
 c:\program files\aspell\bin\aspell.exe&lt;br /&gt;
&lt;br /&gt;
It can be best to install aspell in c:\aspell or use the 8.3 notation if you are installing in &amp;#039;&amp;#039;c:\program files&amp;#039;&amp;#039; so that the path looks like &lt;br /&gt;
&lt;br /&gt;
 c:\progra~1\aspell\bin\aspell.exe&lt;br /&gt;
&lt;br /&gt;
==Path to dot==&lt;br /&gt;
&lt;br /&gt;
Path to dot is for enabling image generation; e.g., 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.&lt;br /&gt;
&lt;br /&gt;
* 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 &amp;#039;path to dot&amp;#039;.&lt;br /&gt;
[[File:preg pathtodot.png|600px]]&lt;br /&gt;
&lt;br /&gt;
* In Windows the path to dot is likely C:\Program Files (x86)\Graphviz2.38\bin\dot.exe &lt;br /&gt;
* To find the path to doc in a Mac, open a terminal window and type:&lt;br /&gt;
 which dot&lt;br /&gt;
* In Mac the path to dot is likely /opt/local/bin/dot&lt;br /&gt;
* Type the path for your OS in   &amp;#039;Site administration / ▶︎ Server / ▶︎ System paths &amp;#039;   Path to dot&lt;br /&gt;
&lt;br /&gt;
==Path to php cli==&lt;br /&gt;
&lt;br /&gt;
Path to PHP CLI. Probably something like /usr/bin/php in Linux and Mac, or C:\php\php.exe on Microsoft Windows. If you enter this, [[Cron]] scripts can be executed from admin web interface.&lt;br /&gt;
&lt;br /&gt;
* To find the path to php cli in a Mac, open a terminal window and type:&lt;br /&gt;
 which php cli&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
*[http://aspell.sourceforge.net/ GNU Aspell]&lt;br /&gt;
*[http://aspell.net/win32/ GNU Aspell (Win32 version)]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [http://moodle.org/mod/forum/discuss.php?d=125912 HowTo: Installing aspell in Ubuntu (with dictionary)] forum discussion&lt;br /&gt;
&lt;br /&gt;
[[cs:admin/setting/systempaths]]&lt;br /&gt;
[[de:Systempfade]]&lt;br /&gt;
[[es:Rutas del sistema]]&lt;br /&gt;
[[hu:Rendszerútvonalak]]&lt;br /&gt;
[[ja:システムパス]]&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>