<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: etherpad</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/etherpad/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Etherpad on Debian Squeeze</title>
      <link>https://chrisjrob.com/2011/02/07/etherpad-on-debian-squeeze/</link>
      <pubDate>Mon, 07 Feb 2011 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2011/02/07/etherpad-on-debian-squeeze</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/etherpad.png" align="right" alt="Featured Image">
         
         <p>Just installed <a href="http://etherpad.org/">Etherpad</a> on our openvz server.  Having created an openvz guest for the purpose, running Debian Squeeze, installing Etherpad proved no more difficult than adding the Etherpad repository to your <code class="language-plaintext highlighter-rouge">/etc/apt/sources.list</code>:</p>

<!--more-->

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo su
# echo "deb http://apt.etherpad.org all ." &amp;gt;&amp;gt; /etc/apt/sources.list
# apt-get update
# apt-get install etherpad
</code></pre></div></div>

<p>All the requisite dependencies were brought in.  Unfortunately the etherpad server did not start after installation, and I had to do the following commands:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># sed -i.orig 's/local/share/' /etc/init.d/etherpad
</code></pre></div></div>

<p>Then it started perfectly simply with <code class="language-plaintext highlighter-rouge">/etc/init.d/etherpad</code> start.</p>

<p>To make this happen automatically on boot:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># update-rc.d etherpad defaults
</code></pre></div></div>

<p>If you would prefer to use openjdk than sun-java (and you should), then google for “etherpad openjdk”.  Sorry to say I was in too much of a hurry on this occasion.</p>

<h3 id="references">References</h3>

<ul>
  <li><a href="http://etherpad.org/">Etherpad</a></li>
  <li><a href="http://sis.bthstudent.se/2011/525/how-to-install-etherpad-on-debian-lenny/">http://sis.bthstudent.se/2011/525/how-to-install-etherpad-on-debian-lenny/</a></li>
</ul>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
