<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brando753</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Brando753"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Brando753"/>
	<updated>2026-04-27T18:54:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Gitolite&amp;diff=7910</id>
		<title>Gitolite</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Gitolite&amp;diff=7910"/>
		<updated>2012-04-16T16:25:46Z</updated>

		<summary type="html">&lt;p&gt;Brando753: Create some version of a gitolite install instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The installation of gitolite is relatively easy on alpine Linux. Bellow is the method to install gitolite on a user account.&lt;br /&gt;
# Log into root user&lt;br /&gt;
# &amp;quot;apk add perl&amp;quot;&lt;br /&gt;
# &amp;quot;apk add bash&amp;quot;&lt;br /&gt;
# &amp;quot;apk add git&amp;quot;&lt;br /&gt;
# &amp;quot;apk add nano&amp;quot;&lt;br /&gt;
# adduser -s /bin/bash -S&lt;br /&gt;
# su - git&lt;br /&gt;
# On your local machine make a ssh key &amp;quot;ssh-keygen -t myname.pub&amp;quot;&lt;br /&gt;
# Next run &amp;quot;scp ~/.ssh/myname.pub git@example.com:myname.pub&amp;quot; on your local machine&lt;br /&gt;
# On the remote machine type &amp;quot;git clone git://github.com/sitaramc/gitolite&amp;quot;&lt;br /&gt;
# gitolite/src/gl-system-install&lt;br /&gt;
# you will receive an error message, to fix add the path it gives you in a new file called .bash_profile. &amp;quot;nano /home/git/.bash_profile&amp;quot;&lt;br /&gt;
# add the line and save Ctrl+X&lt;br /&gt;
# logout and then back into the git user&lt;br /&gt;
# &amp;quot;gl-setup myname.pub&amp;quot;&lt;br /&gt;
# on your local machine you can now &amp;quot;git clone git@example.com:gitolite-admin&amp;quot;&lt;br /&gt;
# on your local machine you can now edit your config files then commit them and push them back to the server&lt;br /&gt;
&lt;br /&gt;
Im a brand new alpine user and was able to get it working using the above instructions, hope this will help someone else!&lt;/div&gt;</summary>
		<author><name>Brando753</name></author>
	</entry>
</feed>