- Clone the repository and change into directory
git clone ... && cd ...
- Edit configuration
cp config_default.txt config.txt
and editconfig.txt
(setDBPORT
andWEBSERVERPORT
to a port that is not in use!) - Start database
make run_db
(you can usemake dberase
to reset the DB)
Open a new tab for the steps below. - Import data
make run_dbimport
- Start web UI
make run_webui
- Outside TSD: run
make prepare_offline
- Move the zip file into TSD and sync it to the noas repo on Gitea
- run
make update
- it will pull changes and it will also place the git hash available for the web UI
- build tools (gcc, make, ...)
- R
- git
- php
- postgresql
- lighttpd
- R-packages
These data types are supported as NOAS table columns (in metadata, DB and web UI).
text
float
integer
date
(YYYY-MM-DD)time
(HH:MM:SS)boolean