mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-07-19 01:24:19 +00:00
## How can I compile AbiWord which is needed for import/export of pads ?
parent
be18d2b6aa
commit
bca5536daa
1 changed files with 18 additions and 0 deletions
18
FAQ.md
18
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue