Skip to content
Snippets Groups Projects
Commit 3ad1d3f0 authored by Roman Dvořák's avatar Roman Dvořák
Browse files

add "how to cite" and final minor changes

parent 390c71e2
No related branches found
No related tags found
No related merge requests found
When referencing the INJECT Exercise Platform, please cite our paper titled:
[**From Paper to Platform: Evolution of a Novel Learning Environment for Tabletop Exercises**](https://www.muni.cz/en/research/publications/2390899)
This paper provides insights and practical experiences derived from a cybersecurity course where tabletop exercises were introduced utilizing the innovative technology of the INJECT Exercise Platform (IXP).
For a comprehensive overview of tabletop exercises, we recommend our Systematic Literature Review: ["Research and Practice of Delivering Tabletop Exercises."](https://www.muni.cz/en/research/publications/2390898)
username,group,tags,first_name,last_name
john@email.cz,instructor,first,John,Doe
john1@email.cz,trainee,first,John Second,Doe
john2@email.cz,admin,first,John Third,Doe
...@@ -4,9 +4,24 @@ The INJECT Exercise Platform comprises two main components: the frontend and the ...@@ -4,9 +4,24 @@ The INJECT Exercise Platform comprises two main components: the frontend and the
For a deeper understanding of the overall architecture of the INJECT Exercise Platform, you can refer to the [architecture overview](architecture/overview.md) in the documentation. For a deeper understanding of the overall architecture of the INJECT Exercise Platform, you can refer to the [architecture overview](architecture/overview.md) in the documentation.
## Hardware Requirements ## Prerequisites
### Hardware Requirements
Before you begin, ensure that you have the following:
* A server with at least 1 core CPU and 4 GB RAM
* A 64-bit x86 architecture
* Root or sudo access to the server
These requirements ensure that the backend server can handle data processing efficiently while serving the frontend interface smoothly.
### Software Requirements
* Operating System: Debian (recommended)
* [Docker](https://www.docker.com/)
* [Docker Compose](https://docs.docker.com/compose/)
Make sure to install Docker and Docker Compose before proceeding with the installation.
Before you begin, ensure that you have the following: a server with at least 2 core CPU and 4GB RAM, a 64-bit x86 architecture and root or sudo access to the server. This ensures that the backend server can handle data processing efficiently while serving the frontend interface smoothly.
The installation files for deployment are zipped and available on GitLab. You can download them from [here](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/deployment-files.zip?ref_type=heads&inline=false) The installation files for deployment are zipped and available on GitLab. You can download them from [here](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/deployment-files.zip?ref_type=heads&inline=false)
......
...@@ -39,7 +39,7 @@ username,group,tags,first_name,last_name ...@@ -39,7 +39,7 @@ username,group,tags,first_name,last_name
``` ```
- **username** (mandatory) - **username** (mandatory)
- has to be a valid email address of the user (he will receive credentials via this email) - has to be a valid email address of the user (user will receive credentials via this email)
- **group** (optional, implicitly "trainee") - **group** (optional, implicitly "trainee")
- authorization role of the created user - authorization role of the created user
- values: trainee, instructor, or admin (shorts "t", "i" or "a" can be used as well) case is ignored - values: trainee, instructor, or admin (shorts "t", "i" or "a" can be used as well) case is ignored
...@@ -52,4 +52,5 @@ Instructors cannot create users with higher privileges. admin (admin can be crea ...@@ -52,4 +52,5 @@ Instructors cannot create users with higher privileges. admin (admin can be crea
- **last_name** (optional) - **last_name** (optional)
- last name of the created user if you want to identify them later - last name of the created user if you want to identify them later
As a separator for the column, you can use either `,` or `;`. As a separator for the column, you can use either `,` or `;`.
\ No newline at end of file An example of such a file can be downloaded [here]()
\ No newline at end of file
...@@ -31,6 +31,7 @@ nav: ...@@ -31,6 +31,7 @@ nav:
- Authors: authors.md - Authors: authors.md
- Report bugs: report-bugs.md - Report bugs: report-bugs.md
- Acknowledgements: acknowledgements.md - Acknowledgements: acknowledgements.md
- How to cite: how-to-cite.md
# - License: license.md # - License: license.md
markdown_extensions: markdown_extensions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment