https://github.com/rdmorganiser/rdmo-docs
English documentation for rdmo
https://github.com/rdmorganiser/rdmo-docs
Last synced: 5 months ago
JSON representation
English documentation for rdmo
- Host: GitHub
- URL: https://github.com/rdmorganiser/rdmo-docs
- Owner: rdmorganiser
- License: apache-2.0
- Created: 2017-12-19T12:35:07.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T12:34:00.000Z (about 1 year ago)
- Last Synced: 2025-03-31T13:53:21.548Z (about 1 year ago)
- Language: Makefile
- Homepage: https://rdmo.readthedocs.io
- Size: 8.59 MB
- Stars: 0
- Watchers: 7
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RDMO - Research Data Management Organiser
[](https://pypi.python.org/pypi/rdmo/)
[](https://github.com/rdmorganiser/rdmo/blob/master/LICENSE)
[](http://rdmo.readthedocs.io/en/latest/?badge=latest)
RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. RDMO is funded by the Deutsche Forschungsgemeinschaft (DFG).
## English documentation
### Setup
First install requirements (e.g. `sphinx`):
```bash
python -m pip install -r requirements.txt
```
Then, the HTML files can be created using:
```bash
make html
```
A live server, which auto-updates itself after a file is saved, can be started using:
```bash
make live
```
The documentation is then available on http://localhost:8001.