Skip to content
Snippets Groups Projects
Select Git revision
  • improve-type-safety-apps
  • 2376-add-transfer-upload-bundle-endpoint
  • mapping-parser-fixes
  • temporal-workflows
  • v1.3.17
  • reset-pause-start-processing
  • develop default protected
  • 2394-unformatted-log-in-the-upload-and-entry-overviews
  • improve-error-messages-on-transfer-bundle-workflow
  • 2388-schema-label-not-showing-in-create-from-schema-dialog
  • north-integration-final
  • 2390-not-all-units-available-in-the-front-end
  • upgrade-numpy
  • upgrade-ase-attempt-2
  • fix-error-v2basesection
  • tlc/two-tier-indexing
  • update-mongo
  • 2386-re-order-matrix-visualisation-from-column-major-to-row-major-ordering
  • 2372-merging-and-overwriting-for-nomad-yaml
  • cheminformatics
  • v1.3.16
  • tag-skip-tests-for-docs
  • v1.3.15
  • v1.3.14
  • v1.3.13
  • v1.3.12
  • v1.3.11
  • v1.3.10
  • v1.3.9
  • v1.3.8
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.1
  • v1.2.0
40 results

nomad-FAIR

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Markus Scheidgen authored
    9dfd63e2
    History

    This project tries and test approaches that might lead to an improved architecture for NOMAD (XT).

    Generate the docs (and continue there)

    First, clone this repo:

    git clone git@gitlab.mpcdf.mpg.de:mscheidg/nomad-xt.git
    cd nomad-xt

    Second, create and source your own virtual python environment:

    pip install virtualenv
    virtualenv -p `which python3` .pyenv
    source .pyenv/bin/activate

    Third, install the development dependencies, including the documentation system sphinx:

    pip install -r requirements-dev.txt

    Forth, generate the documentation:

    cd docs
    make html

    Conintue with reading the documentation for further setup and contribution guidelines:

    cd .build/html
    python -m http.server 8888

    Open http://localhost:8888/html/setup.html in your browser.