source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/DEPRECATED/react-gui/START-PROD-NOHUP.sh@ 38824

Last change on this file since 38824 was 38804, checked in by davidb, 3 months ago

Starting server, and running as nohup separated; updated README

  • Property svn:executable set to *
File size: 592 bytes
Line 
1#!/bin/bash
2
3echo ""
4echo "===="
5echo "Staring NodeJS-based Next server with 'nohup' in the background"
6echo "=> Run ./STOP-PROD.sh to (currently) list the process that need"
7echo " to be manually stopped with 'kill'"
8echo "----"
9echo ""
10
11#echo "Logging output to nohup.out"
12#echo ""
13
14echo "================================================================================" >> nohup.out
15echo "START-PROD.sh run: $(date) " >> nohup.out
16echo "" >> nohup.out
17
18nohup ./START-PROD.sh &
19
20echo ""
21
22# Small sleep, just to let the nohup output have time to be dislayed
23sleep 1
24
25
26echo "===="
27echo ""
Note: See TracBrowser for help on using the repository browser.