1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 08:43:14 +00:00

Moved tw5.com scripts into the tw5.com directory

This commit is contained in:
Jeremy Ruston 2012-05-04 17:47:12 +01:00
parent 892cca0ccf
commit e6195e424c
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +0,0 @@
#!/bin/sh
# run TiddlyWiki5
node core/boot.js --verbose --wikitest ../test/wikitests/ --dump shadows || exit 1

View File

@ -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
View File

@ -0,0 +1,5 @@
#!/bin/sh
# run TiddlyWiki5
node ../core/boot.js --verbose --wikitest ../../test/wikitests/ --dump shadows || exit 1

View File

@ -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"