Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions archive/deployment/deploy-usermgmt.yml

This file was deleted.

8 changes: 4 additions & 4 deletions archive/server_setup/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export PATH=$PATH:/usr/local/geos/bin:/usr/local/proj4/bin

if shopt -q login_shell ; then
echo ""
echo "Type 'dev' to activate the dev environment"
echo "Type 'prd' to activate the dev environment"
echo "THIS IS THE PROD SERVER!!"
echo ""
echo " Some handy aliases that work in either environment are"
echo " logs => go to the logs folder"
Expand All @@ -34,8 +33,9 @@ if shopt -q login_shell ; then
echo " tnj => tail the nightly job log"
echo " spacecalc => display space usage in the current folder"
echo ""
fi
export NVM_DIR="$HOME/.nvm"
prd
fi
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH=$PATH:$(dirname $(which node))
Expand Down
6 changes: 0 additions & 6 deletions archive/usermgmt/addAdminUser.sh

This file was deleted.

7 changes: 0 additions & 7 deletions archive/usermgmt/addFBApiKey.sh

This file was deleted.

116 changes: 0 additions & 116 deletions archive/usermgmt/addSftpUser.sh

This file was deleted.

49 changes: 0 additions & 49 deletions archive/usermgmt/camTableMaintenance.py

This file was deleted.

91 changes: 0 additions & 91 deletions archive/usermgmt/testkeys.py

This file was deleted.

23 changes: 0 additions & 23 deletions archive/usermgmt/updateAwsKey.sh

This file was deleted.

Loading
Loading