mt-homonymy-support #2

Manually merged
lexonomy merged 7 commits from mt-homonymy-support into master 2020-08-05 10:04:56 +00:00
Showing only changes of commit 6f157eeea1 - Show all commits

View File

@ -4,10 +4,10 @@
#############################################################################
# Alter these variables
#USERNAME= vps_sign_in(probably name@lexonomy.cjvt.si
#VPS_PASSWORD= vps password
#VPS_USERNAME= user name inside vps(probably name from @lexonomy)
#API_KEY= $(cat path/to/api/token/file)
#USERNAME=vps_sign_in(probably name@lexonomy.cjvt.si
#VPS_PASSWORD=vps password
#VPS_USERNAME=user name inside vps(probably name from @lexonomy)
#API_KEY=$(cat path/to/api/token/file)
# Exit if no argument is passed on run
if [[ -z "$1" ]]; then
@ -24,4 +24,4 @@ tar czf - ./config.json ./bundle.js ./local.js ./main.css ./main.html | ssh $USE
# Create a simlink on VPS that will enable specific plugin on https://lexonomy.cjvt.si/
# Routes must be absolute or it doesn't work.
ssh -t $USERNAME -p $VPS_PASSWORD "sudo ln -s /home/$VPS_USERNAME/plugins/$PLUGIN_NAME /home/ozbolt/plugins/$PLUGIN_NAME"
ssh -t $USERNAME -p $VPS_PASSWORD "sudo -s unlink /home/ozbolt/plugins/$PLUGIN_NAME || true && sudo ln -s /home/$VPS_USERNAME/plugins/$PLUGIN_NAME /home/ozbolt/plugins/$PLUGIN_NAME"