EdX

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(Django)
 
(未显示1个用户的11个中间版本)
第21行: 第21行:
 
  mkdir fullstack
 
  mkdir fullstack
 
  cd fullstack
 
  cd fullstack
  curl -L https://raw.githubusercontent.com/edx/configuration/master/vagrant/release/fullstack/Vagrantfile > Vagrantfile
+
export OPENEDX_RELEASE="open-release/ginkgo.2"
  vagrant plugin install vagrant-hostsupdater
+
  curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/install/install_stack.sh
 +
  bash install_stack.sh fullstack
 
  vagrant up
 
  vagrant up
 
  vagrant ssh
 
  vagrant ssh
第34行: 第35行:
 
  cd edx-platform
 
  cd edx-platform
 
  sudo python setup.py install
 
  sudo python setup.py install
 +
python manage.py runserver
 
默认账号
 
默认账号
  
第39行: 第41行:
  
  
 +
 +
==Django==
 +
[[Django]] App - Plugin App
 +
*[https://github.com/edx/edx-platform/tree/master/openedx/core/djangoapps/plugins Django App Plugins]
 +
*[https://github.com/edx/edx-platform/tree/master/openedx Open edX core]
  
 
==XBlock==
 
==XBlock==
第55行: 第62行:
 
*[https://github.com/edx/edx-app-ios iOS App] [[Swift]]语言开发
 
*[https://github.com/edx/edx-app-ios iOS App] [[Swift]]语言开发
 
*[https://github.com/edx/edx-app-android Android App] [[Java]]语言开发
 
*[https://github.com/edx/edx-app-android Android App] [[Java]]语言开发
*App统一用[[C Sharp|C#]]开发,[https://github.com/xamarin/Xamarin.Forms Xamarin.Forms]具有巨大优势。
+
*Desktop & App统一用 [[C Sharp|C#]] 开发,[[Uno Platform]] 具有优势。
  
 
==项目==
 
==项目==
第92行: 第99行:
 
*[https://openedx.microsoft.com/ Microsoft Learning]
 
*[https://openedx.microsoft.com/ Microsoft Learning]
 
*[https://lagunita.stanford.edu/ Stanford Lagunita]
 
*[https://lagunita.stanford.edu/ Stanford Lagunita]
 +
*[https://university.redislabs.com/ Redis Labs Launches Redis University]
 
*[https://university.mongodb.com/ MongoDB courses]
 
*[https://university.mongodb.com/ MongoDB courses]
 
*[https://ondemand.cloudera.com/ Cloudera OnDemand] site by @[[Appsembler]]
 
*[https://ondemand.cloudera.com/ Cloudera OnDemand] site by @[[Appsembler]]
第97行: 第105行:
 
*[http://www.xuetangx.com/ 学堂在线-最大的中文慕课(MOOC)平台]
 
*[http://www.xuetangx.com/ 学堂在线-最大的中文慕课(MOOC)平台]
 
*[http://www.x-omics.org/ 深圳华大基因学院edX平台:慕序(X-omics)]
 
*[http://www.x-omics.org/ 深圳华大基因学院edX平台:慕序(X-omics)]
 +
*[https://www.starbucksglobalacademy.com Starbucks Global Academy]
  
 
==服务商==
 
==服务商==
*[https://openedx.atlassian.net/wiki/spaces/COMM/pages/65667081/Open+edX+Service+Providers Open edX Service Providers]
+
*[https://openedx.atlassian.net/wiki/spaces/COMM/pages/65667081/Open+edX+Service+Providers Open edX Service Providers] [https://open.edx.org/marketplace-category/service-partners/ Open edX Service Partners]
 
*[http://opencraft.com/ OpenCraft]提供edX [[OpenStack]]云服务 [https://github.com/open-craft/opencraft OpenCraft @ GitHub]
 
*[http://opencraft.com/ OpenCraft]提供edX [[OpenStack]]云服务 [https://github.com/open-craft/opencraft OpenCraft @ GitHub]
 
*[https://www.edunext.co/ eduNEXT] Open edX platform as a service
 
*[https://www.edunext.co/ eduNEXT] Open edX platform as a service
 
*[https://appsembler.com/ Appsembler] [https://github.com/appsembler GitHub]
 
*[https://appsembler.com/ Appsembler] [https://github.com/appsembler GitHub]
 +
*[https://arbisoft.com/services/open-edx-service-providers/ Arbisoft] We build online education platforms
 +
*[https://github.com/eduNEXT eduNEXT]
 +
*[https://competentum.com/ Competentum] EdTech Solutions and Services
 +
*[https://cloudswyft.com/ CloudSwyft] Leading Technology Learning Platform in Asia Pacific
 +
*[https://www.e-ducation.cn/ E-ducation在线学习培训平台]
 +
*[https://extensionengine.com/ ExtensionEngine]
 +
*[https://ibleducation.com/ IBL Education] AI-Driven Learning Ecosystem
 +
*[https://lawrencemcdaniel.com/ Lawrence Mcdaniel] Full Stack Developer 厉害,一个人,13个国家工作,[https://blog.lawrencemcdaniel.com/ 博客]。
 +
*[http://learning.perpetualny.com Perpetual Learning]
 +
*[https://raccoongang.com/ Raccoon Gang]
  
 
==图集==
 
==图集==
 
<gallery>
 
<gallery>
 +
image:openedx-platform.png|Open edX平台
 
image:edx-architecture.png|edX架构
 
image:edx-architecture.png|edX架构
 
image:edx-front-and-server.png|前后端
 
image:edx-front-and-server.png|前后端

2021年2月11日 (四) 11:37的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 EdX Thanks, Wikipedia.

edX 是由合作创建方 Harvard 和 MIT 共同创立的非盈利组织,它的使命是将最好的高等教育带给世界各地不同年龄段拥有上网机会的学生。EdX的免费在线 MOOC 提供交互式的学习体验,课程包括计算机科学,公共健康和人工智能等。edX是个开源项目,采用GNU AGPL v3许可协议。

目录

[编辑] 简介

Edx-logo.png The Future of Education is In-Demand, On-Demand.

[编辑] 功能

[编辑] 组成

Open edX平台包含以下套件:

  • Open edX Studio
  • Open edX LMS (Learning Management System)
  • The capa_module XBlock, which implements a set of problem types that are based on LON-CAPA problem types
  • The ORA2 XBlock, which implements an open response assessment problem type
  • Discussion forum,使用RubySinatra框架编写。
  • Open edX Insights

[编辑] 安装

Fullstack

mkdir fullstack
cd fullstack
export OPENEDX_RELEASE="open-release/ginkgo.2"
curl -OL https://raw.github.com/edx/configuration/$OPENEDX_RELEASE/util/install/install_stack.sh
bash install_stack.sh fullstack
vagrant up
vagrant ssh
sudo vi /etc/hosts
192.168.1.10 preview.localhost
sudo pip install -U Paver
paver devstack lms
http://192.168.1.10:8000

或者源码安装

git clone https://github.com/edx/edx-platform
cd edx-platform
sudo python setup.py install
python manage.py runserver

默认账号

[email protected] / edx
[email protected] / edx
[email protected] / edx
[email protected] / edx

[编辑] Django

Django App - Plugin App

[编辑] XBlock

XBlock用于创建新的课件组件,XBlocks可以重用跨课程和与社区共享。

[编辑] Studio

edX edge帮助您管理您的线上课程,这样您就可以专注于教学。

[编辑] App

[编辑] 项目

[编辑] 文档

[编辑] 课程

[编辑] 用户

Openedx.png

Sites powered by Open edX

[编辑] 服务商

[编辑] 图集

[编辑] 链接

Powered-by-openedx.png
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱