Please enable JavaScript.
Coggle requires JavaScript to display documents.
CmdTrg - Coggle Diagram
CmdTrg
Installation
Variables
THISDIR
install.sh directory
LOCALDIR
$HOME/local/cmdtrg
THISHOME
hostname
EMAIL
fvega@dxc.com
Exist .$HOSTNAME
(N) Create .HOSTNAME
(Y) Read config
LOCALDIR
Validate if exist
USERNAME
EMAIL
read local.dir.cfg
Create subdirectories in $LOCALDIR
Exist $LOCALDIR/SQLite
(N) Exist $THISDIR/.sqlite.location
(Y) SQLDIR=
cat $THISDIR/.sqlite.location
(N) SQLDIR= Prompt for location
Verify SQLDIR exist if not create
Exist $SQLDIRcmdtrg.sqlite3
(N) cp $THISDIR/SQLite/cmdtrg.sqlite3 $SQLDIR/
Prerequisites
SQLite
CygWin
$LOCALDIR
Package
local.dir.cfg
.sqlite.location
cmdtrg.sqlite3
install.sh