All Projects → apereo → cas-management-overlay

apereo / cas-management-overlay

Licence: Apache-2.0 license
WAR overlay for Apereo CAS Management web application

Projects that are alternatives of or similar to cas-management-overlay

Nimrod
Nimrod - 基于 Spring Boot 构建 的 Java Web 平台企业级单体应用快速开发框架,适合中小型项目的应用和开发。所采用的技术栈包括 Spring Boot、Spring、Spring Web MVC、MyBatis、Thymeleaf 等,遵守阿里巴巴 Java 开发规约,帮助养成良好的编码习惯。整体采用 RBAC ( Role-Based Access Control ,基于角色的访问控制),具有严格的权限控制模块,支持系统与模块分离开发。最后希望这个项目能够对你有所帮助。Nimrod 开发交流群:547252502(QQ 群)
Stars: ✭ 125 (+4.17%)
Mutual labels:  thymeleaf, maven
Hope Boot
🌱 Hope-Boot 一款现代化的脚手架项目
Stars: ✭ 3,241 (+2600.83%)
Mutual labels:  thymeleaf, maven
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (-75.83%)
Mutual labels:  thymeleaf, maven
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (-75.83%)
Mutual labels:  thymeleaf, maven
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+1900%)
Mutual labels:  thymeleaf, maven
xdu-cloudcourse-web
西电云计算课程大作业Web端代码示例
Stars: ✭ 26 (-78.33%)
Mutual labels:  thymeleaf, maven
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (-48.33%)
Mutual labels:  thymeleaf, maven
shib-cas-authn3
Integrates an external CAS Server and Shibboleth IdPv3.
Stars: ✭ 21 (-82.5%)
Mutual labels:  cas-server
bookkeeper-visual-manager
A visual interface for Apache BookKeeper
Stars: ✭ 47 (-60.83%)
Mutual labels:  admin-dashboard
jMiniLang
用Kotlin实现的编译器和虚拟机,并在此基础上构建操作系统。
Stars: ✭ 62 (-48.33%)
Mutual labels:  thymeleaf
maven-learning-notes
For more notes, see notes-and-code-about-learning
Stars: ✭ 58 (-51.67%)
Mutual labels:  maven
nexus-repository-import-scripts
A few scripts for importing artifacts into Nexus Repository
Stars: ✭ 142 (+18.33%)
Mutual labels:  maven
admin-two-vue-bulma-dashboard
Free Vue.js Bulma Buefy Admin Dashboard Template. Vite & Vue CLI supported
Stars: ✭ 68 (-43.33%)
Mutual labels:  admin-dashboard
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-85%)
Mutual labels:  maven
Purple-React
Free React.js version of popular admin template Purple Admin.
Stars: ✭ 55 (-54.17%)
Mutual labels:  admin-dashboard
maven-it-extension
Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
Stars: ✭ 56 (-53.33%)
Mutual labels:  maven
jcenter-config
Painlessly publish your library/project to jcenter() with these simple scripts.
Stars: ✭ 13 (-89.17%)
Mutual labels:  maven
nocodb
🔥 🔥 🔥 Open Source Airtable Alternative - turns any MySQL, Postgres, SQLite into a Spreadsheet with REST APIs.
Stars: ✭ 28,894 (+23978.33%)
Mutual labels:  admin-dashboard
wagon-maven-plugin
www.mojohaus.org/wagon-maven-plugin/
Stars: ✭ 23 (-80.83%)
Mutual labels:  maven
django-now-ui-dashboard
Django Dashboard - Now UI Design | AppSeed
Stars: ✭ 15 (-87.5%)
Mutual labels:  admin-dashboard

CAS Management Overlay

CAS management web application WAR overlay for CAS with externalized configuration.

Versions

<cas.version>6.3.x</cas.version>

Requirements

  • JDK 11

Build

To see what commands are available to the build script, run:

./build.sh help

To package the final web application, run:

./build.sh package

To update SNAPSHOT versions run:

./build.sh package -U

Windows Build

On Windows you can run build.cmd instead of build.sh. The usage may differ from build.sh, run "build.cmd help" for usage.

Note

If you are running the management web application on the same machine as the CAS server web application itself, you will need to evaluate the build script and make sure the configuration files don't override each other.

Deployment

Embedded Tomcat

CAS will be available at:

  • http://cas.server.name:8080/cas-management
  • https://cas.server.name:8443/cas-management

External

Deploy resultant target/cas-management.war to a servlet container of choice.

Dockerfile

You can also use the native Docker tooling and the provided Dockerfile to build and run CAS Management.

chmod +x *.sh
./docker-build.sh
./docker-run.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].