Learning
Resources for learning
EdTech
- Top tools for learning
- Digital Promise
- Self-hosted learning and courses
- Awesome EdTech Tools
- Ethical EdTech
- Addressing the Decline of Open Source LMS
Learning Platforms
Canadian
American
Hackathons
Research
eLearning
Universities
Companies
Standards
eLearning Apps
Online schools
Assessment
Knowledge Management System
- Awesome knowledge management
- Gardening Tools
- Notion
- Fibery
- Roam
- Capiche
- Gatsby theme brain
- Tiddlywiki
- Learning Tools Interoperability
Authoring Tools
- Adapt Learning
- eXe Learning
- DaSL course template bookdown
- Jupyter4edu
- Authorea
- Scalar
- Introducing Manuscripts.io
- Manuscripts.io
- Remarqable
- Scitrus
- Synchronized editing: the future of collaborative writing
- Mathigon Studio
Employee Training System
Learning Management Systems
CERN
Open Learning Initiative
Up2U
-
Setting up SSL for Keycloak Make a server and add an A record for auth.mechatronics3d.com and put the IP address of the server as the value. Run these commands in the keycloak server:
curl -s "https://get.sdkman.io" | bash
- Open a new terminal
sdk list java
sdk install java 11.0.11-open
- Generate a certificate:
keytool -genkey -alias localhost -keyalg RSA -keystore keycloak.jks -validity 10950
- Get a certificate:
keytool -certreq -alias yourdomain -keystore keycloak.jks > keycloak.careq
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
certbot certonly --standalone -d auth.mechatronics3d.com
(gist)wget https://letsencrypt.org/certs/isrgrootx1.pem
keytool -import -keystore keycloak.jks -file isrgrootx1.pem -alias root
keytool -import -alias auth.mechatronics3d.com -keystore keycloak.jks -file /etc/letsencrypt/live/auth.mechatronics3d.com/fullchain.pem
- Juju Keycloak
Moodle
- docker-moodle
- Installing Moodle with Kubernetes by Bitnami
- How to Create an LMS Educational Website like UCLA with WordPress & Moodle 2021 - Moodle Tutorial
- Moodle on Cloud by Cognosys
- Moodle k8s
- Kubernetes Moodle
- Moodle operator
- Juju Moodle by GARR
- Juju Moodle Base by GARR
- Moosh
- Site Stuck at Upgrade
- Azure Moodle
- Login Moodle with Keycloak OAuth2
Mahara
EdX
Sakai
ILIAS
OPEN edX
Kubernetes
EdX Deployment
- Open EdX deployment
- Tutor: view the configuration file:
cat "$(tutor config printroot)/config.yml"
- Tutor: set configuration parameters:
tutor config save --set PARAM1=VALUE1 --set PARAM2=VALUE2
- Tutor:
tutor config save --set RUN_SMTP=false --set SMTP_HOST=smtp.gmail.com --set SMTP_PORT=587 --set SMTP_USERNAME=mechatronics3d.academy --set SMTP_PASSWORD=123 --set SMTP_USE_TLS=true
- Tutor: print a configuration parameter:
tutor config printvalue RUN_SMTP
- Tutor: logs of a specific service:
tutor local logs --follow smtp
- Tutor: Open edX on AWS EKS
EdX eCommerce
EdX Forums
EdX and SMTP
Tsugi Cloud
WordPress
Video Conferencing
Online course templates
Tools
Project documentation
Terminal
Open Source Projects
Recommendations of Collaborative software
- Chat: http://gitter.im
- Video conferences: http://appear.in, http://hubl.in, or https://rendez-vous.renater.fr/
- Temporary collaborative text editing: framapad.org
- Polls: http://framadate.org
- Anonymous votes: http://adoodle.org
- Surveys: http://limesurvey.org
- Whiteboard?
Microlearning
Forums
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 06.03.2022: Update Apps.md (98505d2)