Learning

Resources for learning

EdTech

Learning Platforms

Canadian

American

Hackathons

Research

eLearning

Universities

Companies

Standards

eLearning Apps

Online schools

Assessment

Knowledge Management System

Authoring Tools

Employee Training System

Learning Management Systems

CERN

Open Learning Initiative

Up2U

  • Up to University

  • filesystem-for-jupyter

  • 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

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

Microlearning

Forums

Last modified 06.03.2022: Update Apps.md (98505d2)