Browsing Ukrainian translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Ukrainian guidelines.
156165 of 4899 results
156.
Before installing <application>Rails</application> you should install <application>Apache</application> and <application>MySQL</application>. To install the <application>Apache</application> package, please refer to <xref linkend="httpd"/>. For instructions on installing <application>MySQL</application> refer to <xref linkend="mysql"/>.
(no translation yet)
Located in serverguide/C/web-servers.xml:992(para)
157.
Once you have <application>Apache</application> and <application>MySQL</application> packages installed, you are ready to install <application>Ruby on Rails</application> package.
(no translation yet)
Located in serverguide/C/web-servers.xml:1000(para)
158.
To install the <application>Ruby</application> base packages and <application>Ruby on Rails</application>, you can enter the following command in the terminal prompt:
(no translation yet)
Located in serverguide/C/web-servers.xml:1007(para)
159.
sudo apt install rails
(no translation yet)
Located in serverguide/C/web-servers.xml:1013(command)
160.
Modify the <filename>/etc/apache2/sites-available/000-default.conf</filename> configuration file to setup your domains.
(no translation yet)
Located in serverguide/C/web-servers.xml:1019(para)
161.
The first thing to change is the <emphasis>DocumentRoot</emphasis> directive:
(no translation yet)
Located in serverguide/C/web-servers.xml:1023(para)
162.

DocumentRoot /path/to/rails/application/public
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
(no translation yet)
Located in serverguide/C/web-servers.xml:1027(programlisting)
163.
Next, change the &lt;Directory "/path/to/rails/application/public"&gt; directive:
(no translation yet)
Located in serverguide/C/web-servers.xml:1030(para)
164.

&lt;Directory "/path/to/rails/application/public"&gt;
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
allow from all
AddHandler cgi-script .cgi
&lt;/Directory&gt;
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

&lt;Directory "/шлях/до/програми/rails/public"&gt;
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
allow from all
AddHandler cgi-script .cgi
&lt;/Directory&gt;
Translated by Yuri Chornoivan
Located in serverguide/C/web-servers.xml:1034(programlisting)
165.
You should also enable the <application>mod_rewrite</application> module for Apache. To enable <application>mod_rewrite</application> module, please enter the following command in a terminal prompt:
(no translation yet)
Located in serverguide/C/web-servers.xml:1044(para)
156165 of 4899 results

This translation is managed by Ubuntu Ukrainian Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Andreyshahter, Andrii Prokopenko, Doug Smythies, Nazarii Ritter, Yuri Chornoivan, flint2000.