Skip to content

WebTop 5 package for NethServer

License

Notifications You must be signed in to change notification settings

NethServer/webtop5

Repository files navigation

WebTop 5

WebTop5 is a modern web groupware solution written in Java and HTML5.

How to report a bug

  • Report the issue on community.nethserver.org under the WebTop category
  • After the discussion, a developer will take care to open the issue inside the official issue tracker
  • The issue number will be posted back to the discussion, so everyone will be able to follow the development

Build from source

You can build WebTop 5 directly from sources, just make sure to have installed following software inside your machine:

On Fedora 25:

dnf install maven java-1.8.0-openjdk-devel

On CentOS 7:

yum install maven java-1.8.0-openjdk-devel bzip2

Please, see istruction here: https://github.com/sonicle/sonicle-webtop5-gate

Fix jasper mirrors

The official repository of some jasper components used in the build process has some issues, to fix it you can copy the settings.xml file into the ~/.m2/ directory or add the mirrors into your pre-existing configuration.

prep-sources

You can use also use prep-sources automation script.

Before starting the script, make sure to select the correct release by adding it to VERSION file:

echo wt-5.1.4 > VERSION

List of available releases: https://github.com/sonicle-webtop/webtop-webapp/releases

WebTop 5 on NethServer

Official manual: http://docs.nethserver.org/en/latest/webtop5.html

To install, access the Software Center and install the "WebTop 5" module or execute from command line:

yum install nethserver-webtop5

Links