Installation/Debian/Wheezy: Difference between revisions

From diaspora* project wiki
(Created page with " == Enable Backports == Please read and follow [http://backports.debian.org/Instructions/ Debians instructions] if you haven't enabled the backports already. == Install pac...")
 
No edit summary
Line 1: Line 1:
 
== Install Packages ==
== Enable Backports ==
 
Please read and follow [http://backports.debian.org/Instructions/ Debians instructions] if you haven't enabled the backports already.
 
 
== Install packages ==


As root run:
As root run:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash>
apt-get install build-essential openssl libssl-dev libcurl4-openssl-dev graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat git-core
apt-get install build-essential libssl-dev libcurl4-openssl-dev graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat git-core redis-server
apt-get -t squeeze-backports install redis-server
</syntaxhighlight>
</syntaxhighlight>


{{User:MrZYX/WIP:Installation/Debian/Common}}
{{User:MrZYX/WIP:Installation/Debian/Common}}

Revision as of 10:13, 14 June 2013

Install Packages

As root run:

apt-get install build-essential libssl-dev libcurl4-openssl-dev graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat git-core redis-server


User:MrZYX/WIP:Installation/Debian/Common