<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ispCP - Board - Support - Documentation]]></title>
		<link>http://www.isp-control.net/forum/</link>
		<description><![CDATA[ispCP - Board - Support - http://www.isp-control.net/forum]]></description>
		<pubDate>Sat, 09 May 2026 04:49:14 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Documents from the wiki missing]]></title>
			<link>http://www.isp-control.net/forum/thread-16454.html</link>
			<pubDate>Fri, 28 Dec 2012 00:34:06 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-16454.html</guid>
			<description><![CDATA[Hello, <br />
I've seen this for about a month or so and I thought it was a routine maintenance issue, but now I think something is wrong. <br />
I wanted to setup a new ISPCP-based system using installation and how-to articles from the wiki ( <a href="http://isp-control.net/documentation/" target="_blank">http://isp-control.net/documentation/</a> ) but to my surprise there's NO documents at all on the wiki. <br />
I'd like to use them and now I'm stranded. <br />
Could somebody please restore the wiki or post a copy of these articles somewhere? <br />
<br />
Best Regards, <br />
Martini]]></description>
			<content:encoded><![CDATA[Hello, <br />
I've seen this for about a month or so and I thought it was a routine maintenance issue, but now I think something is wrong. <br />
I wanted to setup a new ISPCP-based system using installation and how-to articles from the wiki ( <a href="http://isp-control.net/documentation/" target="_blank">http://isp-control.net/documentation/</a> ) but to my surprise there's NO documents at all on the wiki. <br />
I'd like to use them and now I'm stranded. <br />
Could somebody please restore the wiki or post a copy of these articles somewhere? <br />
<br />
Best Regards, <br />
Martini]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[little mistake in documentation installation on ubuntu]]></title>
			<link>http://www.isp-control.net/forum/thread-15728.html</link>
			<pubDate>Fri, 13 Jan 2012 12:40:20 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-15728.html</guid>
			<description><![CDATA[After a long period well running ispcp <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> i started a new test series with a fresh downloaded and newly installed ubuntu 10.04.3 LTS server edition and ispcp-omega 1.07 on a virtual machine for other tests, than testing ispcp-omega <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I used this <a href="http://isp-control.net/documentation/start/installation/ubuntu" target="_blank">documentation</a>, because my last installation of ispcp-omega was a long time before. And it is so easy to copy and paste step for step, so a newbee too can install ispcp-omega <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
At the step No. 5 <span style="font-weight: bold;">make install</span> i run suprisely in an error:<br />
<br />
<blockquote><cite>Quote:</cite>cd ./tools &amp;&amp; make install<br />
make[1]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'<br />
(cd ./daemon; \<br />
	make ispcp_daemon<img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
make[2]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'<br />
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c<br />
make[2]: gcc: Kommando nicht gefunden<br />
make[2]: *** [ispcp_daemon.o] Fehler 127<br />
make[2]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'<br />
make[1]: *** [daemon/ispcp_daemon] Fehler 2<br />
make[1]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'<br />
make: *** [install] Fehler 2</blockquote>
<br />
And i thought, wtf, what is the dammed cause of that problem.<br />
<br />
Hmm, i checked out, that gcc ist really not installed, but why not?<br />
<br />
I looked at the command from step 4<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>aptitude install &#36;(cat ./docs/Ubuntu/ubuntu-packages-'lsb_release -cs')</code></div></div>
<br />
This is wrong, just a tiny bit, but a bit.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>aptitude install &#36;(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)</code></div></div>
<br />
did this job and all goes right. <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> So please correct it <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[After a long period well running ispcp <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /> i started a new test series with a fresh downloaded and newly installed ubuntu 10.04.3 LTS server edition and ispcp-omega 1.07 on a virtual machine for other tests, than testing ispcp-omega <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I used this <a href="http://isp-control.net/documentation/start/installation/ubuntu" target="_blank">documentation</a>, because my last installation of ispcp-omega was a long time before. And it is so easy to copy and paste step for step, so a newbee too can install ispcp-omega <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
At the step No. 5 <span style="font-weight: bold;">make install</span> i run suprisely in an error:<br />
<br />
<blockquote><cite>Quote:</cite>cd ./tools &amp;&amp; make install<br />
make[1]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'<br />
(cd ./daemon; \<br />
	make ispcp_daemon<img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
make[2]: Betrete Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'<br />
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c<br />
make[2]: gcc: Kommando nicht gefunden<br />
make[2]: *** [ispcp_daemon.o] Fehler 127<br />
make[2]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'<br />
make[1]: *** [daemon/ispcp_daemon] Fehler 2<br />
make[1]: Verlasse Verzeichnis '/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'<br />
make: *** [install] Fehler 2</blockquote>
<br />
And i thought, wtf, what is the dammed cause of that problem.<br />
<br />
Hmm, i checked out, that gcc ist really not installed, but why not?<br />
<br />
I looked at the command from step 4<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>aptitude install &#36;(cat ./docs/Ubuntu/ubuntu-packages-'lsb_release -cs')</code></div></div>
<br />
This is wrong, just a tiny bit, but a bit.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>aptitude install &#36;(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)</code></div></div>
<br />
did this job and all goes right. <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> So please correct it <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Documentation]]></title>
			<link>http://www.isp-control.net/forum/thread-13222.html</link>
			<pubDate>Sat, 09 Apr 2011 09:37:48 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-13222.html</guid>
			<description><![CDATA[I have been doing some documents for my customers e.g. <a href="http://www.server-room.co.uk/?page_id=145" target="_blank">http://www.server-room.co.uk/?page_id=145</a> would be happy to contribute any content, assistance back to ISPcp if that could be helpful at all.]]></description>
			<content:encoded><![CDATA[I have been doing some documents for my customers e.g. <a href="http://www.server-room.co.uk/?page_id=145" target="_blank">http://www.server-room.co.uk/?page_id=145</a> would be happy to contribute any content, assistance back to ISPcp if that could be helpful at all.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Maintainenance of the wiki]]></title>
			<link>http://www.isp-control.net/forum/thread-12398.html</link>
			<pubDate>Thu, 09 Dec 2010 13:33:01 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-12398.html</guid>
			<description><![CDATA[I have some improvements for the wiki.<br />
For example are some documentations equal to others or there would be a better title and all things like that. Also links between documentation and textcorrection should be done.<br />
<br />
I'd like to maintain the wiki and change some documentations. Can I change it on my own or is there an internal area to store my ideas with the wiki maintainers?<br />
<br />
Best Regards<br />
Fluser]]></description>
			<content:encoded><![CDATA[I have some improvements for the wiki.<br />
For example are some documentations equal to others or there would be a better title and all things like that. Also links between documentation and textcorrection should be done.<br />
<br />
I'd like to maintain the wiki and change some documentations. Can I change it on my own or is there an internal area to store my ideas with the wiki maintainers?<br />
<br />
Best Regards<br />
Fluser]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Maintainer for Fedora?]]></title>
			<link>http://www.isp-control.net/forum/thread-11712.html</link>
			<pubDate>Mon, 20 Sep 2010 18:34:26 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-11712.html</guid>
			<description><![CDATA[Hi @ all,<br />
<br />
is there a maintainer for the Fedora documentation at the moment? <br />
Fedora 7 is slightly <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> outdated and, for example, it's almost impossible to get install files for Courier-IMAP for the latest release of Fedora. Dovecot is the IMAP server for Fedora.<br />
<br />
So I took in many cases a different way to install ispCP. Should I post my INSTALL file here? <br />
<br />
(Ich möchte aber niemanden auf die Füße treten! <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />)]]></description>
			<content:encoded><![CDATA[Hi @ all,<br />
<br />
is there a maintainer for the Fedora documentation at the moment? <br />
Fedora 7 is slightly <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> outdated and, for example, it's almost impossible to get install files for Courier-IMAP for the latest release of Fedora. Dovecot is the IMAP server for Fedora.<br />
<br />
So I took in many cases a different way to install ispCP. Should I post my INSTALL file here? <br />
<br />
(Ich möchte aber niemanden auf die Füße treten! <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" />)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Solved] Error after folowing Howto Create panel.domain.tld, pma.domain.]]></title>
			<link>http://www.isp-control.net/forum/thread-11475.html</link>
			<pubDate>Mon, 23 Aug 2010 11:17:48 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-11475.html</guid>
			<description><![CDATA[Hello<br />
<br />
I nuxwin just helped me install 1.0.7 but after following this guide: <a href="http://isp-control.net/documentation/howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and&#8203;_webmail.domain.tld" target="_blank">http://isp-control.net/documentation/how...domain.tld</a><br />
<br />
Which worked 100% fine for me in 1.0.6 and 1.0.5 i get some strange errors..<br />
<br />
Really i get no errors, but.. when i open ie. <a href="http://www.vooze.dk" target="_blank">http://www.vooze.dk</a> it just trys to open <a href="http://panel.vooze.dk" target="_blank">http://panel.vooze.dk</a> same with all other adressses.<br />
<br />
Any ideas where i did go wrong?]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
I nuxwin just helped me install 1.0.7 but after following this guide: <a href="http://isp-control.net/documentation/howto:miscellaneous:create_panel.domain.tld_pma.domain.tld_webftp.domain.tld_and&#8203;_webmail.domain.tld" target="_blank">http://isp-control.net/documentation/how...domain.tld</a><br />
<br />
Which worked 100% fine for me in 1.0.6 and 1.0.5 i get some strange errors..<br />
<br />
Really i get no errors, but.. when i open ie. <a href="http://www.vooze.dk" target="_blank">http://www.vooze.dk</a> it just trys to open <a href="http://panel.vooze.dk" target="_blank">http://panel.vooze.dk</a> same with all other adressses.<br />
<br />
Any ideas where i did go wrong?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ispCP upgrade on Debian]]></title>
			<link>http://www.isp-control.net/forum/thread-11170.html</link>
			<pubDate>Tue, 13 Jul 2010 14:27:56 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-11170.html</guid>
			<description><![CDATA[Hello <br />
<br />
I've started with translating the upgrade procedure of ispCP on Debian to German.<br />
It isn't finished yet, but I think most importent things are done.<br />
<a href="http://isp-control.net/documentation/de:start:upgrade:debian" target="_blank">http://isp-control.net/documentation/de:...ade:debian</a><br />
<br />
It would be very nice, if someone can give me feedback (for example for better translation or mistakes, you know <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> ).<br />
<br />
Thanks and best Regards<br />
Fluser]]></description>
			<content:encoded><![CDATA[Hello <br />
<br />
I've started with translating the upgrade procedure of ispCP on Debian to German.<br />
It isn't finished yet, but I think most importent things are done.<br />
<a href="http://isp-control.net/documentation/de:start:upgrade:debian" target="_blank">http://isp-control.net/documentation/de:...ade:debian</a><br />
<br />
It would be very nice, if someone can give me feedback (for example for better translation or mistakes, you know <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /> ).<br />
<br />
Thanks and best Regards<br />
Fluser]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Documentation Wiki]]></title>
			<link>http://www.isp-control.net/forum/thread-11114.html</link>
			<pubDate>Mon, 05 Jul 2010 08:17:15 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-11114.html</guid>
			<description><![CDATA[Good morning<br />
<br />
I saw that gOOver isn't activ anymore in the forum so I had a look at the Wiki.<br />
Who is the new teamleader in the docuwiki? I think that the docu should be developed and maintened. <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
Best Regards<br />
Fluser]]></description>
			<content:encoded><![CDATA[Good morning<br />
<br />
I saw that gOOver isn't activ anymore in the forum so I had a look at the Wiki.<br />
Who is the new teamleader in the docuwiki? I think that the docu should be developed and maintened. <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
Best Regards<br />
Fluser]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problems with the wiki]]></title>
			<link>http://www.isp-control.net/forum/thread-10385.html</link>
			<pubDate>Tue, 13 Apr 2010 09:05:26 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-10385.html</guid>
			<description><![CDATA[Good morning, I was trying to edit <a href="http://www.isp-control.net/documentation/dev:daemon_commands_cli" target="_blank">http://www.isp-control.net/documentation...mmands_cli</a> and I'm having serious problems displaying the page correctly<br />
<br />
Sometimes I get redirected to <a href="http://www.isp-control.net:8079/documentation/dev:daemon_commands_cli" target="_blank">http://www.isp-control.net:8079/document...mmands_cli</a><br />
<br />
And the times that I am not redirected to a weird port, I just see the characters wrongly displayed.<br />
I tried both on firefox and arora, with same results.<br />
<br />
Cheers.]]></description>
			<content:encoded><![CDATA[Good morning, I was trying to edit <a href="http://www.isp-control.net/documentation/dev:daemon_commands_cli" target="_blank">http://www.isp-control.net/documentation...mmands_cli</a> and I'm having serious problems displaying the page correctly<br />
<br />
Sometimes I get redirected to <a href="http://www.isp-control.net:8079/documentation/dev:daemon_commands_cli" target="_blank">http://www.isp-control.net:8079/document...mmands_cli</a><br />
<br />
And the times that I am not redirected to a weird port, I just see the characters wrongly displayed.<br />
I tried both on firefox and arora, with same results.<br />
<br />
Cheers.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there an API?]]></title>
			<link>http://www.isp-control.net/forum/thread-9280.html</link>
			<pubDate>Tue, 19 Jan 2010 21:17:24 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-9280.html</guid>
			<description><![CDATA[I know there must be an api right? I see other people making scripts for this, I saw at least one billing solution for this. Where can I find the API?<br />
<br />
Thanks<br />
Garret]]></description>
			<content:encoded><![CDATA[I know there must be an api right? I see other people making scripts for this, I saw at least one billing solution for this. Where can I find the API?<br />
<br />
Thanks<br />
Garret]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Documentation on log files]]></title>
			<link>http://www.isp-control.net/forum/thread-8460.html</link>
			<pubDate>Mon, 16 Nov 2009 04:23:34 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-8460.html</guid>
			<description><![CDATA[Is there some documentation on the log files that are in /var/log/ispcp?<br />
<br />
What does the file smtp_delivery.log record exactly? Are they failed SMTP transactions? And what are the different fields in the log file?]]></description>
			<content:encoded><![CDATA[Is there some documentation on the log files that are in /var/log/ispcp?<br />
<br />
What does the file smtp_delivery.log record exactly? Are they failed SMTP transactions? And what are the different fields in the log file?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation Guide Karmic Koala]]></title>
			<link>http://www.isp-control.net/forum/thread-8364.html</link>
			<pubDate>Sat, 07 Nov 2009 19:50:25 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-8364.html</guid>
			<description><![CDATA[For Karmic Koala (Ubuntu 9.10):<br />
<br />
1.Go to the download folder<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd /home/{user}</code></div></div>
Chage x.x.x to your version number<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># wget http://downloads.sourceforge.net/project/ispcp/ispCP%20Omega/ispCP%20Omega%201.0.2/ispcp-omega-x.x.x.tar.bz2<br />
# tar xjvf ispcp-omega-x.x.x.tar.bz2</code></div></div>
2. Change to the newly created directory:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd ./ispcp-omega-*</code></div></div>
<br />
3. Install the required modules<br />
 First update your system:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get update &amp;&amp; apt-get upgrade</code></div></div>
<br />
 Then install install all needed packages (We are using now the packages from intrepid because there is no file for Karmic Koala)<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get install &#36;(cat ./docs/Ubuntu/ubuntu-packages-interpid)</code></div></div>
<br />
During the Install process you might encounter some config screens, here's what you should fill in there (some screens described here might not show up anymore in newer versions of the services to be configured):<br />
On the courier screen select 'no' to web directories.<br />
	 <br />
When you get to the postfix screen select 'internet site'<br />
<br />
If you've set your system up correctly on install your domain should already be on screen in the next step, otherwise fill in the host domain name of your server.<br />
<br />
Proftpd should be configured as standalone (i.e. not inetd)<br />
<br />
4a. 2 extra packages are needed for Proftpd<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get install&nbsp;&nbsp;proftpd-mod-ldap &amp;&amp;&nbsp;&nbsp;apt-get install mod_sql_mysql.c</code></div></div>
<br />
5. Build the System by using make:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># dpkg-reconfigure dash</code></div></div>
On the next screen click “yes”<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># make -f Makefile.ubuntu install</code></div></div>
<br />
6. Copy all the directories into your system (you may make backups)<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cp -Rv /tmp/ispcp/* /</code></div></div>
<br />
<br />
There is also a wrong makefile for Karmic Koala. We have to copy two files manually. <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cp –Rv /home/{user}/ispcp-omega-*/configs/ubuntu/proftpd/proftpd.conf /etc/proftpd/proftpd.conf<br />
# cp –Rv /home/{user}/ispcp-omega-*/configs/ubuntu/proftpd/root_domain.conf /etc/proftpd/root_domain.conf</code></div></div>
8. Now it's time to set up the frontend. Change into the engine directory:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd /var/www/ispcp/engine/setup</code></div></div>
<br />
9. Start the engine setup:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># perl ispcp-setup</code></div></div>
<br />
10. Install ispCP ω step-by-step<br />
If you get no error, all went good; if you get one, look at<br />
<a href="http://isp-control.net" target="_blank">http://isp-control.net</a> to solve the problem.<br />
<br />
11. Clean the temporary folders:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># rm -fR /tmp/ispcp</code></div></div>
]]></description>
			<content:encoded><![CDATA[For Karmic Koala (Ubuntu 9.10):<br />
<br />
1.Go to the download folder<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd /home/{user}</code></div></div>
Chage x.x.x to your version number<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># wget http://downloads.sourceforge.net/project/ispcp/ispCP%20Omega/ispCP%20Omega%201.0.2/ispcp-omega-x.x.x.tar.bz2<br />
# tar xjvf ispcp-omega-x.x.x.tar.bz2</code></div></div>
2. Change to the newly created directory:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd ./ispcp-omega-*</code></div></div>
<br />
3. Install the required modules<br />
 First update your system:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get update &amp;&amp; apt-get upgrade</code></div></div>
<br />
 Then install install all needed packages (We are using now the packages from intrepid because there is no file for Karmic Koala)<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get install &#36;(cat ./docs/Ubuntu/ubuntu-packages-interpid)</code></div></div>
<br />
During the Install process you might encounter some config screens, here's what you should fill in there (some screens described here might not show up anymore in newer versions of the services to be configured):<br />
On the courier screen select 'no' to web directories.<br />
	 <br />
When you get to the postfix screen select 'internet site'<br />
<br />
If you've set your system up correctly on install your domain should already be on screen in the next step, otherwise fill in the host domain name of your server.<br />
<br />
Proftpd should be configured as standalone (i.e. not inetd)<br />
<br />
4a. 2 extra packages are needed for Proftpd<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># apt-get install&nbsp;&nbsp;proftpd-mod-ldap &amp;&amp;&nbsp;&nbsp;apt-get install mod_sql_mysql.c</code></div></div>
<br />
5. Build the System by using make:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># dpkg-reconfigure dash</code></div></div>
On the next screen click “yes”<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># make -f Makefile.ubuntu install</code></div></div>
<br />
6. Copy all the directories into your system (you may make backups)<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cp -Rv /tmp/ispcp/* /</code></div></div>
<br />
<br />
There is also a wrong makefile for Karmic Koala. We have to copy two files manually. <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cp –Rv /home/{user}/ispcp-omega-*/configs/ubuntu/proftpd/proftpd.conf /etc/proftpd/proftpd.conf<br />
# cp –Rv /home/{user}/ispcp-omega-*/configs/ubuntu/proftpd/root_domain.conf /etc/proftpd/root_domain.conf</code></div></div>
8. Now it's time to set up the frontend. Change into the engine directory:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># cd /var/www/ispcp/engine/setup</code></div></div>
<br />
9. Start the engine setup:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># perl ispcp-setup</code></div></div>
<br />
10. Install ispCP ω step-by-step<br />
If you get no error, all went good; if you get one, look at<br />
<a href="http://isp-control.net" target="_blank">http://isp-control.net</a> to solve the problem.<br />
<br />
11. Clean the temporary folders:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># rm -fR /tmp/ispcp</code></div></div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Typo in Upgradedocu]]></title>
			<link>http://www.isp-control.net/forum/thread-8207.html</link>
			<pubDate>Sat, 24 Oct 2009 09:10:08 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-8207.html</guid>
			<description><![CDATA[Hi,<br />
found a little typo in the ispcp upgrade wiki entry<br />
<br />
<a href="http://www.isp-control.net/documentation/doku.php?id=start:upgrade:rc" target="_blank">http://www.isp-control.net/documentation...upgrade:rc</a><br />
<br />
in step 3:<br />
<blockquote><cite>Quote:</cite>aptitude install &#36; (cat ./docs/Debian/debian-packages-`lsb_release -cs`)</blockquote>
theres a whitespace between &#36; and ( which shouldn't be there.]]></description>
			<content:encoded><![CDATA[Hi,<br />
found a little typo in the ispcp upgrade wiki entry<br />
<br />
<a href="http://www.isp-control.net/documentation/doku.php?id=start:upgrade:rc" target="_blank">http://www.isp-control.net/documentation...upgrade:rc</a><br />
<br />
in step 3:<br />
<blockquote><cite>Quote:</cite>aptitude install &#36; (cat ./docs/Debian/debian-packages-`lsb_release -cs`)</blockquote>
theres a whitespace between &#36; and ( which shouldn't be there.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Czech translation of end-user manual]]></title>
			<link>http://www.isp-control.net/forum/thread-7762.html</link>
			<pubDate>Fri, 04 Sep 2009 09:33:49 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-7762.html</guid>
			<description><![CDATA[Hello, I just started with transalation end-user manual to czech language, is here somebody who wants to participate - i can do it only in my free time, so result time can be very long. <br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello, I just started with transalation end-user manual to czech language, is here somebody who wants to participate - i can do it only in my free time, so result time can be very long. <br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Download documentation ?]]></title>
			<link>http://www.isp-control.net/forum/thread-6631.html</link>
			<pubDate>Tue, 05 May 2009 13:52:00 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-6631.html</guid>
			<description><![CDATA[Hello,<br />
<br />
It's my first post, so I'm happy to be here, found a lot of answers in other thread that was helpful ! <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I have a work on ISPCP, for my certificate of  "computer engineer".. or don't know how to say that in english, my bad.<br />
<br />
I need a local documentation, so my question is, is there a way to download the documentation-wiki ?<br />
Or I should use a "Website copier" like WinHTTrack to get it ?<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
It's my first post, so I'm happy to be here, found a lot of answers in other thread that was helpful ! <img src="images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
I have a work on ISPCP, for my certificate of  "computer engineer".. or don't know how to say that in english, my bad.<br />
<br />
I need a local documentation, so my question is, is there a way to download the documentation-wiki ?<br />
Or I should use a "Website copier" like WinHTTrack to get it ?<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fix PureFTPd docs]]></title>
			<link>http://www.isp-control.net/forum/thread-5578.html</link>
			<pubDate>Fri, 30 Jan 2009 11:47:06 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-5578.html</guid>
			<description><![CDATA[The PERL script is wrong.<br />
The correct one is in:<br />
<a href="http://www.isp-control.net/ispcp/wiki/howto_pureftpd." target="_blank">http://www.isp-control.net/ispcp/wiki/howto_pureftpd.</a>]]></description>
			<content:encoded><![CDATA[The PERL script is wrong.<br />
The correct one is in:<br />
<a href="http://www.isp-control.net/ispcp/wiki/howto_pureftpd." target="_blank">http://www.isp-control.net/ispcp/wiki/howto_pureftpd.</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FreeBSD / OpenBSD Docu]]></title>
			<link>http://www.isp-control.net/forum/thread-5575.html</link>
			<pubDate>Fri, 30 Jan 2009 09:02:44 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-5575.html</guid>
			<description><![CDATA[I started to create a Docu How to install ispCP on FreeBSD 7<br />
--&gt; <a href="http://www.isp-control.net/documentation/start/installation/freebsd" target="_blank">http://www.isp-control.net/documentation...on/freebsd</a><br />
<br />
There was no Docu before and i want to fix it.<br />
Would be nice if some FreeBSD User could read and correct it. <br />
I´m also glad if someone can spend a litte brain-storming on it, because it is not done yet.<br />
<br />
There is also a Patch from blocker available which should be used --&gt; <a href="http://www.isp-control.net/forum/showthread.php?tid=2537" target="_blank">http://www.isp-control.net/forum/showthr...p?tid=2537</a> <br />
<br />
Thanks<br />
Greez  BeNe]]></description>
			<content:encoded><![CDATA[I started to create a Docu How to install ispCP on FreeBSD 7<br />
--&gt; <a href="http://www.isp-control.net/documentation/start/installation/freebsd" target="_blank">http://www.isp-control.net/documentation...on/freebsd</a><br />
<br />
There was no Docu before and i want to fix it.<br />
Would be nice if some FreeBSD User could read and correct it. <br />
I´m also glad if someone can spend a litte brain-storming on it, because it is not done yet.<br />
<br />
There is also a Patch from blocker available which should be used --&gt; <a href="http://www.isp-control.net/forum/showthread.php?tid=2537" target="_blank">http://www.isp-control.net/forum/showthr...p?tid=2537</a> <br />
<br />
Thanks<br />
Greez  BeNe]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CentOS Installation Documentation]]></title>
			<link>http://www.isp-control.net/forum/thread-5393.html</link>
			<pubDate>Fri, 09 Jan 2009 04:30:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-5393.html</guid>
			<description><![CDATA[Just a quick one to let you know that I have created a CentOS installation guide.<br />
<br />
<a href="http://www.isp-control.net/documentation/start/installation/centos" target="_blank">http://www.isp-control.net/documentation...ion/centos</a><br />
<br />
This borrows it's format and basic information from the Debian documentation.<br />
<br />
I have followed the documentation through and it seems to install fine using it.<br />
<br />
I also intend to try keep it updated as much as possible.<br />
<br />
-={Q}=-]]></description>
			<content:encoded><![CDATA[Just a quick one to let you know that I have created a CentOS installation guide.<br />
<br />
<a href="http://www.isp-control.net/documentation/start/installation/centos" target="_blank">http://www.isp-control.net/documentation...ion/centos</a><br />
<br />
This borrows it's format and basic information from the Debian documentation.<br />
<br />
I have followed the documentation through and it seems to install fine using it.<br />
<br />
I also intend to try keep it updated as much as possible.<br />
<br />
-={Q}=-]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DokuWiki-Upgrade]]></title>
			<link>http://www.isp-control.net/forum/thread-5113.html</link>
			<pubDate>Thu, 11 Dec 2008 00:29:59 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-5113.html</guid>
			<description><![CDATA[I have just upgraded the wiki software to the latest release. If there are any problems, please let me know.]]></description>
			<content:encoded><![CDATA[I have just upgraded the wiki software to the latest release. If there are any problems, please let me know.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[French documentation]]></title>
			<link>http://www.isp-control.net/forum/thread-4904.html</link>
			<pubDate>Wed, 12 Nov 2008 00:38:24 +0000</pubDate>
			<guid isPermaLink="false">http://www.isp-control.net/forum/thread-4904.html</guid>
			<description><![CDATA[Hi goover,<br />
<br />
can i help you with the french translation of ispcp ?<br />
<br />
Friendship]]></description>
			<content:encoded><![CDATA[Hi goover,<br />
<br />
can i help you with the french translation of ispcp ?<br />
<br />
Friendship]]></content:encoded>
		</item>
	</channel>
</rss>