mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Moved tw5.com scripts into the tw5.com directory
This commit is contained in:
parent
892cca0ccf
commit
e6195e424c
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# run TiddlyWiki5
|
||||
|
||||
node core/boot.js --verbose --wikitest ../test/wikitests/ --dump shadows || exit 1
|
@ -7,8 +7,8 @@ mkdir -p tmp
|
||||
mkdir -p tmp/tw5
|
||||
|
||||
# cook TiddlyWiki5
|
||||
node ../tiddlywiki.js \
|
||||
--recipe $PWD/tw5.com/tw5.com.recipe \
|
||||
--store tw5.com/store \
|
||||
--savewiki tmp/tw5 \
|
||||
node ../../tiddlywiki.js \
|
||||
--recipe $PWD/tw5.com.recipe \
|
||||
--store tiddlers \
|
||||
--savewiki ../tmp/tw5 \
|
||||
|| exit 1
|
5
rabbithole/tw5.com/run.sh
Executable file
5
rabbithole/tw5.com/run.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# run TiddlyWiki5
|
||||
|
||||
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ --dump shadows || exit 1
|
@ -7,7 +7,7 @@
|
||||
|
||||
# default values
|
||||
REMOTE_USER=${1:-$USER}
|
||||
FROMDIR=$PWD/tmp/tw5
|
||||
FROMDIR=$PWD/../tmp/tw5
|
||||
HOST="tiddlywiki.com"
|
||||
DIR="/var/www/www.tiddlywiki.com/htdocs/tiddlywiki5"
|
||||
OWNER="www-data:www-data"
|
Loading…
Reference in New Issue
Block a user