Template:Installation/Preparation/Ubuntu: Difference between revisions

From diaspora* project wiki
(→‎Install packages: add some more dependencies)
(I had to add universe to trusty-updates to get this list of apt-installs to work)
Line 11: Line 11:
{{Template:Installation/Ubuntu/RedisPPA}}
{{Template:Installation/Ubuntu/RedisPPA}}
}}
}}
If you get package errors, you may need to add "universe" to /etc/apt/sources.list after the entry for trusty-updates.


=== Install the database ===
=== Install the database ===

Revision as of 22:50, 12 April 2018

Install packages

Run:

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


If you get package errors, you may need to add "universe" to /etc/apt/sources.list after the entry for trusty-updates.

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.