Index: DRT Server Setup Instruction.docx =================================================================== diff -u Binary files differ Index: DRT application install & config - fundamentals.txt =================================================================== diff -u --- DRT application install & config - fundamentals.txt (revision 0) +++ DRT application install & config - fundamentals.txt (revision 24a7d1c2042ba2daa6ebe9aa68868666543ecfa6) @@ -0,0 +1,39 @@ + +A. Install dependencies: + + 1. Install node v16 + + sudo apt update && sudo apt install curl + + curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - + sudo apt-get install -y nodejs + + node -v (confirm version 16 is running) + + + 2. Install Redis + + sudo apt install redis-server + + +B. Deploy latest version of the DRT app (git clone preferred) + +C. Install app dependencies + + npm install + +D. Change configuration for DRT environment + + change apps/mt-client/src/environments/environment.prod.ts - with specific env conf + + change .env - with specific env conf + +E. Build application + + npm run build:client + + npm run build:api + +F. Start application + + node ./dist/apps/mt-api/main.js \ No newline at end of file Fisheye: Tag 24a7d1c2042ba2daa6ebe9aa68868666543ecfa6 refers to a dead (removed) revision in file `DRT application install & config - v.0.2.6.txt'. Fisheye: No comparison available. Pass `N' to diff? Index: readme.md =================================================================== diff -u --- readme.md (revision 0) +++ readme.md (revision 24a7d1c2042ba2daa6ebe9aa68868666543ecfa6) @@ -0,0 +1,12 @@ +Version: 0.2.7 + +After the version 0.2.6 with the 0.2.7 an auto mated installation script has been created. +The current installation uses the RaspberryPi 4B 4GB as the main device to install the DRT. +The instruction to setup the DRT server is added to this repository and will later officially added to the document management system. + +Read the DRT application install & config - fundamentals.txt +to know what has to be done in details on any linux server + +Read DRT Server Setup Instruction.dox +to know how to setup a DRT server from scratch on a RaspberyPi 4B 4GB +