Skip to content

Instantly share code, notes, and snippets.

@PotOfCoffee2Go
Last active April 30, 2024 08:35
Show Gist options
  • Save PotOfCoffee2Go/d129d39234d8052a54f37a14424b37b1 to your computer and use it in GitHub Desktop.
Save PotOfCoffee2Go/d129d39234d8052a54f37a14424b37b1 to your computer and use it in GitHub Desktop.
mkdir tnr-mws-test
cd tnr-mws-test
git clone https://github.com/PotOfCoffee2Go/TiddlyWiki5.git --branch multi-wiki-startup
cd ./TiddlyWiki5
npm install
cd ..
git clone https://github.com/PotOfCoffee2Go/tw5-node-red-beta.git --branch mws-interface
cd tw5-node-red-beta
npm install
npm start
echo Copy/paste in a command window to create test environment
echo When done testing just delete 'tnr-mws-test' directory
echo to remove from your system
echo Create directory to hold test system
mkdir tnr-mws-test
cd tnr-mws-test
echo Clone TiddlyWiki5 - has change to load MWS and SQLite database.sqlite
git clone https://github.com/PotOfCoffee2Go/TiddlyWiki5.git --branch multi-wiki-startup
cd ./TiddlyWiki5
npm install
echo Back to tnr-mws-test directory
cd ..
echo Clone TW5-Node-RED with MWS support
git clone https://github.com/PotOfCoffee2Go/tw5-node-red-beta.git --branch mws-interface
cd tw5-node-red-beta
npm install
echo Start TW5-Node-RED
npm start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment