Author Topic: Howto add the new Zarafa webapp interface to zentyal (with spreed-meeting)  (Read 6699 times)

auerhaan

  • Zen Monk
  • **
  • Posts: 54
  • Karma: +2/-0
    • View Profile
    • Auerhaan
Download the webapp files from:
http://download.zarafa.com/zarafa/webapp-1.0.tar.gz

Extract the files:
sudo tar -xvf webapp-1.0.tar.gz

Open the 'packages\debian' directory

Issue the following command to install:
sudo dpkg -i zarafa-webapp*.deb

And change the ownership of /var/lib/zarafa-webapp/tmp/ to www-data
sudo chown www-data:www-data /var/lib/zarafa-webapp/tmp/

Restart apache
sudo /etc/init.d/apache2 reload

The webapp interface can now be reached at:
http://<zentyal-server-ip>/webapp

and/or

https://<zentyal-server-ip>/webapp

if https is configured on your server.

To be able to use the spreed-meeting functionality, CURL has te be enabled in PHP.
http://www.spreed.com/eu/Features/webmeeting/

sudo apt-get install php5-curl

Restart apache
sudo /etc/init.d/apache2 reload

Good luck
« Last Edit: April 25, 2012, 01:01:06 pm by auerhaan »
Zentyal 2.2.11 on:
Dell Poweredge 2900
2x Quad-Core Xeon E5310 1.6Ghz
16 GB (8x 2 GB)
3x 73 GB SAS (PERC 5/i RAID5)
3x 146 GB SAS (PERC 5/i RAID5)
Broadcom dual gigabit NIC

At the moment migrating to Zentyal 3.3

Mittelerde

  • Zen Warrior
  • ***
  • Posts: 153
  • Karma: +8/-0
    • View Profile
Re: Howto add the new Zarafa webapp interface to zentyal
« Reply #1 on: April 24, 2012, 02:19:33 pm »
Thanks,


i changed your line tochown www-data:www-data /var/lib/zarafa-webapp/tmp/and it works fine ;)

now i try to get my ejabberd in the webapp -> http://www.zarafa.com/wiki/index.php/Configuring_instant_messaging_in_Zarafa_WebApp

The Webapp looks Cool ;)
« Last Edit: April 24, 2012, 04:05:43 pm by Mittelerde »

auerhaan

  • Zen Monk
  • **
  • Posts: 54
  • Karma: +2/-0
    • View Profile
    • Auerhaan
Re: Howto add the new Zarafa webapp interface to zentyal
« Reply #2 on: April 24, 2012, 03:46:54 pm »
Mittelerde,

Thanks for noticing the typo. I've corrected the chown command in my first post.
Zentyal 2.2.11 on:
Dell Poweredge 2900
2x Quad-Core Xeon E5310 1.6Ghz
16 GB (8x 2 GB)
3x 73 GB SAS (PERC 5/i RAID5)
3x 146 GB SAS (PERC 5/i RAID5)
Broadcom dual gigabit NIC

At the moment migrating to Zentyal 3.3

Jan Jacobs

  • Zen Warrior
  • ***
  • Posts: 132
  • Karma: +1/-0
    • View Profile
    • My blog (dutch)
kudos!

Thanks to this page i installed the webapp for my own server :o)
For i dipt into the future far as human eye could see,
saw a vision of the world and all the wonders there would be

plegendre

  • Zen Apprentice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Thanks,

but before install zarafa-webapp*.deb  ---> zarafa-webapp dépend de php-gettext
you must install php-gettext
sudo apt-get install php-gettext

jsalamero

  • Zentyal Staff
  • Zen Hero
  • *****
  • Posts: 1419
  • Karma: +45/-1
    • View Profile
Just for the record, webapp is available on Zentyal 3.0 out of the box, no need to do anything manually.