Skip to content

jsparks19/liber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

168 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liber

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

Installation Instructions

  • Create a UTF-8 encoded MySQL database
  • Run the liber-sql/structure.sql file to create the database schema
  • Run the liber-sql/data.sql file 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.war on app server

Bug Tracking

Bugs will be tracked on the project's issue tracker.

Contributing

Submit a pull request to contribute code. To contribute in other ways, create a question on the issue tracker.

About

Web content management system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 47.5%
  • JavaScript 47.5%
  • CSS 5.0%