<?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>John McLearinstallations | John McLear</title>
	<atom:link href="http://mclear.co.uk/category/installations/feed/" rel="self" type="application/rss+xml" />
	<link>http://mclear.co.uk</link>
	<description>My mission: To encourage effective use of ICT in Schools. My main focus is on ages 3-11.</description>
	<lastBuildDate>Thu, 17 May 2012 21:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://primaryblogger.co.uk/?v=3.3.2</generator>
		<item>
		<title>Install Etherpad Lite on Ubuntu and Debian</title>
		<link>http://mclear.co.uk/2011/08/01/install-etherpad-lite-on-ubuntu/</link>
		<comments>http://mclear.co.uk/2011/08/01/install-etherpad-lite-on-ubuntu/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 20:55:11 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[etherpad]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installations]]></category>

		<guid isPermaLink="false">http://mclear.co.uk/?p=3546</guid>
		<description><![CDATA[Installing Etherpad Lite on Debian/Ubuntu clean. Part 1 &#8211; Installing prerequisites Part 2 &#8211; Installing nodeJS and NPM Part 3 &#8211; Installing Etherpad Lite and running it You are now finished installing and Etherpad Lite should be running, you should be able to access it on http://localhost:9001 Only if you have an old version of [...]]]></description>
			<content:encoded><![CDATA[<p><iframe width="600" height="400" src="http://www.youtube.com/embed/swnR9EAhf2Q" frameborder="0" allowfullscreen></iframe></p>
<p>Installing Etherpad Lite on Debian/Ubuntu clean.</p>
<p>Part 1 &#8211; Installing prerequisites</p>
<pre class="brush: plain; title: ; notranslate">
apt-get install build-essential python libssl-dev git-core git libsqlite3-dev gzip curl
# you will be prompted to press Y
</pre>
<p>Part 2 &#8211; Installing nodeJS and NPM</p>
<pre class="brush: plain; title: ; notranslate">
mkdir ~/local
cd ~/local
wget http://nodejs.org/dist/v0.6.12/node-v0.6.12.tar.gz
tar -zxvf node-v0.6.11.tar.gz
cd node-v0.6.11
./configure --prefix=$HOME/local/node
make
make install
echo 'export PATH=$HOME/local/node/bin:$PATH' &gt;&gt; ~/.profile
echo 'export NODE_PATH=$HOME/local/node:$HOME/local/node/lib/node_modules' &gt;&gt; ~/.profile
source ~/.profile
</pre>
<p>Part 3 &#8211; Installing Etherpad Lite and running it</p>
<pre class="brush: plain; title: ; notranslate">
git clone git://github.com/Pita/etherpad-lite.git
etherpad-lite/bin/run.sh
# You will be prompted to type Etherpad Lite rocks my socks.
</pre>
<p><strong>You are now finished installing and Etherpad Lite should be running, you should be able to access it on http://localhost:9001<br />
</strong></p>
<p>Only if you have an old version of Debian (Lenny) or Ubuntu then you will need to install sqllite from backports.  To do open /etc/apt/sources.list and add:</p>
<pre class="brush: plain; title: ; notranslate">
deb http://backports.debian.org/debian-backports lenny-backports main
</pre>
<p>Save and close the file then type </p>
<pre class="brush: plain; title: ; notranslate">
apt-get update
apt-get -t lenny-backports install libsqlite3-dev
</pre>
<p>You may need to rebuild your modules if you have an error, to do this do an  rm -Rf node_modules and run the startup script (run.sh) again!</p>
<p><a rel="nofollow" href="https://github.com/Pita/etherpad-lite/wiki/How-to-deploy-Etherpad-Lite-as-a-service" title="Etherpad Lite as a Service">Want to run Etherpad Lite as a service?  Follow this guide</a>.  Make sure you do a chown -R etherpad-lite on the etherpad-lite folder if you have run it as root or any other user before hand..</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=3546&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2011/08/01/install-etherpad-lite-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing Etherpad on Debian</title>
		<link>http://mclear.co.uk/2010/03/10/installing-etherpad-on-debian/</link>
		<comments>http://mclear.co.uk/2010/03/10/installing-etherpad-on-debian/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 23:50:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installations]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/12/19/installing-etherpad-on-debian/</guid>
		<description><![CDATA[IMPORTANT NOTE: THIS DOCUMENTATION IS NOW DATED.  You can now install Etherpad from apt. Installing Etherpad 1.0.1 with APT Add the following line as a source in your graphical package manager (In Ubuntu: System-&#62;Administration-&#62;Synaptic package manager; then Settings-&#62;Repositories and then finally Third party software), or edit the file /etc/apt/sources.list and add it there. Answer the [...]]]></description>
			<content:encoded><![CDATA[<p>IMPORTANT NOTE: THIS DOCUMENTATION IS NOW DATED.  You can now install <a rel="nofollow" href="http://etherpad.org">Etherpad</a> from apt.</p>
<p><strong>Installing <a rel="nofollow" href="http://etherpad.org">Etherpad</a> 1.0.1 with APT</strong></p>
<p>Add the following line as a source in your graphical package manager (In Ubuntu: System-&gt;Administration-&gt;Synaptic package manager; then Settings-&gt;Repositories and then finally Third party software), or edit the file /etc/apt/sources.list and add it there.</p>
<pre class="brush: plain; title: ; notranslate">
deb http://apt.etherpad.org all .
</pre>
<pre class="brush: bash; title: ; notranslate">
apt-get update
apt-get install etherpad
</pre>
<p>Answer the questions (if any, depends on your system settings)</p>
<pre class="brush: bash; title: ; notranslate">
/etc/init.d/etherpad start
</pre>
<p>Other Linux distributions<br />
Download the .tgz and unpack it<br />
Follow instructions in README <img src='http://mclear.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>BELOW IS THE OLD GUIDE for Etherpad V1 released by Google</strong></p>
<p><span> </span> <span> </span> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="440" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/JpbT5H6-qr8&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="800" height="440" src="http://www.youtube.com/v/JpbT5H6-qr8&amp;hl=en_GB&amp;fs=1&amp;" allowfullscreen="true"></embed></object></p>
<div><strong>Install prereqs</strong></div>
<pre class="brush: bash; title: ; notranslate">

echo &quot;deb http://ftp.de.debian.org/debian sid main non-free&quot; &gt;&gt; /etc/apt/sources.list
apt-get update
apt-get install sun-java6-jdk
</pre>
<p>If the above fails then do not continue.  The output of</p>
<pre class="brush: bash; title: ; notranslate">java -version</pre>
<p>Should read..</p>
<pre>java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)</pre>
<pre class="brush: bash; title: ; notranslate">
apt-get install scala mysql-server libmysql-java mercurial
</pre>
<p>Paste the below to /etc/profile</p>
<pre>export PATH
export JAVA_HOME="/usr/lib/jvm/java-6-sun"
export SCALA_HOME="/usr/share/java"
export JAVA="/usr/bin/java"
export SCALA="/usr/bin/scala"
export PATH="/usr/bin:/usr/bin:/usr/local/mysql/bin:$PATH"
export MYSQL_CONNECTOR_JAR="/usr/share/java/mysql-connector-java-5.1.10.jar"
export JAVA_HOME SCALA_HOME JAVA SCALA MYSQL_CONNECTOR_JAR PATH
umask 022</pre>
<p>Download the etherpad source to /usr/local/etherpad</p>
<pre class="brush: bash; title: ; notranslate">
hg clone https://etherpad.googlecode.com/hg/ /usr/local/etherpad
</pre>
<p><strong>Set the environment variables</strong></p>
<pre class="brush: bash; title: ; notranslate">
export JAVA_HOME=&quot;/usr/lib/jvm/java-6-sun&quot;
export SCALA_HOME=&quot;/usr/share/java&quot;
export JAVA=&quot;/usr/bin/java&quot;
export SCALA=&quot;/usr/bin/scala&quot;
export PATH=&quot;/usr/bin:/usr/bin:/usr/local/mysql/bin:$PATH&quot;
export MYSQL_CONNECTOR_JAR=&quot;/usr/share/java/mysql-connector-java-5.1.10.jar&quot;
</pre>
<p><strong>Add your domain to the superdomain section</strong></p>
<pre class="brush: bash; title: ; notranslate">

nano /usr/local/etherpad/trunk/etherpad/src/etherpad/globals.js
</pre>
<p>Search for etherpad.com and replace it with your domain (confused?  You will figure it out)</p>
<p><strong>Create the etherpad mysql db and privelidges</strong></p>
<pre class="brush: bash; title: ; notranslate">
mysql -u root -p
</pre>
<p>Enter your password when prompted</p>
<pre class="brush: sql; title: ; notranslate">
create database etherpad;
grant all privileges on etherpad.* to 'etherpad'@'localhost' identified by 'password';
quit
</pre>
<div>
<pre class="brush: bash; title: ; notranslate">
cd /usr/local/etherpad/trunk/etherpad/
ln -s /usr/share/java /usr/share/java/lib
bin/rebuildjar.sh
bin/run-local.sh
</pre>
<p><strong>Wait quite a while while it builds.</strong></p>
</div>
<p>Test by browsing to your server at http://hostnameofserver:9000</p>
<p>Making pro work&#8230;</p>
<div>
<p>Make sure it doesn&#8217;t redirect to etherpad.com for pro</p>
<p>Edit /usr/local/etherpad/trunk/etherpad/src/main.js</p>
<p>Replace all instances of Etherpad.com with yourdomain.com</p>
<p>Edit /usr/local/etherpad/trunk/etherpad/src/static/crossdomain.xml</p>
<p>Add to the obvious section</p>
<pre class="brush: xml; title: ; notranslate">

&lt;allow-access-from domain=&quot;yourdomain.com&quot; to-ports=&quot;*&quot;/&gt;

&lt;allow-access-from domain=&quot;*.yourdomain.com&quot; to-ports=&quot;*&quot;/&gt;
</pre>
</div>
<p>Edit /usr/local/etherpad/trunk/etherpad/src/etherpad/pro/pro_utils.js</p>
<p>Replace</p>
<div>
<pre class="brush: plain; title: ; notranslate">var fromDomain = 'etherpad.com';</pre>
</div>
<p>with</p>
<div>
<pre class="brush: plain; title: ; notranslate">var fromDomain = 'yourdomain.com';</pre>
</div>
<p>Note: Originally published on the 19th of Dec 2009, Revised on the 10th of March 2010</p>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=244&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2010/03/10/installing-etherpad-on-debian/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Short throw projector rumour</title>
		<link>http://mclear.co.uk/2009/09/29/short-throw-projector-rumour/</link>
		<comments>http://mclear.co.uk/2009/09/29/short-throw-projector-rumour/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:00:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[installations]]></category>
		<category><![CDATA[iwb]]></category>
		<category><![CDATA[projector]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[throw]]></category>
		<category><![CDATA[ultra]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/09/29/short-throw-projector-rumour/</guid>
		<description><![CDATA[I&#8217;m not usually one for spreading rumours but I heard today that you can get a Hitachi ultra short throw projector with wall mount fully fit for £949 with a full 3 year bulb + unit warranty. I&#8217;m waiting on hearing confirmation but if this is true then it is an amazing deal! I guess [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not usually one for spreading rumours but I heard today that you can get a Hitachi ultra short throw projector with wall mount fully fit for £949 with a full 3 year bulb + unit warranty.
<div></div>
<div>I&#8217;m waiting on hearing confirmation but if this is true then it is an amazing deal!   I guess we&#8217;re waiting on an official press release from the <a rel="nofollow" href="http://primaryt.co.uk/installs.html">installs team</a>..  </div>
<div></div>
<div></div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=144&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/07/23/review-of-imax-bradford-short/' rel='bookmark' title='Review of Imax Bradford (Short)'>Review of Imax Bradford (Short)</a> <small>Too hot, crowded &amp; close to screen on front rows...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/01/19/easy-steps-to-help-maintain-your-classroom-projector/' rel='bookmark' title='Easy steps to help maintain your classroom projector'>Easy steps to help maintain your classroom projector</a> <small>1) When not in use please power down your projector....</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/03/29/new-iwbless-epson-projector-dont-impress-me-much/' rel='bookmark' title='EPSON 450Wi projector &#8220;don&#8217;t impress me much&#8221;..'>EPSON 450Wi projector &#8220;don&#8217;t impress me much&#8221;..</a> <small>Of course I&#8217;m at the risk of sounding like Shania...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/09/29/short-throw-projector-rumour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karting March 2009</title>
		<link>http://mclear.co.uk/2009/03/28/karting-march-2009/</link>
		<comments>http://mclear.co.uk/2009/03/28/karting-march-2009/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 12:09:00 +0000</pubDate>
		<dc:creator>Admin Admin</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[installations]]></category>
		<category><![CDATA[karting]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[primary]]></category>
		<category><![CDATA[primary technology]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://mclear.primaryblogger.co.uk/2009/03/28/karting-march-2009/</guid>
		<description><![CDATA[Today is the end of year Karting day, we&#8217;re meeting at Bfd karting at 1pm. Anyone who doesn&#8217;t know where it is just drop me a line. Plan is: 1pm karting Pizza Pool Few drinks(non alcoholic) 4pm ish drive home Get changed 7pm go eat pepperpot near BD5 office. Few alcoholic drinks Gig at St [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the end of year Karting day, we&#8217;re meeting at Bfd karting at 1pm.
<div></div>
<div>Anyone who doesn&#8217;t know where it is just drop me a line.</div>
<div></div>
<div>Plan is:</div>
<div>
<ol>
<li>1pm karting</li>
<li>Pizza</li>
<li>Pool</li>
<li>Few drinks(non alcoholic)</li>
<li>4pm ish drive home</li>
<li>Get changed</li>
<li>7pm go eat pepperpot near BD5 office.</li>
<li>Few alcoholic drinks</li>
<li>Gig at St G Hall</li>
<li>Clubs</li>
</ol>
</div>
<div>Phone will be on all day but I won&#8217;t be able to answer during karting so ring someone else from the team!</div>
<div></div>
<p class="wp-report-this"><a href="http://mclear.co.uk?moderation_action=report_form&object_type=post&object_id=10&width=250&height=300" class="thickbox" title="Report This Post">Report This Post</a></p><p class="relatedP">Related posts:<ol>
<li class="relatedP"><a href='http://mclear.co.uk/2009/12/21/etherpad-closure-shut-down-date-march-31st-2010/' rel='bookmark' title='Etherpad closure / shut down date: March 31st, 2010'>Etherpad closure / shut down date: March 31st, 2010</a> <small>This was left in the Etherpad source code in etherpad/src/templates/pad/pad_body2.ejs:...</small></li>
<li class="relatedP"><a href='http://mclear.co.uk/2010/07/22/the-2009-2010-salute/' rel='bookmark' title='The 2009-2010 Salute'>The 2009-2010 Salute</a> <small>End of the 2009-2010 school/work year and it has been...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mclear.co.uk/2009/03/28/karting-march-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

