<?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"
	>

<channel>
	<title>YAB &#187; git</title>
	<atom:link href="http://blog.alexgirard.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Wed, 26 Nov 2008 23:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[Blogsfera] Localized Wordpress-Mu</title>
		<link>http://blog.alexgirard.com/blogsfera-localized-wordpress-mu/</link>
		<comments>http://blog.alexgirard.com/blogsfera-localized-wordpress-mu/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 14:21:08 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[blogsfera]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[project]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[wordpress-mu]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=175</guid>
		<description><![CDATA[After few months of wordpress-mu customization for BBVAblogs, we&#8217;re currently opening the code so you all can play with it.
Here are the links to follow the dev of this platform:
Project page: manual, feature requests and bugs
Source code: version control with git, clone it, fork it, enjoy it!
It includes wordpress-mu with various plugins, and some homemade [...]]]></description>
			<content:encoded><![CDATA[<p>After few months of <a href="http://mu.wordpress.org/">wordpress-mu</a> customization for <a href="http://www.bbvablogs.com/">BBVAblogs</a>, we&#8217;re currently opening the code so you all can play with it.</p>
<p>Here are the links to follow the dev of this platform:</p>
<p><a href="http://lasindias.lighthouseapp.com/projects/13796-blogsfera/overview">Project page</a>: manual, feature requests and bugs</p>
<p><a href="http://github.com/alx/blogsfera/tree/master">Source code</a>: version control with git, clone it, fork it, enjoy it!</p>
<p>It includes wordpress-mu with various plugins, and some homemade templates to manage a blog community, feel free to leave your comments and feature requests and the <a href="http://lasindias.lighthouseapp.com/projects/13796-blogsfera/overview">project page</a>.</p>
<p>Final version should be ready for the <a href="http://www.campus-party.org/">Campus Party</a> at Valencia on the 28th of July.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/blogsfera-localized-wordpress-mu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Git] Gitorious on Ubuntu</title>
		<link>http://blog.alexgirard.com/git-gitorious-on-ubuntu/</link>
		<comments>http://blog.alexgirard.com/git-gitorious-on-ubuntu/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 18:56:23 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[git]]></category>

		<category><![CDATA[gitorious]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2008/02/28/git-gitorious-on-ubuntu/</guid>
		<description><![CDATA[This is the bash history to install and run Gitorious on a Ubuntu server (you need ruby-dev, rails, mongrel and git-core installed to continue).
Some pitfalls:

Texpow is not installing because of Onigurama, so download it and build it from sources
Problem: &#8220;cannot open shared object file: No such file or directory - /usr/lib/ruby/gems/1.8/gems/oniguruma-1.1.0/lib/oregexp.so&#8220;. Solution: sudo ldconfig


git clone [...]]]></description>
			<content:encoded><![CDATA[<p>This is the bash history to install and run <a href="http://gitorious.org">Gitorious</a> on a Ubuntu server (you need ruby-dev, rails, mongrel and git-core installed to continue).</p>
<p>Some pitfalls:</p>
<ul>
<li>Texpow is not installing because of Onigurama, so download it and build it from sources</li>
<li>Problem: &#8220;<em>cannot open shared object file: No such file or directory - /usr/lib/ruby/gems/1.8/gems/oniguruma-1.1.0/lib/oregexp.so</em>&#8220;. Solution: <strong>sudo ldconfig</strong></li>
</ul>
<pre class='prettyprint'>
git clone git://gitorious.org/gitorious/mainline.git  gitorious
cd gitorious
sudo apt-get install libopenssl-ruby1.8
sudo gem install mime-types textpow -y
cp config/gitorious.sample.yml config/gitorious.yml; nano config/gitorious.yml
nano config/database.yml
rake db:migrate
mongrel_rails start
</pre>
<p>Then open your browser to <a href="http://localhost:3000">http://localhost:3000</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/git-gitorious-on-ubuntu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
