Code Monkey home page Code Monkey logo

bw-sometime's Introduction

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 7 for build and runtime.

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

2 wars are generated by the project:

  • sched-assist-war is the primary web application targeting Servlet 2.5 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.

To start Bedework Sometime, simply execute:

mvn install jetty:run-war

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

The run-war goal is required. The run goal will not work because it loads content from src/main/webapp only, which does not contain the static assets provided by the Jasig Resource Server.

If you would like to connect a debugger, use the following command instead:

mvn install jetty:run-forked

You can connect your debugger to port 18888.

bw-sometime's People

Contributors

groner avatar nblair avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.