Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.58 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.58 KB

Bedework Sometime

Build Status

Bedework Sometime is an online calendar application that provides unique appointment scheduling capabilities.

This project is a fork of the Jasig Scheduling Assistant.

Requirements

This application expects to integrate with your Enterprise Calendar. The default configuration targets a Bedework instance, but capabilities exist to integrate with other providers.

Building

This application targets JDK 11 for build and runtime.

This project uses Apache Maven; run 'mvn install' to perform the default build and deploy in wildfly.

2 wars are generated by the project:

  • sched-assist-war is the primary web application targeting Servlet 4.0 API compatible containers.
  • sched-assist-portlet is an optional JSR-168 Portlet suitable for use in a Portlet 1.0 container.

Running

The application is configured by default to connect to a Bedework Quickstart (3.10.x) instance running on the same host. Before you run Sometime, you must have at a minimum the ApacheDS LDAP directory provided by the quickstart running. In the Bedework Quickstart directory, execute the following command to start the directory:

./bw dirstart

You can find complete directions for starting up the Bedework Quickstart on the Bedework wiki.

The application will now be running at http://localhost:8080/scheduling-assistant/.