Liber is a web content management system built in Java. It is designed with a few goals in mind:
- Flexible Metadata
- Independent of Presentation Environment
- Support Custom Workflow
- Support Information Lifecycle: Creation, Usage, Preservation, Destruction
- Create a UTF-8 encoded MySQL database
- Run the
liber-sql/structure.sqlfile to create the database schema - Run the
liber-sql/data.sqlfile to insert necessary base data - Create a JDBC datasource on the app server with JNDI name of
jdbc/liber - Run maven install on
liber-web - Install
liber-web.waron app server
Bugs will be tracked on the project's issue tracker.
Submit a pull request to contribute code. To contribute in other ways, create a question on the issue tracker.