mirror of https://github.com/DJ2LS/FreeDATA.git
Some helper scripts for windows
parent
a09cfd89e9
commit
eb7122dc0f
|
@ -0,0 +1,5 @@
|
||||||
|
REM Place this batch file in FreeData/tnc and then run it
|
||||||
|
REM ie. c:\FD-Src\gui_vue
|
||||||
|
|
||||||
|
call npm install
|
||||||
|
pause
|
|
@ -0,0 +1,5 @@
|
||||||
|
REM Place this batch file in FreeData/tnc and then run it
|
||||||
|
REM ie. c:\FD-Src\gui_vue
|
||||||
|
|
||||||
|
call npm start
|
||||||
|
pause
|
|
@ -0,0 +1,5 @@
|
||||||
|
REM Place this batch file in FreeData/tnc and then run it
|
||||||
|
REM ie. c:\FD-Src\gui_vue
|
||||||
|
|
||||||
|
call npm update
|
||||||
|
pause
|
|
@ -0,0 +1,5 @@
|
||||||
|
REM Place this batch file in FreeData/tnc and then run it
|
||||||
|
REM ie. c:\FD-Src\tnc
|
||||||
|
|
||||||
|
python -m pip install -r ..\requirements.txt
|
||||||
|
pause
|
|
@ -0,0 +1,5 @@
|
||||||
|
REM Place this batch file in FreeData/tnc and then run it
|
||||||
|
REM ie. c:\FD-Src\tnc
|
||||||
|
|
||||||
|
python daemon.py
|
||||||
|
pause
|
|
@ -0,0 +1,6 @@
|
||||||
|
REM This will copy the helper batch files to the approriate places for you
|
||||||
|
|
||||||
|
copy GUI* ..\..\gui_vue\
|
||||||
|
copy TNC* ..\..\tnc\
|
||||||
|
|
||||||
|
pause
|
Loading…
Reference in New Issue