We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
replace rvm installer scripts with anti-root wrapper
fixed a link
Updated Installing on Fedora (markdown)
Fix: bring yum command in line with others
Fix: change apt-get command to yum
+ nodejs
update to https://rvm.io/
change ruby to 1.9.2 rvm not the system 1.8.7
need postgresql-server also
postgres link
add fedora version and add sqlite-devel to initial
change start redis to mkdir so script/server will just start it, better than via service
add postgres
add openssl-devel as postgres does not require it and its needed overall
add gem update, solves a lot of issues (sometime yes it makes some also)
Added 'service redis start'
Revert 2a499ec80ff865273337677a4e65b1d54012e022 ... 49a33b21b6a56cc1c62e9b4ea3f94993128dfb03 on Installing on Fedora
redis instruction did not work - I assume because it is no longer listed in repo. Suggest change as or similar to indicated
And libcurl. Just adding deps as I go along here :)
Need libffi too, apparently.
Slight refactor of system-specific dependency install directions
refactored Installing and Running Diaspora