Skip to content

Commit d04ce3d

Browse files
author
Oscar Carballal Prego
committed
Reestructured document location. Redacted General Install page and openmooc-engine install page
1 parent 68f38d8 commit d04ce3d

20 files changed

+1190
-1717
lines changed

source/IdP_guide.rst

Lines changed: 0 additions & 994 deletions
This file was deleted.

source/askbot.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.

source/configure/askbot.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
======
2+
Askbot
3+
======
4+
5+
Configuring askbot

source/configure/idp.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
=======================
2+
IdP (Identity Provider)
3+
=======================
4+
5+
Identity provider

source/configure/moocng.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
======
2+
MoocNG
3+
======
4+
5+
MoocNG

source/demostrator.rst

Lines changed: 0 additions & 215 deletions
This file was deleted.

source/index.rst

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,52 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6+
====================================
67
Welcome to OpenMOOC's documentation!
78
====================================
89

9-
OpenMOOC is an open source Massive Open Online Course system built ton top of the django framework.
10+
OpenMOOC is an open source Massive Open Online Course system built on top of the
11+
django framework with Apache 2.0 license (see )
1012

1113
.. note:: This documentation is still in heavy development. Feel free to send an email to the mailing list in [email protected] if you have any questions.
1214

1315

1416
Installation
15-
------------
17+
============
1618
.. toctree::
17-
:maxdepth: 3
19+
:maxdepth: 2
1820

19-
rpm/install
20-
demostrator
21-
moocng
22-
askbot
23-
sentry_guide
24-
IdP_guide
21+
install/general
22+
install/idp
23+
install/engine
24+
install/askbot
2525

26-
.. note:: For moocng and askbot installation details please refer to the docs/ directory in their respective repositories
26+
Configuration
27+
=============
28+
.. toctree::
29+
:maxdepth: 2
2730

28-
.. warning:: Currently moocng does not have an egg in Pypi, if you try to install it that way it will fail.
31+
configure/idp
32+
configure/moocng
33+
configure/askbot
2934

3035
Manuals
31-
-------
36+
=======
3237
.. toctree::
33-
:maxdepth: 3
38+
:maxdepth: 2
3439

35-
teacher_manual
36-
students_manual
40+
manual/teacher
41+
manual/student
42+
manual/sentry
3743

3844
Reference
39-
---------
45+
=========
4046
.. toctree::
4147
:maxdepth: 2
4248

43-
mongo_structure
44-
49+
reference/mongo_structure
4550

51+
:doc:`LICENSE`
4652

4753
Indices and tables
4854
==================

source/install/askbot.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
===============
2+
openmooc-askbot
3+
===============
4+
5+
The Askbot component of OpenMOOC serves as a way to ask questions about a course.
6+
7+
To install it via the package repository you just need to do::
8+
9+
# yum install openmooc-askbot openmooc-askbot-customs
10+
11+
If for some reason the package from the repository couldn't work, you still can
12+
download the openmooc-askbot RPM and try to install it with the command::
13+
14+
# yum --nogpgcheck localinstall openmooc-askbot-0.7.44_x86_64.rpm openmooc-askbot-customs-0.7.44_x86_64.rpm
15+
16+
.. note:: Put link here
17+
18+
You can now follow to OpenMOOC Askbot Configuration
19+
20+
CentOS
21+
------
22+
23+
Deployment
24+
..........
25+
26+
The installation instructions for askbot-openmooc are `here <https://github.com/OpenMOOC/askbot-openmooc/blob/master/README-centos.rst>`_
27+
28+
Deploying multiple instances
29+
............................
30+
31+
The usual deployment mehtod of OpenMOOC requires multiple instancing of Askbots,
32+
here are the `instructions <https://github.com/OpenMOOC/askbot-openmooc/blob/master/README-centos-multipleinstance.rst>`_
33+
34+
Ubuntu
35+
------
36+
37+
Deployment
38+
..........
39+
40+
`Instructions <https://github.com/OpenMOOC/askbot-openmooc/blob/master/README-ubuntu.rst>`_
41+
42+
Deploying multiple instances
43+
............................
44+
45+
`Instructions <https://github.com/OpenMOOC/askbot-openmooc/blob/master/README-ubuntu-multipleinstance.rst>`_

0 commit comments

Comments
 (0)