Difference between revisions of "Cgiirc"

From Amahi Wiki
Jump to: navigation, search
(New page: After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp: cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*)
 
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp:
+
[[Category:Apps]]
 +
==After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp==
 +
 
 +
To get root access, enter the following on terminal:
 +
 
 +
<code>su -</code>
 +
 
 +
And enter your root password (the one you selected on initial Fedora install).
 +
 
 +
After that, enter this command to get to the html directory of CGIIRC:
 +
 
 +
<code>cd /var/hda/web-apps/cgiirc/html</code>
 +
 
 +
Then do the following:
 +
<pre>
 
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*
 
cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*
 +
 +
service httpd restart
 +
</pre>

Latest revision as of 06:00, 14 August 2009

After installing cgiirc, run the following commands as root from the html directory of the cgiirc webapp

To get root access, enter the following on terminal:

su -

And enter your root password (the one you selected on initial Fedora install).

After that, enter this command to get to the html directory of CGIIRC:

cd /var/hda/web-apps/cgiirc/html

Then do the following:

cat cgiirc.conf > /etc/httpd/conf.d/*cgiirc*

service httpd restart