Template:Installation/Preparation/Ubuntu: Difference between revisions

From diaspora* project wiki
No edit summary
mNo edit summary
Line 28: Line 28:


If you installed RVM via the package manager, we recommend to remove it. See [http://stackoverflow.com/questions/9056008/installed-ruby-1-9-3-with-rvm-but-command-line-doesnt-show-ruby-v/9056395#9056395 this StackOverflow answer] for some tips on how to do that and then continue with the installation instructions below.
If you installed RVM via the package manager, we recommend to remove it. See [http://stackoverflow.com/questions/9056008/installed-ruby-1-9-3-with-rvm-but-command-line-doesnt-show-ruby-v/9056395#9056395 this StackOverflow answer] for some tips on how to do that and then continue with the installation instructions below.
<noinclude>
<noinclude>
[[Category:Installation]]
[[Category:Installation]]
</noinclude>
</noinclude>

Revision as of 00:00, 3 September 2016

Install packages

Run:

sudo apt-get update
sudo apt-get install build-essential git curl imagemagick libmagickwand-dev nodejs redis-server libcurl4-openssl-dev libxml2-dev libxslt-dev libgmp-dev

Install the database

Skip this step if you already have one.

See the Ubuntu server guide.

Removing packaged version of RVM

If you installed RVM via the package manager, we recommend to remove it. See this StackOverflow answer for some tips on how to do that and then continue with the installation instructions below.