Template:Installation/Preparation/Ubuntu

From diaspora* project wiki
< Template:Installation‎ | Preparation
Revision as of 22:59, 15 June 2024 by DenSchub (talk | contribs) (Turns out the <nowiki/> tag had a reason, who knew!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install packages

Run:

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


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.