Template:Installation/Ubuntu/Common: Difference between revisions

From diaspora* project wiki
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 3: Line 3:


{{#tag: syntaxhighlight|
{{#tag: syntaxhighlight|
sudo adduser diaspora
sudo adduser --disabled-login diaspora
sudo -i -u diaspora
sudo -iu diaspora
|lang="bash"}}
|lang="bash"}}


Line 10: Line 10:
}}
}}


=== Удаление пакетной версии из РВМ ===
=== Removing packaged version of RVM ===
 
Если вы установили RVM с помощью менеджера пакетов, мы рекомендуем удалить его. Смотрите эту статью [http://stackoverflow.com/questions/9056008/installed-ruby-1-9-3-with-rvm-but-command-line-doesnt-show-ruby-v/9056395#9056395  StackOverflow ] ответов на некоторые вопросы о том, как это делается, а затем продолжайте следовать инструкциям по установке ниже.


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/RVM}}
{{Installation/Common}}
{{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.