Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santiagolizardo/jerba
Jerba is a simple CMS/Blog engine to use in the Google App Engine platform
https://github.com/santiagolizardo/jerba
appengine blog cms java
Last synced: 5 days ago
JSON representation
Jerba is a simple CMS/Blog engine to use in the Google App Engine platform
- Host: GitHub
- URL: https://github.com/santiagolizardo/jerba
- Owner: santiagolizardo
- License: apache-2.0
- Created: 2015-07-30T20:26:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T15:28:30.000Z (over 3 years ago)
- Last Synced: 2023-03-12T07:16:51.433Z (over 1 year ago)
- Topics: appengine, blog, cms, java
- Language: Java
- Size: 975 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jerba CMS
[![Build Status](https://travis-ci.org/santiagolizardo/jerba.svg?branch=master)](https://travis-ci.org/santiagolizardo/jerba)
Simple Content Management System written in Java and designed to be deployed in a Google App Engine server.
## Requirements
- Java Development Kit 11
- Google App Engine SDK 1.9 for Java
- Maven 3.5+
- [Yarn](https://yarnpkg.com/) package manager### How to try it
```sh
$ cp src/main/webapp/WEB-INF/jerba-config-example.xml src/main/webapp/WEB-INF/jerba-config.xml
$ mvn compile
$ mvn package
$ mvn appengine:run
```### How to deploy it to Google App Engine
```sh
$ mvn appengine:deploy -Dapp.deploy.projectId=YOUR-PROJECT-ID -Dapp.deploy.version=YOUR-PROJECT-VERSION
```### Other useful commands
```sh
$ mvn versions:display-dependency-updates # Check for dependency updates
```