Skip to content

Commit

Permalink
[deploy] Update INGInious stack doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Jan 11, 2023
1 parent ed4a64d commit eb6ab61
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ Simply run:
And access http://localhost:9000 in your browser.

*The default user and login are "superadmin".*

You can add new courses to your fresh INGInious instance by installing them in the "tasks" folder.

For example, the INGInious tutorial course is installed with the following commands:

.. code-block::
$ git clone https://github.com/UCL-INGI/INGInious-demo-tasks.git
$ mv INGInious-demo-tasks/tutorial tasks/
*If you encounter permission errors, you should run the following command:*

.. code-block::
$ sudo chown -R <your_user>:<your_user> tasks
Documentation
-------------

Expand Down

0 comments on commit eb6ab61

Please sign in to comment.