Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uPortal-Project/soffit-samples
Sample uPortal widgets to demonstrate the power of Soffit
https://github.com/uPortal-Project/soffit-samples
soffit uportal
Last synced: 18 days ago
JSON representation
Sample uPortal widgets to demonstrate the power of Soffit
- Host: GitHub
- URL: https://github.com/uPortal-Project/soffit-samples
- Owner: uPortal-Project
- License: apache-2.0
- Created: 2016-06-04T02:51:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:10:51.000Z (11 months ago)
- Last Synced: 2024-07-30T20:58:52.302Z (3 months ago)
- Topics: soffit, uportal
- Language: JavaScript
- Size: 1.37 MB
- Stars: 2
- Watchers: 16
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soffit Samples
[![Build Status](https://travis-ci.org/uPortal-Project/soffit-samples.svg?branch=master)](https://travis-ci.org/uPortal-Project/soffit-samples)
This project contains several example Soffits for uPortal. More information
about Soffit can be found in the [uPortal manual](https://jasig.github.io/uPortal/developer/soffits/).## Building This Project
This project builds with [Gradle](https://gradle.org/). You can install Gradle
on your machine or use the included [Gradle Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html).### Building with Gradle
```bash
$gradle assemble
```### Building with the Gradle Wrapper
```bash
$./gradlew assemble
```## Running This Project
```bash
$java -jar build/libs/soffit-samples-0.0.1-SNAPSHOT.war
```