UPortal
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
|
|
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.