<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fabiolagana.net &#187; Install</title>
	<atom:link href="http://blog.fabiolagana.net/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fabiolagana.net</link>
	<description>640 Kb should be enough memory for anybody</description>
	<lastBuildDate>Mon, 26 Oct 2009 13:17:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install Debian on CF</title>
		<link>http://blog.fabiolagana.net/install-debian-on-cf/</link>
		<comments>http://blog.fabiolagana.net/install-debian-on-cf/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 16:27:47 +0000</pubDate>
		<dc:creator>Fabio Laganà</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CF]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://blog.fabio.lagana.name/?p=20</guid>
		<description><![CDATA[&#160;Powered by Max Banner Ads&#160;dmesg # look for your CF part, mine is hde cfdisk /dev/hdx #delete all, make a partition, set bootable, write, exit mkfs.ext3 /dev/hdx1 mkdir /mnt/cf mount /dev/hdx1 /mnt/cf debootstrap sarge /mnt/cf # edit /usr/lib/debootstrap/scripts/sarge # to remove unwanted packages, like man # cdebootstrap also exists in testing sync du -sh /mnt/cf]]></description>
			<content:encoded><![CDATA[<p>dmesg # look for your CF part, mine is hde<br />
cfdisk /dev/hdx #delete all, make a partition, set bootable, write, exit<br />
mkfs.ext3 /dev/hdx1<br />
mkdir /mnt/cf<br />
mount /dev/hdx1 /mnt/cf</p>
<p>debootstrap sarge /mnt/cf # edit /usr/lib/debootstrap/scripts/sarge<br />
# to remove unwanted packages, like man<br />
# cdebootstrap also exists in testing</p>
<p>sync<br />
du -sh /mnt/cf</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fabiolagana.net/install-debian-on-cf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Steps VHCS 2.4.6.2 in Debian 3.1 base install</title>
		<link>http://blog.fabiolagana.net/install-steps-vhcs-2462-in-debian-31-base-install/</link>
		<comments>http://blog.fabiolagana.net/install-steps-vhcs-2462-in-debian-31-base-install/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 09:21:15 +0000</pubDate>
		<dc:creator>Fabio Laganà</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian VHCS]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://blog.fabio.lagana.name/?p=15</guid>
		<description><![CDATA[On install of Debian, select no packages to be installed, allow it to connect to the internet and let it download anything it needs, usually its libs etc. Exim is most likely installed at this point so dont worry it will be removed shortly. 1).vi /etc/apt/sources.list (add the following sources) Code: deb ftp://ftp.uk.debian.org/debian/ stable main [...]]]></description>
			<content:encoded><![CDATA[<p>On install of Debian, select no packages to be installed, allow it to connect to the internet and let it download anything it needs, usually its libs etc. Exim is most likely installed at this point so dont worry it will be removed shortly.</p>
<p>1).vi /etc/apt/sources.list (add the following sources)</p>
<p>Code:<br />
deb ftp://ftp.uk.debian.org/debian/ stable main<br />
deb-src ftp://ftp.uk.debian.org/debian/ stable main<br />
deb http://security.debian.org/ stable/updates main</p>
<p>(dont forget to run &#8220;apt-get update&#8221; after)</p>
<p>2). apt-get install postfix postfix-tls proftpd-mysql courier-authdaemon courier-base courier-imap courier-maildrop courier-pop libberkeleydb-perl libc-dev libcrypt-blowfish-perl libcrypt-cbc-perl libcrypt-passwdmd5-perl libdate-calc-perl libdate-manip-perl libdbd-mysql-perl libdbi-perl libio-stringy-perl libmail-sendmail-perl libmailtools-perl libmd5-perl libmime-base64-perl libmime-perl libnet-dns-perl libnet-netmask-perl libnet-perl libnet-smtp-server-perl libperl5.8 libsnmp-session-perl libterm-readkey-perl libtimedate-perl perl perl-base perl-modules bind9 diff gzip iptables libmcrypt4 mysql-client-4.1 mysql-common-4.1 mysql-server-4.1 patch php4 php4-mcrypt php4-mysql php4-pear procmail libterm-readpassword-perl libsasl2-modules libsasl2 sasl2-bin apache2 apache2-common apache2-mpm-prefork libapache2-mod-php4 gawk libgd1g bzip2 wget make</p>
<p>(when you get to the courier screen screen select no to web directories)<br />
(when you get to the postfix screen select internet site and then type root for mail. If you set debian up correctly on install your domain should be already on screen. Select no to force sync updates.)<br />
(when yo get to the mysql screen, select standalone)</p>
<p>3). mysql -u root (no password at this stage, change it later!)</p>
<p>Code:</p>
<p>create database vhcs2;<br />
use vhcs2<br />
grant all privileges on *.* to &#8216;vhcs2&#8242;@&#8217;localhost&#8217; identified by &#8216;vhcs2&#8242; with grant option;<br />
\q (quit program)</p>
<p>4). apt-get remove apache-common (if installed &#8211; not needed)</p>
<p>5). wget http://ufpr.dl.sourceforge.net/sourceforge/vhcs/vhcs2.4.6.2.tar.bz2</p>
<p>6). tar -xjvf vhcs2.4.6.2.tar.bz2</p>
<p>7). cd vhcs2.4.6.2</p>
<p>8). cd configs</p>
<p>9). vi vhcs2.conf (make the changes to match your requirements, dont forget to change database name, username and password, these are what you need to change)</p>
<p>Code:</p>
<p>DEFAULT_ADMIN_ADDRES = your email<br />
SERVER_HOSTNAME = your hostname<br />
BASE_SERVER_IP = your ip<br />
DATABASE_TYPE = mysql<br />
DATABASE_HOST = localhost<br />
DATABASE_NAME = vhcs2<br />
DATABASE_PASSWORD = vhcs2<br />
DATABASE_USER = vhcs</p>
<p>10). cd .. (back to the root of the vhcs2 directory)</p>
<p>11). make install (if command not found run &#8216;apt-get install make&#8217;)</p>
<p>12). cd /tmp/vhcs2*</p>
<p>13). cp -R * /</p>
<p>14). cd /var/www/vhcs2/engine/setup</p>
<p>15). ./vhcs2-setup (install script)</p>
<p>Code:</p>
<p>Wlecome to VHCS2 &#8217;2.4 Spartacus&#8217; Setup Dialog.</p>
<p>This program will set up VHCS2 system on your server.</p>
<p>Please press &#8216;Enter&#8217; to continue.</p>
<p>Please enter system hostname (Enter for defaults) [debian]: yourhostname</p>
<p>Please enter system network address (Enter for defaults) [192.168.0.128]: your ipaddress</p>
<p>Please enter SQL server host (Enter for defaults) [localhost]:</p>
<p>Please enter system SQL database (Enter for defaults) [vhcs2]: vhcs2</p>
<p>Please enter system SQL user (Enter for defaults) [root]: vhcs2</p>
<p>Please enter system SQL password (Enter for defaults) [none]: vhcs2<br />
Please repeat system SQL password: vhcs2</p>
<p>Please enter VHCS ftp SQL user (Enter for defaults) [vftp]: vftp</p>
<p>Please enter VHCS ftp SQL user password (Enter for defaults) [none]: vftp<br />
Please repeat VHCS ftp SQL user password: vftp</p>
<p>Please enter administrator login name (Enter for defaults) [admin]:</p>
<p>Please enter administrator password: your password<br />
Please repeat administrator password: your password</p>
<p>Please enter admininistrator email address: your email address</p>
<p>16). echo &#8220;Include /etc/apache2/sites-available/vhcs2.conf&#8221; &gt;&gt; /etc/apache2/httpd.conf (forgotten in install script)</p>
<p>17). sh /etc/init.d/apache2 restart</p>
<p>18). vi /etc/init.d/courier-authdaemon</p>
<p>Code: (change this line) ${libexecdir}/authlib/authdaemon stop<br />
(to this) killall authdaemond.plain</p>
<p>19). sh /etc/init.d/courier-authdaemon restart</p>
<p>20). vi /etc/resolv.conf (and add to the top)</p>
<p>Code:</p>
<p>nameserver your ip (this removes errors about virtual hosts when starting apache)</p>
<p>21). (vhcs2 does not start automatically on reboot so we need to add it as a startup script )</p>
<p>First, you must get the startup runlevel by the command &#8220;runlevel&#8221; in the bash. You&#8217;ll get something like N 2, N means there was no previous runlevel, 2 is the actual runlevel.</p>
<p>For those who don&#8217;t have an N, you know what you&#8217;re doing, simply look in your inittab, then go in the folder /etc/rc2.d (if 2 is your startup runlevel)</p>
<p>Make an ls -al to see how it works, it isn&#8217;t hard to understand. At startup everthing from S01xx to S99xx is started in that order.</p>
<p>Code:</p>
<p>Example: ln -s /etc/init.d/vhcs2_daemon /etc/rc2.d/S98vhcs</p>
<p>22). (You may need to change permissions on the tools folder)</p>
<p>Code:</p>
<p>chmod -R 766 /var/www/vhcs2/gui/tools</p>
<p>23) Thats about it, vhcs should be installed and working now visit http://localhost/vhcs/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fabiolagana.net/install-steps-vhcs-2462-in-debian-31-base-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
