<?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>entwicklungsgedanken &#187; install</title>
	<atom:link href="http://www.entwicklungsgedanken.de/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entwicklungsgedanken.de</link>
	<description>Verschiedene Gedanken rund um die Softwareentwicklung</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:09:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install postgres 8.4 on Debian 5 (lenny)</title>
		<link>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/</link>
		<comments>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 13:28:23 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[backport]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[postgres]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=385</guid>
		<description><![CDATA[Because I didn&#8217;t found this information in one place I&#8217;m writing this quick &#8220;guide&#8221; on how to install PostgreSQL 8.4.x on Debian 5.x &#8220;lenny&#8221;. Debian lenny stable packages are bundled with Postgres 8.3.x but thanks to Debian Backports the newer Postgres version is available for lenny. Simply do it Add the backports-sources (/etc/apt/sources.list) and update [...]]]></description>
			<content:encoded><![CDATA[<p>Because I didn&#8217;t found this information in one place I&#8217;m writing this quick &#8220;guide&#8221; on how to install <a href="http://www.postgresql.org/docs/8.4/interactive/index.html">PostgreSQL 8.4.x</a> on <a href="http://www.debian.org/">Debian 5.x &#8220;lenny&#8221;</a>.</p>
<p>Debian lenny stable packages are bundled with Postgres 8.3.x but thanks to Debian <a href="http://www.backports.org/dokuwiki/doku.php">Backports</a> the newer Postgres version is available for lenny.</p>
<h3>Simply do it</h3>
<p>Add the backports-sources (/etc/apt/sources.list) and update (apt-get update)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>www.backports.org<span style="color: #000000; font-weight: bold;">/</span>debian lenny-backports main contrib non-free</pre></div></div>

<p>Install postgres</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-t</span> lenny-backports <span style="color: #c20cb9; font-weight: bold;">install</span> postgresql-<span style="color: #000000;">8.4</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2010/03/06/how-to-install-postgres-8-4-on-debian-5-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Server Type &#8220;complete&#8221; is missing when installing Office SharePoint Server 2007 on Windows 7 or Windows Vista</title>
		<link>http://www.entwicklungsgedanken.de/2009/08/25/server-type-complete-is-missing-when-installing-office-sharepoint-server-2007-on-windows-7-or-windows-vista/</link>
		<comments>http://www.entwicklungsgedanken.de/2009/08/25/server-type-complete-is-missing-when-installing-office-sharepoint-server-2007-on-windows-7-or-windows-vista/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:52:55 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint-Development]]></category>
		<category><![CDATA[Farm]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Missing]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Role]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/?p=330</guid>
		<description><![CDATA[I really like Windows 7! As I am a SharePoint developer I was happy that (thanks to Bamboo) one can install SharePoint on Vista and Windows 7. After I figured out why my first installation try went wrong I hit another strange issue. When installing MOSS you have to choose which role your server is [...]]]></description>
			<content:encoded><![CDATA[<p>I really like Windows 7! As I am a SharePoint developer I was happy that (thanks to Bamboo) one can <a href="http://community.bamboosolutions.com/forums/t/13186.aspx#22419">install SharePoint on Vista and Windows 7</a>.</p>
<p>After <a href="http://community.bamboosolutions.com/forums/t/13186.aspx#22419">I figured out why my first installation try went wrong</a> I hit another strange issue.</p>
<p><a href="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/08/Server-Type-Missing.png"><img src="http://www.entwicklungsgedanken.de/wp-content/uploads/2009/08/Server-Type-Missing-150x150.png" alt="Server-Type-Missing" title="Server-Type-Missing" width="150" height="150" class="alignright size-thumbnail wp-image-331" /></a>When installing MOSS you have to choose which role your server is in. As I want to develop with BDC, Excel Services, Search Service I need to create a small farm (SQL Server running on the same machine in this case). But during the setup the &#8220;Complete Server Type&#8221; was missing!</p>
<h3>Where are you my PDC?</h3>
<p>I like development. So this installation took place on my home-machine which is not inside a domain.
<p>A little while ago I installed MOSS successfully on Vista including the &#8220;complete role&#8221;. So one difference was the absence of a domain-controller &#8230;</p>
<h3>Conclusion</h3>
<p><strong>After my machine became a member of a domain (and a reboot) the &#8220;Complete Server Type Role&#8221; became available during installation!</strong> SharePoint development on Windows 7 x64 is pure fun &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2009/08/25/server-type-complete-is-missing-when-installing-office-sharepoint-server-2007-on-windows-7-or-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Tool] EventReceiver-Installer for SharePoint</title>
		<link>http://www.entwicklungsgedanken.de/2008/02/29/tool-eventreceiver-installer-for-sharepoint/</link>
		<comments>http://www.entwicklungsgedanken.de/2008/02/29/tool-eventreceiver-installer-for-sharepoint/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 12:04:43 +0000</pubDate>
		<dc:creator>Eric Bartels</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint-Development]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[EventReceiver]]></category>
		<category><![CDATA[install]]></category>

		<guid isPermaLink="false">http://www.entwicklungsgedanken.de/2008/02/29/tool-eventreceiver-installer-for-sharepoint/</guid>
		<description><![CDATA[I just created a simple tool that allows the easy installation (and deletion) of EventReceiver-Definitions with SharePoint. It&#8217;s a stand-alone tool written in C# and it must be executed on the Server that runs SharePoint. The tool is named &#8220;EventReceiver-Installer&#8221; and is now in Version 1.0 1.1. Features Browse web-applications Categorized view of EventReceivers Deletion [...]]]></description>
			<content:encoded><![CDATA[<div class="lang-en"></div>
<p>I just created a simple tool that allows the easy installation (and deletion) of EventReceiver-Definitions with SharePoint. It&#8217;s a stand-alone tool written in C# and it must be executed on the Server that runs SharePoint.</p>
<p>The tool is named &#8220;EventReceiver-Installer&#8221; and is now in Version <strike>1.0</strike> 1.1.
</p>
<h4>Features</h4>
<ul>
<li>Browse web-applications</li>
<li>Categorized view of EventReceivers</li>
<li>Deletion of EventReceiver-Definitions</li>
<li>Adding of multiple EventReceiver-Definitions with one click</li>
<li>Retrieves the assemblies full-name (no more Reflector required)</li>
</ul>
<h4>Screenshots</h4>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-main.png' title='EventInstaller-Main' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-main.thumbnail.png' alt='EventInstaller-Main' /></a><br />
<span>Main view</span>
</div>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-info.png' title='EventInstaller-Info' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-info.thumbnail.png' alt='EventInstaller-Info' /></a><br />
<span>Info view</span>
</div>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-add.png' title='EventInstaller-Add' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-add.thumbnail.png' alt='EventInstaller-Add' /></a><br />
<span>Add new EventReceier</span>
</div>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-add-2.png' title='EventInstaller-Add2' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-add-2.thumbnail.png' alt='EventInstaller-Add2' /></a><br />
<span>Add new EventReceiver 2</span>
</div>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-delete-step1.png' title='EventInstaller-Delete1' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-delete-step1.thumbnail.png' alt='EventInstaller-Delete1' /></a><br />
<span>Delete EventReceiver-Definition</span>
</div>
<div class="image-descriptor">
<a href='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-delete-step2.png' title='EventInstaller-Delete2' rel="lightbox"><img src='http://www.entwicklungsgedanken.de/wp-content/uploads/2008/02/eventinstaller-delete-step2.thumbnail.png' alt='EventInstaller-Delete2' /></a><br />
<span>Delete EventReceiver-Definition 2</span>
</div>
<div class="image-descriptor-after"></div>
<h4>Download</h4>
<p>Your can download it <a title="Download EventReceiver-Installer-v1.1.zip" href="/download/EventReceiver-Installer-v1.1.zip">here</a> (443KB) for free. The license is included in the archive.</p>
<h4>Future</h4>
<p>This is Version 1.1 and there will be additional improvements.</p>
<ul>
<li><strike>Support of Document-Libraries and Websites</strike></li>
<li>Support for different credentials (not the current user)</li>
<li>Multi-Deletion of EventReceiver-Definitions</li>
<li><strike>Definition types grouped be target (list, document library, website)</strike></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.entwicklungsgedanken.de/2008/02/29/tool-eventreceiver-installer-for-sharepoint/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
