What's your hardware specs?
-
My development (Koding) VM is 3GB storage and what looks like 16gb of RAM (albeit not very reliable, but it works). Installed on Redis, but I'm seeing signs that mongoDB is the way to go in terms of scaling. Will be keeping a close eye on this thread as I get closer to a roll out date and ensure I get everything right first time.
-
Looks completely feasible!
http://joshondesign.com/2013/10/23/noderpi -
@dark_hunter In my limited experience, v0.3.2 runs fairly well on the Pi. I have not tried the latest edge version, but I may as well give it a shot now. Will report back.
Some notes:
- Cold loads take about 5-10 seconds because of all the static assets that must be served via HTTP (css assets, js files, etc)
- After the initial load, further browsing is very fast, comparable to an installation running off of a desktop/VPS.
-
@Dark_Hunter I haven't tried yet. I want to get a second SD card before I try.
-
Tested NodeBB on an RPi this morning -- cold load reduced to 2s. I did some more optimizing today that should reduce it further, hopefully.
For reference, desktop browsing of NodeBB usually loads in 1.6-1.9 seconds depending on connection/ping/etc. Thanks to the refactoring done by @psychobunny, we are now able to report that NodeBB runs fairly well on the Pi!
-
NodeBB works wonders on an Rpi in my opinion.
I haven't tested any workload though. Would be interesting to do some benchmarking.
@psychobunny what is the hardware specs on this installation? And how much load does it have with this userbase? -
This server is a potato. 512MB RAM... and the three of us run our dev on this server, and run quite a few other sites (ex. our NodeBB blog, my blog, etc). If this site ever hangs, it's because one of us (likely me) nibbed out and tried to run code that resulted in infinite loops We're thinking of upgrading maybe, and putting this forum on its own... we're pretty proud of how fast NodeBB runs but really aren't showcasing that as much as we can atm
-
@julian What OS did you use on the Pi to get nodebb running, as I'm seeing reports that ubuntu ist not supported, I've never bothered trying to install a proper distro, I always used Raspbmc for movies and the like.
Edit, found on github you used Raspbian, so got that pon the download. Also, the new B+, looks great. However not sure 4 USBs will work off the 5v power.
Writing a guide as I do this for the documentation.