Friday, June 9, 2017

mongodb gui for ARM (raspberry pi) device

https://github.com/agirbal/umongo


Take Screenprint in Raspberry pi

Install scrot

sudo apt-get install scrot

To select a frame
$ scrot -s 

Cloud 9 IDE on raspberry pi

ATOM ide doesn't support on ARM devices, so the next choice would be cloud 9.

git clone git://github.com/c9/core.git c9sdk
cd c9sdk
scripts/install-sdk.sh
~/workspace/c9sdk/server.js -l 0.0.0.0 -p 8080 -a : -w /home/pi/workspace/ 


http://localhost:8080/ide.html