Last active
April 30, 2024 08:35
-
-
Save PotOfCoffee2Go/d129d39234d8052a54f37a14424b37b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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