Template:Installation/Debian/Common: Difference between revisions

From diaspora* project wiki
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== Installer Nodejs ===
Suivez les instructions pour Wheezy [https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-lmde here].
=== cURL ===
{{Note|Debian fournit une ancienne version de cURL qui fait planter vos workers Sidekiq soumis à une charge importante. Si cela se produit assurez-vous d'avoir libcurl comilé soit avec c-ares soit avec le résolveur --enable-threaded-resolver. Davantage d'informations sont disponibles dans [https://github.com/diaspora/diaspora/issues/4202 cette question traitée sur le github]}}.
=== Install the database ===
=== Install the database ===


Line 19: Line 11:


{{#tag: syntaxhighlight|
{{#tag: syntaxhighlight|
adduser diaspora
adduser --disabled-login diaspora
su diaspora
su diaspora
cd ~
cd ~
Line 26: Line 18:
The rest of the guide should happen under this user!
The rest of the guide should happen under this user!
}}
}}
 
<includeonly>
{{Installation/RVM}}
{{Installation/RVM}}
{{Installation/Common}}
{{Installation/Common}}
</includeonly>
<noinclude>
[[Category:Installation-Templates]]
</noinclude>

Latest revision as of 00:07, 3 September 2016

Install the database

Skip this step if you already have one.

See the Debian wiki.