diff --git a/FAQ.md b/FAQ.md index 7a478c8..7e2f7ea 100644 --- a/FAQ.md +++ b/FAQ.md @@ -45,3 +45,21 @@ Yes, see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]]. ## How can I setup several Etherpad installations which share the code, and perhaps also the database ? I'd like to set up different Etherpad installation for different user groups, different favicons, different default pad texts. Answer: this is currently topic of feature request https://github.com/Pita/etherpad-lite/issues/195 + +## How can I compile AbiWord which is needed for import/export of pads ? + + cd /usr/local/src + + svn co http://svn.abisource.com/abiword/trunk abiword + + cd abiword + + ./autogen.sh + + ./configure --enable-plugins="command" --with-gtk2 + + make + + # make install + + # ldconfig