All Projects → enonic → Xp

enonic / Xp

Licence: other
Enonic XP

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects

Labels

Projects that are alternatives of or similar to Xp

Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (-9.64%)
Mutual labels:  cms
Core
The Form Tools Core.
Stars: ✭ 156 (-6.02%)
Mutual labels:  cms
Cms
Modular CMS powered by CakePHP
Stars: ✭ 163 (-1.81%)
Mutual labels:  cms
Typemill
TYPEMILL is a simple and lightweight Flat-File-CMS for authors and publishers.
Stars: ✭ 150 (-9.64%)
Mutual labels:  cms
Nodejs Website Boilerplate
A Node.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 154 (-7.23%)
Mutual labels:  cms
Mojoportal
mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
Stars: ✭ 159 (-4.22%)
Mutual labels:  cms
Pi
Multi-tenant application development engine for cloud ready SaaS platform.
Stars: ✭ 145 (-12.65%)
Mutual labels:  cms
Una
UNA | Community Management System
Stars: ✭ 166 (+0%)
Mutual labels:  cms
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-7.23%)
Mutual labels:  cms
Codo Admin
基于Tornado实现,提供Restful风格的API,提供基于RBAC的完善权限管理,可对所有用户的操作进行审计
Stars: ✭ 163 (-1.81%)
Mutual labels:  cms
Spina
Spina CMS
Stars: ✭ 1,926 (+1060.24%)
Mutual labels:  cms
Yii2 Cms
YiiCMS - 基于 Yii2 的高度可定制化开源 CMS
Stars: ✭ 153 (-7.83%)
Mutual labels:  cms
Abecms
The lightning fast CMS
Stars: ✭ 160 (-3.61%)
Mutual labels:  cms
Yoyocms
项目使用.net 4.6.1+angular 1.6.3
Stars: ✭ 151 (-9.04%)
Mutual labels:  cms
Automad
A flat-file content management system and template engine
Stars: ✭ 163 (-1.81%)
Mutual labels:  cms
Rapidcms
RapidCMS is a Blazor framework which allows you to build a responsive and flexible CMS purely from code. It provides a basic set of editors and controls, and is fully customisable.
Stars: ✭ 149 (-10.24%)
Mutual labels:  cms
Singlelink
The open-source micro-site platform.
Stars: ✭ 157 (-5.42%)
Mutual labels:  cms
Cezerin
Cezerin is React and Node.js based eCommerce platform.
Stars: ✭ 1,985 (+1095.78%)
Mutual labels:  cms
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+1240.96%)
Mutual labels:  cms
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-2.41%)
Mutual labels:  cms

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: https://developer.enonic.com/start.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].