Skip to content

Jerba is a simple CMS/Blog engine to use in the Google App Engine platform

License

Notifications You must be signed in to change notification settings

santiagolizardo/jerba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jerba CMS

Build Status

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 package manager

How to try it

$ 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

$ mvn appengine:deploy -Dapp.deploy.projectId=YOUR-PROJECT-ID -Dapp.deploy.version=YOUR-PROJECT-VERSION

Other useful commands

$ mvn versions:display-dependency-updates # Check for dependency updates

About

Jerba is a simple CMS/Blog engine to use in the Google App Engine platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published