ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

Install instructions for & links to prebuilt Node, MongoDB packages #93

Closed tjanson closed 10 years ago

tjanson commented 10 years ago

Added instructions to install Node.js and MongoDB from prebuilt packages; updated regular instructions. See #92.

This should probably be tested before merge, just to be sure.

optikfluffel commented 10 years ago

:+1:

tjanson commented 10 years ago

Alright, this works fine for me; current versions:

$ uname -a ; node -v ; mongo --version
Linux piplusraspbian 3.12.22+ #691 PREEMPT Wed Jun 18 18:29:58 BST 2014 armv6l GNU/Linux
v0.10.32
MongoDB shell version: 2.1.1
tjanson commented 10 years ago

Please hold for now, seeing this wall of commits has made me see the error in my ways. I shall return with a squashed commit history.

(But really, I guess I just need practise, but merging several old fixes into a single branch, and having to rebuild binary-ish (well, okay, HTML) files is no fun…)

tjanson commented 10 years ago

Okay, I’m actually surprised how smoothly this went: Just reordered and squashd or fixupd the various corrections without any issues.

However, GH won’t let me reopen because I force-pushed. I had a feeling something like this would happen (but hey, it’s a learning experience).

[Apparently you can only force-push while the issue is open?] I know force-push is to be avoided, but what alternative workflow would’ve been in order?]

In any case, I guess I’ll reopen as a new PR.