Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.13 KB

NotifyNL Local Environment

Important

Current operating systems supported are MacOS, Ubuntu and Windows (using an Ubuntu WSL2). For all others, you are on your own (though you can always ask @pgaetani).

Pre-requirements

The Short Version

Warning

Makefile still under construction.

Use the long way to install.

Generate your environment variable files:

make configure

To install the requirements:

make setup

To run the environment:

make up

To stop the environment:

make down

Further Reading