We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These instructions are for the current version of Fedora.
To install build tools, run the following:
su -c 'yum install make automake gcc gcc-c++ libxslt libxslt-devel libxml2 libxml2-devel libffi libffi-devel libcurl libcurl-devel openssl-devel'
To install Ruby 1.8.7, run the following command:
su -c "yum install ruby ruby-devel"
This installs MySQL, you also need the mysql-devel package:
su -c 'yum install mysql-server mysql-devel'
To start MySQL run
su -c 'service mysqld start'
This installs Postgres also if you prefer to use this over MySQL (requires some postgres setup knowledge):
su -c 'yum install postgresql-devel'
To start Postgres see:
To install ImageMagick, run the following:
su -c 'yum install ImageMagick'
To install Git, run the following:
su -c 'yum install git'
To install Redis, run the following:
su -c 'yum install redis'
Make a directory for redis logs
su -c 'mkdir /var/log/diaspora'
To install RubyGems, run the following:
su -c 'yum install rubygems'
Rubygems tends to be a little old, you can update it by:
su -c 'gem update --system'
To install Bundler, run the following:
su -c 'gem install bundler'
Congrats! You have all your dependencies installed. Go back to Installing and Running Diaspora.