Installation/Debian/Wheezy: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
Line 6: Line 6:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
apt-get install build-essential libssl-dev libcurl4-openssl-dev imagemagick git-core redis-server curl {{#switch {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}}
apt-get install build-essential libssl-dev libcurl4-openssl-dev imagemagick git-core redis-server curl {{#ifeq {{#var:mode}}|development|libmagickwand-dev|}} {{#switch {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}}
</syntaxhighlight>
</syntaxhighlight>




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

Revision as of 20:22, 19 June 2013

User:MrZYX/WIP:Installation/Head

Install Packages

As root run:

apt-get install build-essential libssl-dev libcurl4-openssl-dev imagemagick git-core redis-server curl {{#ifeq {{#var:mode}}|development|libmagickwand-dev|}} {{#switch {{#var:DB}}|mysql=libmysqlclient-dev|postgres=libpq-dev}}


User:MrZYX/WIP:Installation/Debian/Common