V1 does not natively support office import / exports yet due to a licensing issue but if you had it working before you can do a few steps that will get you started. We use Open Office in a headless mode to accomplish this.
1. Copy the cos.jar to infrastructure/lib (replacing etherpadbackup is the folder you backed your original etherpad installation to (etherpad <v1)
This isn’t working yet, nor is it working on the iphone. It is because the web browser that comes on these devices does not have the correct support for the Etherpad objects. You can however view pads in read only by browsing to the usual URL.
We expect more mobile support in late 2010 but it may not be something we can change server side, it may be dependant on the client device browser implementingdesignMode. Opera Mini now has partial support for designMode however I haven’t tested Etherpad with it. *Update 31/03/2010 – This doesn’t work
iPhone claims to have support for this but of course it doesn’t work.
Android’s web browser is built on the WebKit application Framework. Optional browsers Steel and Dolphin do not appear to support designMode at current.
use defaults
cat the path to the .pub (Copy the contents)_
Open up Github.com and login
Click Account settings
Click Add public Key
Give it a title (ie etherpad)
Paste the contents of the .pub file
)
Add the following line as a source in your graphical package manager (In Ubuntu: System->Administration->Synaptic package manager; then Settings->Repositories and then finally Third party software), or edit the file /etc/apt/sources.list and add it there.
deb http://apt.etherpad.org all .
apt-get update
apt-get install etherpad
Answer the questions (if any, depends on your system settings)
/etc/init.d/etherpad start
Other Linux distributions
Download the .tgz and unpack it
Follow instructions in README 🙂
BELOW IS THE OLD GUIDE for Etherpad V1 released by Google
Nuba has written a fantastic guide for installing Etherpad onto CentOS – I recommend you follow that before reading this.
My problem is that the JAR wouldn’t compile on my box.
I ran into a problem, my box wouldn’t let me use fsc (Fast Scala Compiler) so I had to change the fsc references to use scalac(Scala Compiler) then I could compile the JAR. I also had to use JAR instead of FastJAR
This isn’t a guide as such, just an overview of how I fixed the problems I had.