This knowledge base is a collection of documents and references important to the NFDI4Microbiota consortium. It is also a collection of internal and external knowledge we wish to share with the Microbiota research community, and we welcome any contributions by them.
If you want to contribute to the Knowledge Base, please see the contributing.md file, and be sure to add yourself to the contributors.md file.
You should create branches from the dev branch, and create pull requests for the dev branch when you're done. Changes on the dev branches can be seen here: https://dev.knowledgebase.nfdi4microbiota.de/
- Install Ruby (2.7.0 or higher):
sudo apt install ruby-full
- Install GCC and Make:
sudo apt install build-essential
- Install required gems:
make build
- Create the knowledge base:
make serve
- Go to
localhost:4000
on your web browser
- Install RubyInstaller and with it Jekyll as shown here
- Clone the KB git repository into your chosen folder and open that folder with your favorite IDE.
- Run
bundle install
to install missing gems. - Start a local server by running:
bundle exec jekyll serve
- Open your browser and go to:
http://127.0.0.1:4000/
This work is licensed under a Creative Commons Attribution 4.0 International License.