UPortal
Product Information
Use Cases
Public chat
Support Plans
There are currently no OSS plans available
If you are a provider or contributor to the repository, you can start adding your OSS plan.
Add an OSS planContact us if you are looking for a plan for this open source.
We will help you get in touch with professional providers.
Product Details
|
|
About
uPortal is the leading open source enterprise portal framework built by and for the higher education community. uPortal continues to evolve through contributions from its global community and is supported by resources, grants, donations, and memberships fees from academic institutions, commercial affiliates, and non-profit foundations. uPortal is built on open standards-based technologies such as Java and XML, and enables easy, standards-based integration with authentication and security infrastructures, single sign-on secure access, campus applications, web-based content, and end user customization. uPortal can easily integrate with other enterprise systems and can be customized for specific local needs.
Forever Free!
You may download uPortal and use it on your site at no cost. Unlike our competitors, uPortal is 100% free open source software managed by Apereo. Our community has access to all releases of the uPortal software with absolutely no costs. We welcome contributions from our community of all types and sizes.
Accessible
uPortal strives to conform with Web Content Accessibility Guidelines Version 2.0 Level AA. The most recent accessibility audit results can be seen in UP-4735.
Help and Support
The uportal-user@apereo.org email address is the best place to go with questions related to configuring or deploying uPortal.
The uPortal manual is a collaborative resource which has more detailed documentation for each uPortal release.
Manual
Additional information about uPortal is available in the Manual.
- uPortal 5.9 Manual
- uPortal 5.8 Manual
- uPortal 5.7 Manual
- uPortal 5.6 Manual
- uPortal 5.5 Manual
- uPortal 5.4 Manual
- uPortal 5.3 Manual
- uPortal 5.2 Manual
- uPortal 5.1 Manual
- uPortal 5.0 Manual
- uPortal 4.3 Manual
- uPortal 4.2 Manual
- uPortal 4.1 Manual
- uPortal 4.0 Manual
- uPortal 3.2 Manual
- uPortal 3.1 Manual
- uPortal 3.0 Manual
Requirements
- JDK 1.8 - The JRE alone is NOT sufficient, a full JDK is required
- GIT
uPortal-start
uPortal is now meant to be deployed via uPortal-start, which is responsible for servlet container (ie Tomcat), DB, and portal configurations. uPortal-start deals with the low-level configurations and setup, while letting the adopter focus on the business configuration side of the deployment. However, it is possible to run uPortal without uPortal-start. The uPortal manual explains how.
Building and Deploying
uPortal uses Gradle for its project configuration and build system. uPortal
comes with a Gradle wrapper if you don't want to install the build tool
(./gradlew
in the root directory of the repo).
Gradle tasks
For a full list of Gradle tasks run ./gradlew tasks
from the root directory.