Skip to content

zjmeixinyanzhi/xp

 
 

Repository files navigation

Enonic XP

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 40 or above) for building and running.
  • Gradle 2.x build 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:

modules/distro/target/install/bin/server.sh

License

This software is licensed under AGPL 3.0 license. See full license terms here. 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.

Enonic XP
Copyright (C) 2000-2015 Enonic AS.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Packages

No packages published

Languages

  • Java 41.1%
  • JavaScript 29.1%
  • TypeScript 25.3%
  • CSS 3.8%
  • HTML 0.4%
  • Shell 0.2%
  • Other 0.1%