Newer
Older
> [!WARNING]
> Most of the tool has been moved to here: https://gitlab.mpcdf.mpg.de/nomad-lab/north

Markus Scheidgen
committed
North is based on Jupyterhub and NOMAD. NOMAD runs Jupyterhub as a separate service,
provides GUI elements that connect to Jupyterhub to launch and control North tools.
This project contains all necessary docker images with all the supported tools inside.
## Project structure
- `docker` - All the docker files, scripts for creating/managing images, documentation
## Getting started
Clone the project
```sh
git clone git@gitlab.mpcdf.mpg.de:nomad-lab/nomad-remote-tools-hub.git
cd nomad-remote-tools-hub
```

Markus Scheidgen
committed
Get all sub-modules

Markus Scheidgen
committed
git submodule update --init

Markus Scheidgen
committed
Build an image

Markus Scheidgen
committed
cd docker/webtop
docker build -t gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop .

Markus Scheidgen
committed
See the respective `README.md` of `docker/*` subdirectories.