Node.js on Raspberry Pi with TiddlyWiki done.
Now I need to figure out how to serve the TiddlyWiki to my network as I 
create a local version that can be seen on the RasPi with the instructions 
from TWdotC

3 Steps with 3 Command Lines to set up RasPi with Node.js TiddlyWiki
1. Set Up RasPi with Raspbian - Tons of tutorials on the Web on doing this.
2. Set up Node.js <http://weworkweplay.com/play/raspberry-pi-nodejs/> - 2 
commands

wget http://node-arm.herokuapp.com/node_latest_armhf.deb 
sudo dpkg -i node_latest_armhf.deb

3. Follow Set Up on TWdotC for Setting up Node.js 
<http://tiddlywiki.com/static/Installing%2520TiddlyWiki%2520on%2520Node.js.html>
 - 
1 command
sudo npm install -g tiddlywiki


It takes about 2 to 3 hours depending on your computer speed as you need to 
download almost 1 GB for Raspbian.
Then Setting up the RasPi takes about 20 to 30 minutes.
Updating the RasPi - I do this all the time as it always seems to be 
necessary
sudo apt-get update
sudo apt-get upgrade

Once the RasPi is set up Node.js takes about 5 to 10 minutes.
TW on Node.js takes probably about 10 to 15 minutes give or take.
Lots of waiting not a lot of heavy lifting.

Now on to my next issue, serving the data outside the localhost, 
127.0.0.1:8080

Rich Shumaker

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to