在 microsoft azure 上使用 bitnami 对 Open edx 的说明
Clarifications on Open edx using bitnami at microsoft azure
我已经在 Microsoft Azure 云中使用 bitnami 成功安装了 openEdx。
我想知道以下几点,有人可以帮我吗!
1)我是一名 PHP 程序员 - 但我浏览了一些博客,他们提到 edx 的书面脚本是 python 等,
edx 脚本支持 PHP 吗? “
2) 我可以通过winscp连接服务器。谁能告诉我确切的根路径?
3) Edx 是否与使用 PHP & Mysql 制作的普通应用程序相同?
4) 我看到,有很多模块,我们需要安装它才能使用(就像我们在 Wordpress 中安装插件一样),
那么我们可以根据我们的个性化需求进行定制吗?
5) 请推荐我好的启动教程
期待您的回复,提前致谢
1) I am a PHP programmer - but I reviewed few blogs , they mentioned the written script of edx is python etc, is the edx script support PHP ? "
Bitnami Open edX Stack 包括三个主要组件:edX Platform
、XQueue
和 edX Forum
。 edX Platform
和XQueue
写在Python中,cs_comments_service
(论坛)写在Ruby中。更多信息:
- https://github.com/edx/edx-platform
- https://github.com/edx/xqueue
- https://github.com/edx/cs_comments_service
2) I can able to connect server through winscp. Can anyone tell me the exact root path?
请查看有关如何通过 SSH/SFTP 访问服务器的 Bitnami 文档:
- https://docs.bitnami.com/azure/faq/#how-to-connect-to-the-server-through-ssh
- https://docs.bitnami.com/azure/faq/#how-to-upload-files-to-the-server-with-sftp
3) Is Edx same as common Application Made using PHP & Mysql?
没有。 edX 要复杂得多,因为它使用 Python、NodeJS、Ruby、RabbitMQ、MySQL 等。你应该看看 Open edX 架构:
http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/architecture.html
4) I seen, lot of modules are present & we need to install it to use ( Like we do plugins in Wordpress), then can we able to customize for our individual requirement?
是的,您可以自定义并将 plugins/themes 添加到 edX。
- 插件文档:
- 主题文档:
5) kindly Suggest me good startup tutorial
您应该查看 Open edX 的 Bitnami 文档:
https://docs.bitnami.com/azure/apps/edx/
我已经在 Microsoft Azure 云中使用 bitnami 成功安装了 openEdx。
我想知道以下几点,有人可以帮我吗!
1)我是一名 PHP 程序员 - 但我浏览了一些博客,他们提到 edx 的书面脚本是 python 等, edx 脚本支持 PHP 吗? “
2) 我可以通过winscp连接服务器。谁能告诉我确切的根路径?
3) Edx 是否与使用 PHP & Mysql 制作的普通应用程序相同?
4) 我看到,有很多模块,我们需要安装它才能使用(就像我们在 Wordpress 中安装插件一样), 那么我们可以根据我们的个性化需求进行定制吗?
5) 请推荐我好的启动教程
期待您的回复,提前致谢
1) I am a PHP programmer - but I reviewed few blogs , they mentioned the written script of edx is python etc, is the edx script support PHP ? "
Bitnami Open edX Stack 包括三个主要组件:edX Platform
、XQueue
和 edX Forum
。 edX Platform
和XQueue
写在Python中,cs_comments_service
(论坛)写在Ruby中。更多信息:
- https://github.com/edx/edx-platform
- https://github.com/edx/xqueue
- https://github.com/edx/cs_comments_service
2) I can able to connect server through winscp. Can anyone tell me the exact root path?
请查看有关如何通过 SSH/SFTP 访问服务器的 Bitnami 文档:
- https://docs.bitnami.com/azure/faq/#how-to-connect-to-the-server-through-ssh
- https://docs.bitnami.com/azure/faq/#how-to-upload-files-to-the-server-with-sftp
3) Is Edx same as common Application Made using PHP & Mysql?
没有。 edX 要复杂得多,因为它使用 Python、NodeJS、Ruby、RabbitMQ、MySQL 等。你应该看看 Open edX 架构: http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/architecture.html
4) I seen, lot of modules are present & we need to install it to use ( Like we do plugins in Wordpress), then can we able to customize for our individual requirement?
是的,您可以自定义并将 plugins/themes 添加到 edX。
- 插件文档:
- 主题文档:
5) kindly Suggest me good startup tutorial
您应该查看 Open edX 的 Bitnami 文档: https://docs.bitnami.com/azure/apps/edx/