Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Added basic instructions for running the server #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@ used as a starting template for local CAS gradle war overlays.

## Requirements

* JDK 1.8+
* JDK 1.8.x

## Getting started

First make sure that you have both git and Java 8 installed. Apereo
CAS will not work with Java 9.

```shell
$ git clone [email protected]:apereo/cas-gradle-overlay-template.git
$ sudo ./build.sh gencert
$ sudo ./build.sh run
$ xdg-open https://localhost:8443/cas
```

A CAS login page should now, after accepting the self signed HTPPS
certificate, be visible in your browser.

## Configuration

Expand Down Expand Up @@ -167,4 +182,4 @@ Invokes the CAS Command Line Shell. For a list of commands either use no argumen

```bash
./build.sh cli
```
```