What is the minimum to get this up and running locally for test/dev? I know this isn't exactly meant for ruby/rails newbies -- but according to a few searches, (and the readme) it looks like I need:
* postgresql 9+
* redis
* memcached
* solr (is it needed for test/dev?)
* ruby 2.0 and rails 4.0
It looks like a sane way to get a rails 4 dev environment for the local user (on a recent Debian system) is: \curl -L https://get.rvm.io | bash -s stable --rails
So, with the various servers installed, should the line above, paired with a checkout of the repo allow me to do: rails serve
And have a look at a local install of this thing?