mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
300d99a955
Sakai deployit to support teaching and learning, ad hoc group collaboration, support for portfolios and research collaboration. Sakai is a free and open source product that is built and maintained by the Sakai community. Sakai's development model is called "Community Source" because many of the developers creating Sakai are drawn from the "community" of organizations that have adopted and are using Sakai. WWW: http://www.sakaiproject.org PR: ports/121730 Submitted by: wenheping at gmail.com
19 lines
471 B
Plaintext
19 lines
471 B
Plaintext
================================
|
|
To start Sakai correctly, please
|
|
set the variable JAVA_OPTS with:
|
|
|
|
JAVA_OPTS="-server -Xms768m -Xmx768m
|
|
-XX:PermSize=128m -XX:MaxPermSize=256m
|
|
-XX:NewSize=192m -XX:MaxNewSize=384m"
|
|
|
|
Now you should start your Tomcat
|
|
server and browse with:
|
|
http://your-server:8180/portal
|
|
|
|
Login into the Sakai system with
|
|
the user/admin and password/admin
|
|
to configure and setup the system.
|
|
|
|
More information please visit:
|
|
http://www.sakaiproject.org
|