Skip to content

andresol/xp

 
 

Repository files navigation

Enonic XP

Build 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 8 (update 92 or above) for building and running.
  • Gradle 2.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 test

Running

After building the project, you can start it locally by running the server script (or bat on Windows):

modules/runtime/build/install/bin/server.sh

You can also go to the modules/runtime directory and type:

gradle run    

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

Resources

License

GPL-3.0, Apache-2.0 licenses found

Licenses found

GPL-3.0
LICENSE.txt
Apache-2.0
LICENSE_AL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.5%
  • JavaScript 4.6%
  • Shell 0.3%
  • HTML 0.3%
  • CSS 0.2%
  • XSLT 0.1%