pvmerlo / xp

Enonic XP

Home Page:https://enonic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enonic XP

Actions Status Codecov Codacy Badge

Welcome to the home of Enonic XP. Here you will find all source code for the product. To get started, please read our docs here: http://xp.readthedocs.org.

Building

Before trying to build the project, you need to verify that the following software are installed:

  • Java 11 for building and running.
  • Gradle 6.x build system.
  • Git installed on system.

Build all code and run all tests including integration tests:

gradle build

Build all code skipping all tests:

gradle build -x check

Build all code skipping integration tests:

gradle build -x integrationTest

Running

This project is just the runtime of the Enonic XP platform. In order to run the system properly, please see the xp-distro project that bundles the necessary part together: (https://github.com/enonic/xp-distro)

License

This software is licensed under GPL v3. See LICENSE.txt. Also the distribution includes 3rd party software components. The vast majority of these libraries are licensed under Apache 2.0. For a complete list please read NOTICE.txt.

All our libraries (lib-*) that can be bundled in your own applications are licensed as Apache 2.0. See LICENSE_AL.txt

About

Enonic XP

https://enonic.com

License:GNU General Public License v3.0


Languages

Language:Java 95.1%Language:JavaScript 4.4%Language:CSS 0.2%Language:HTML 0.2%Language:Shell 0.1%Language:XSLT 0.0%Language:Batchfile 0.0%