Template:Installation/Ubuntu/Common: Difference between revisions
m (MrZYX moved page User:MrZYX/WIP:Installation/Ubuntu/Common to Template:Installation/Ubuntu/Common without leaving a redirect) |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#ifeq: {{#var:mode}}|production| | |||
=== Creating a user for Diaspora === | === Creating a user for Diaspora === | ||
{{#tag: syntaxhighlight| | |||
sudo adduser diaspora | sudo adduser --disabled-login diaspora | ||
sudo - | sudo -iu diaspora | ||
|lang="bash"}} | |||
The rest of the guide should happen under this user! | The rest of the guide should happen under this user! | ||
}} | |||
{{ | === Removing packaged version of RVM === | ||
{{ | |||
If you installed RVM via the package manager, we recommend to remove it. See [http://stackoverflow.com/questions/9056008/installed-ruby-1-9-3-with-rvm-but-command-line-doesnt-show-ruby-v/9056395#9056395 this StackOverflow answer] for some tips on how to do that and then continue with the installation instructions below. | |||
<includeonly> | |||
{{Installation/RVM}} | |||
{{Installation/Common}} | |||
</includeonly> | |||
<noinclude> | |||
[[Category:Installation-Templates]] | |||
</noinclude> |
Latest revision as of 00:05, 3 September 2016
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.