mirror of
https://github.com/Quodatum/graphxq.git
synced 2026-04-22 17:23:04 +01:00
started
This commit is contained in:
parent
bfd2f26579
commit
2088ccd269
20 changed files with 1167 additions and 3 deletions
3
build/deploy
Executable file
3
build/deploy
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#/bin/sh
|
||||
cp -r src/* /home/andy/usr/basex/webapp/
|
||||
echo copied to /home/andy/usr/basex/webapp/
|
||||
4
build/deploy-remote
Executable file
4
build/deploy-remote
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
rsync --verbose --progress --stats --compress \
|
||||
--recursive --times --perms --links --delete \
|
||||
src/* basex@velvet:~/webapp
|
||||
Loading…
Add table
Add a link
Reference in a new issue