<?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>Marcus Povey &#187; hosting</title>
	<atom:link href="http://www.marcus-povey.co.uk/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcus-povey.co.uk</link>
	<description>Making the world a better place, one byte at a time...</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:13:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<atom:link rel='hub' href='http://www.marcus-povey.co.uk/?pushpress=hub'/>
		<item>
		<title>Multiple site support with MP&#8217;s Multisite Elgg</title>
		<link>http://www.marcus-povey.co.uk/2010/04/19/multiple-site-support-elgg/</link>
		<comments>http://www.marcus-povey.co.uk/2010/04/19/multiple-site-support-elgg/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:04:38 +0000</pubDate>
		<dc:creator>Marcus Povey</dc:creator>
				<category><![CDATA[elgg]]></category>
		<category><![CDATA[#ue]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[elgg-multisite]]></category>
		<category><![CDATA[elggmulti]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mp-multisite-elgg]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[ning]]></category>

		<guid isPermaLink="false">http://www.marcus-povey.co.uk/?p=508</guid>
		<description><![CDATA[I have just Open Sourced an &#8220;itch scratching&#8221; project I&#8217;ve been hacking on for a little while. So, without much further ado, I&#8217;d like to introduce you to Marcus Povey&#8217;s Multisite Elgg! It is currently in Beta and the code could do with a bit of a tidy, but this is Open Source so roll [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.marcus-povey.co.uk/wp-content/elgg-com-logo.gif" alt="" width="150" align="right" />I have just <a href="http://en.wikipedia.org/wiki/Open_source">Open Sourced</a> an &#8220;itch scratching&#8221; project I&#8217;ve been hacking on for a little while. So, without much further ado, I&#8217;d like to introduce you to <a href="http://code.google.com/p/mp-multisite-elgg">Marcus Povey&#8217;s Multisite Elgg</a>!</p>
<p>It is currently in Beta and the code could do with a bit of a tidy, but this is <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> so roll up your sleeves and get involved.</p>
<p><strong>What is it?</strong><br />
<a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a> allows you to run multiple separate <a href="http://www.elgg.org">Elgg</a> sites off of the same install of the codebase, saving disk space and making administration a whole bunch easier.</p>
<p>Currently based around the latest Elgg 1.7 release, once installed adding new <a href="http://www.elgg.org">Elgg</a> sites is a matter of clicking on a button and entering in some details.</p>
<p><strong>What can I do with it?</strong><br />
You can do everything that you can do with Elgg, but with the ability to create new networks on demand. This will for example let you:</p>
<ul>
<li>Set up your own version of <a href="http://www.ning.com/">Ning</a>! What with <a href="http://tech.blorge.com/Structure:%20/2010/04/16/ning-cuts-free-accounts-and-40-percent-of-staff/">Ning phasing out free accounts</a>, it is my hope that <a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a> will let a thousand more Nings bloom!</li>
<li>In your organisation or institution, easily set up Elgg sites for each department.</li>
<li>If your one of the Elgg hosting companies out there, you may want to look at multisite in order to simplify your work flow.</li>
<li>&#8230; etc&#8230;</li>
</ul>
<p><strong>Installation</strong><br />
Once you have downloaded the installation package you will need to do a few things in order to get up and running. <a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a> assumes that you have some knowledge of how to set up and run a server &#8211; there is no wizard just yet!</p>
<ol>
<li>﻿﻿﻿<strong>Unzip the package on your web server.</strong></li>
<li><strong>Point your master domain at the contents of the install location on your web server</strong>. This is your master control domain, go here to configure your sites. Because of this you might want to consider putting this behind some further access restrictions.</li>
<li><strong>Point any sub domains to the contents of the docroot folder</strong>, eg (/var/multisite/docroot). This directory forms the base of all your Elgg installs. To make things even more automated you may want to consider making this an <a href="http://ma.tt/2003/10/wildcard-dns-and-sub-domains/">Apache wildcard domain</a>, if your DNS provider supports it.</li>
<li><strong>Chmod 777 docroot/data:</strong> This is the default location for multisite domains.</li>
<li><strong>Install schema/multisite_mysql.sql: </strong><a href="http://www.ntchosting.com/mysql/create-database.html">Create a new database on your Mysql server</a> and install the <a href="http://code.google.com/p/mp-multisite-elgg">Multisite</a> schema &#8211; this is your master control database.</li>
<li><strong>Rename settings.example.php in docroot/elgg/engine/ to settings.php and configure:</strong><br />
<blockquote><p>$CONFIG-&gt;multisite-&gt;dbuser = &#8216;your username&#8217;;<br />
$CONFIG-&gt;multisite-&gt;dbpass = &#8216;password&#8217;;<br />
$CONFIG-&gt;multisite-&gt;dbhost = &#8216;host&#8217;;</p></blockquote>
<p>Make sure this user has sufficient privileges to create and grant access to databases and tables on your server. This will allow the admin tool to create the databases for your hosted sites automatically.</li>
<li><strong>Visit your master domain and configure your admin user</strong></li>
<li><strong>Begin configuring your sites!</strong></li>
</ol>
<p><strong>Creating sites</strong><br />
Once you have created an admin user, adding sites is easy. Currently you can only create one type of site, but in the future <a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a> will let you create sites which have quotas and other access restrictions.</p>
<p>You have a box to enter database details, or you can leave them blank to use <a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a> user defined above (which you may not want to do for security reasons).</p>
<p>You can also select which of the installed plugins you want to allow, this lets have different sites have different plugins available while still installing them on the same codebase.</p>
<p><strong>Contributing</strong><br />
So, that was a brief introduction to <a href="http://code.google.com/p/mp-multisite-elgg">Multisite Elgg</a>. I hope that at least some of you out there find it useful!</p>
<p>As I said before, it&#8217;s <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a>, so if you want to get involved here are the important details:</p>
<ul>
<li><strong>Project homepage: </strong><a href="http://code.google.com/p/mp-multisite-elgg">http://code.google.com/p/mp-multisite-elgg</a></li>
<li><strong>Bug Tracker: </strong><a href="http://code.google.com/p/mp-multisite-elgg/issues/list">http://code.google.com/p/mp-multisite-elgg/issues/list</a></li>
<li><strong>Code Repository: </strong>svn checkout http://mp-multisite-elgg.googlecode.com/svn/trunk/ mp-multisite-elgg-read-only</li>
<li><strong>Discussion forum:</strong> <a href="http://groups.google.com/group/mp-multisite-elgg">http://groups.google.com/group/mp-multisite-elgg</a></li>
<li><strong><a href="http://mp-multisite-elgg.googlecode.com/files/multisiteelgg-1.7beta.zip">Direct download!</a></strong></li>
</ul>
<p>If you want to contribute patches, feel free to use the bug tracker or discussion forum!</p>
<p>Enjoy!</p>
<div class="wsbuttons">
	<div class="shareblob facebook">
		<div class="fb-like" data-href="http://www.marcus-povey.co.uk/2010/04/19/multiple-site-support-elgg/" data-send="false" data-layout="box_count" data-width="60" data-show-faces="false" data-colorscheme="light"></div>
	</div>

	<div class="shareblob google">
		<div class="g-plusone" data-size="tall" data-href="http://www.marcus-povey.co.uk/2010/04/19/multiple-site-support-elgg/"></div>
	</div>

	<div class="shareblob twitter">
		<div class="twitter">
			<a href="https://twitter.com/share?url=http%3A%2F%2Fwww.marcus-povey.co.uk%2F2010%2F04%2F19%2Fmultiple-site-support-elgg%2F&count=vertical" class="twitter-share-button" data-lang="en">Tweet</a>
			<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
		</div>
	</div>

</div>
	]]></content:encoded>
			<wfw:commentRss>http://www.marcus-povey.co.uk/2010/04/19/multiple-site-support-elgg/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

