{"id":13552982,"url":"https://github.com/sakaiproject/sakai","last_synced_at":"2025-05-13T17:09:38.871Z","repository":{"id":25166725,"uuid":"28589709","full_name":"sakaiproject/sakai","owner":"sakaiproject","description":"Sakai is a freely available, feature-rich technology solution for learning, teaching, research and collaboration. Sakai is an open source software suite developed by a diverse and global adopter community.","archived":false,"fork":false,"pushed_at":"2025-05-08T18:54:42.000Z","size":530666,"stargazers_count":1142,"open_issues_count":83,"forks_count":970,"subscribers_count":78,"default_branch":"master","last_synced_at":"2025-05-08T19:34:12.361Z","etag":null,"topics":["education","hacktoberfest","java","lms","sakai","sakai-cle","tomcat","vle"],"latest_commit_sha":null,"homepage":"https://www.sakailms.org","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ecl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sakaiproject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"citations/.gitignore","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["mpellicer","ern","jonespm","csev"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.apereo.org/content/apereo-membership","https://www.apereo.org/friends"]}},"created_at":"2014-12-29T11:14:17.000Z","updated_at":"2025-05-08T18:19:02.000Z","dependencies_parsed_at":"2023-10-20T22:57:08.809Z","dependency_job_id":"c61afa23-0412-4d2a-a383-b1a054dcdfba","html_url":"https://github.com/sakaiproject/sakai","commit_stats":{"total_commits":51007,"total_committers":363,"mean_commits":140.5151515151515,"dds":0.939204422922344,"last_synced_commit":"d3a907a3f0127411f34f75500e1422dcd9eaef0f"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakaiproject%2Fsakai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakaiproject%2Fsakai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakaiproject%2Fsakai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sakaiproject%2Fsakai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sakaiproject","download_url":"https://codeload.github.com/sakaiproject/sakai/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253990468,"owners_count":21995774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["education","hacktoberfest","java","lms","sakai","sakai-cle","tomcat","vle"],"created_at":"2024-08-01T12:02:14.684Z","updated_at":"2025-05-13T17:09:33.858Z","avatar_url":"https://github.com/sakaiproject.png","language":"Java","funding_links":["https://github.com/sponsors/mpellicer","https://github.com/sponsors/ern","https://github.com/sponsors/jonespm","https://github.com/sponsors/csev","https://www.apereo.org/content/apereo-membership","https://www.apereo.org/friends"],"categories":["Java","Apps","education"],"sub_categories":["KnowledgeBase"],"readme":"# Sakai Collaboration and Learning Environment (Sakai CLE)\n\nThis is the source code for the Sakai CLE.\n\nThe master branch is the most current development release, Sakai 24.\nThe other branches are currently or previously supported releases. See below for more information on the release plan and support schedule.\n\n## Building\n\n[![Build Status](https://travis-ci.org/sakaiproject/sakai.svg?branch=master)](https://travis-ci.org/sakaiproject/sakai)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c68908d6bc044e95b453bae7ddcbad4a)](https://www.codacy.com/app/sakaiproject/sakai?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=sakaiproject/sakai\u0026amp;utm_campaign=Badge_Grade)\n\nThis is the \"Mini Quick Start\" for more complete steps to get Sakai configured please look at [this guide on the wiki](https://github.com/sakaiproject/sakai/wiki/Quick-Start-from-Source).\n\nTo build Sakai you need Java 1.8. Once you have, clone a copy of this repository you can\nbuild it by running (or `./mvnw install` if you don't have Maven installed):\n```\nmvn install\n```\n\n## Running\n\nSakai runs on Apache Tomcat 9. Download the latest version from http://tomcat.apache.org and extract the archive.\n*Note: Sakai does not work with Tomcat installed via a package from apt-get, yum or other package managers.*\n\nYou **must** configure Tomcat according to the instructions on this page:\nhttps://sakaiproject.atlassian.net/wiki/spaces/DOC/pages/17310646930/Sakai+21+Install+Guide+Source\n\nWhen you are done, deploy Sakai to Tomcat:\n```\nmvn clean install sakai:deploy -Dmaven.tomcat.home=/path/to/your/tomcat\n```\n\nNow start Tomcat:\n```\ncd /path/to/your/tomcat/bin\n./startup.sh \u0026\u0026 tail -f ../logs/catalina.out\n```\n\nOnce Sakai has started up (it usually takes around 30 seconds), open your browser and navigate to http://localhost:8080/portal\n\n## Licensing\n\nSakai is licensed under the [Educational Community License version 2.0](http://opensource.org/licenses/ECL-2.0) \n\nSakai is an [Apereo Foundation](http://www.apereo.org) project and follows the Foundation's guidelines and requirements for [Contributor License Agreements](https://www.apereo.org/licensing).\n\n## Contributing\n\nSee [our dedicated page](CONTRIBUTING.md) for more information on contributing to Sakai.\n\n## Bugs\n\nFor filing bugs against Sakai please use our Jira instance: https://jira.sakaiproject.org/\n\n## Nightly servers \nFor testing out the latest builds go to the [nightly server page](http://nightly2.sakaiproject.org)\n\n## Get in touch\nIf you have any questions, please join the Sakai developer mailing list: To subscribe send an email to sakai-dev+subscribe@apereo.org\n\nTo see a full list of Sakai email lists and other communication channels, please check out this Sakai wiki page:\nhttps://confluence.sakaiproject.org/display/PMC/Sakai+email+lists\n\nIf you want more immediate response during M-F typical business hours you could try our Slack channels.\n\nhttps://apereo.slack.com/signup\n\nIf you can't find your  \"at institution.edu\" on the Apereo signup page then send an email requesting access for yourself and your institution either to sakai-qa-planners@apereo.org or sakaicoordinator@apereo.org.\n\n## Community supported versions\nThese versions are actively supported by the community.\n\nSakai 23.3 ([release](http://source.sakaiproject.org/release/23.3/) | [fixes](https://confluence.sakaiproject.org/display/DOC/23.3+Fixes+by+tool) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+23+Release+Notes))\n\nSakai 22.5 ([release](http://source.sakaiproject.org/release/22.5/) | [fixes](https://confluence.sakaiproject.org/display/DOC/22.5+Fixes+by+tool) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+22+Release+Notes))\n\n## Previous community versions which are no longer supported\nThese versions are no longer supported by the community and will only receive security changes.\n\nSakai 21.5 ([release](http://source.sakaiproject.org/release/21.5/) | [fixes](https://confluence.sakaiproject.org/display/DOC/21.5+Fixes+by+tool) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+21+Release+Notes))\n\nSakai 20.6 ([release](http://source.sakaiproject.org/release/20.6/) | [fixes](https://confluence.sakaiproject.org/display/DOC/20.6+Fixes+by+tool) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+20+Release+Notes))\n\nSakai 19.6 ([release](http://source.sakaiproject.org/release/19.6/) | [fixes](https://confluence.sakaiproject.org/display/DOC/19.6+Fixes+by+tool) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+19+Release+Notes))\n\nSakai 12.7 ([release](http://source.sakaiproject.org/release/12.7/) | [notes](https://confluence.sakaiproject.org/display/DOC/Sakai+12+Release+Notes))\n\nSakai 11.4 ([release](http://source.sakaiproject.org/release/11.4/))\n\nFor full history of supported releases please see our [release information on confluence](https://confluence.sakaiproject.org/display/DOC/Sakai+Release+Date+list).\n\n## Under Development\n\n[Sakai 23.4](https://confluence.sakaiproject.org/display/REL/Sakai+23+Straw+person) is the current development release of Sakai 23. It is expected to release Q1 2025.\n\n[Sakai 22.6](https://confluence.sakaiproject.org/display/REL/Sakai+22+Straw+person) is the current development release of Sakai 22. It is expected to release Q4 2024.\n\n## Accessibility\n[The Sakai Accessibility Working Group](https://confluence.sakaiproject.org/display/2ACC/Accessibility+Working+Group) is responsible for ensuring that the Sakai framework and its tools are accessible to persons with disabilities. [The Sakai Ra11y plan](https://confluence.sakaiproject.org/display/2ACC/rA11y+Plan) is working towards a VPAT and/or a WCAG2 certification.\n\nCKSource has created a GPL licensed open source version of their [Accessibility Checker](https://cksource.com/ckeditor/services#accessibility-checker) that lets you inspect the accessibility level of content created in CKEditor and immediately solve any accessibility issues that are found. CKEditor is the open source rich text editor used throughout Sakai. While the Accessibility Checker, due to the GPL license, can not be bundled with Sakai, it can be used with Sakai and the A11y group has created [instructions](https://confluence.sakaiproject.org/display/2ACC/CKEditor+Accessibility+Checker) to help you.\n\n## Skinning Sakai\nDocumentation on how to alter the Sakai skin (look and feel) is here https://github.com/sakaiproject/sakai/tree/master/library\n\n## Translating Sakai\n\nTranslation, internationalization and localization of the Sakai project are coordinated by the Sakai Internationalization/localization community. This community maintains a publicly-accessible report that tracks what percentage of Sakai has been translated into various global languages and dialects. If the software is not yet available in your language, you can translate it with support from the broader Sakai Community to assist you. \n\nFrom its inception, the Sakai project has been envisioned and designed for global use. Complete or majority-complete translations of Sakai are available in the languages listed below. \n\n### Supported languages\n| Locale | Language|\n| ------ | ------ |\n| en_US | English (Default) |\n| ca_ES | Catalán |\n| de_DE | German |\n| es_ES | Español |\n| eu | Euskera |\n| fa_IR | Farsi |\n| fr_FR | Français |\n| hi_IN | Hindi |\n| ja_JP | Japanese |\n| mn | Mongolian |\n| pt_BR | Portuguese (Brazil) |\n| sv_SE | Swedish |\n| tr_TR | Turkish |\n| zh_CN | Chinese |\n| ar | Arabic |\n| ro_RO | Romanian |\n| bg | Bulgarian |\n| sr | Serbian |\n\n### Other languages\n\nOther languages have been declared legacy in Sakai 19 and have been moved to [Sakai Contrib as language packs](https://github.com/sakaicontrib/legacy-language-packs).\n\n## Community (contrib) tools\nA number of institutions have written additional tools for Sakai that they use in their local installations, but are not yet in an official release of Sakai. These are being collected at https://github.com/sakaicontrib where you will find information about each one. You might find just the thing you are after!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakaiproject%2Fsakai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakaiproject%2Fsakai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakaiproject%2Fsakai/lists"}