Template:Installation/Debian/Common: Difference between revisions
mNo edit summary |
No edit summary |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
=== Install the database === | === Install the database === | ||
Skip this step if you already have one. | Skip this step if you already have one. | ||
See the [http://wiki.debian.org/{{#switch: {{#var:DB}}|mysql=MySql|postgres=PostgreSql}} Debian wiki]. | See the [http://wiki.debian.org/{{#switch: {{#var:DB}}|mysql=MySql|postgres=PostgreSql|mariadb=MariaDB}} Debian wiki]. | ||
{{#ifeq: {{#var:mode}}|production| | {{#ifeq: {{#var:mode}}|production| | ||
Line 16: | Line 11: | ||
{{#tag: syntaxhighlight| | {{#tag: syntaxhighlight| | ||
adduser diaspora | adduser --disabled-login diaspora | ||
su diaspora | su diaspora | ||
cd ~ | cd ~ | ||
Line 23: | 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> |