# Нужен человек, который сможет установить плагин голосования

**URL:** https://meta.discourse.org/t/i-need-someone-who-can-install-a-voting-plugin/137779
**Category:** Support
**Created:** [04.Январь.2020 22:21:24 UTC](https://meta.discourse.org/t/i-need-someone-who-can-install-a-voting-plugin/137779 "2020-01-04T22:21:24Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [04.Январь.2020 22:36:39 UTC](https://meta.discourse.org/t/i-need-someone-who-can-install-a-voting-plugin/137779/2 "2020-01-04T22:36:39Z")

</div>

Официальная версия находится здесь:

> [@Discourse Topic Voting](https://meta.discourse.org/t/discourse-voting/40121):
>
> discourse2Summary Discourse Topic Voting gives the ability to vote on topics in a specified category.[[1]](#footnote-173202-1)open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. Features To enable it, edit any category, look on the settings tab for the “Allow users to vote on topics in this category” checkbox: Once enabled, a “Votes” item is available in the top menu. The topics in that category can be voted on w…

Просто добавьте её в ваш `app.yml` в папке `~/var/discourse/containers` с помощью, например, `nano app.yml`, и выполните пересборку согласно инструкции:

> [@Install plugins on a self-hosted site](https://meta.discourse.org/t/19157):
>
> warning This guide assumes that you have a self-hosted standard installation. We only support the standard method of install here, so these instructions assume you have a [standard install](https://meta.discourse.org/t/142537?silent=true). warning This guide only applies to self-hosted Discourse instances. If you are using a managed hosting service, the available plugins are controlled by your hosting provider. For example, on our hosting [these specific plugins](https://www.discourse.org/plugins) are available by hosting tier. information_source As of mid-2025, [many p…](https://meta.discourse.org/t/373574)

```plaintext
## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/discourse-voting

```

(не удаляйте существующие команды `git clone`, просто добавьте эту в список на отдельной строке)

Вернитесь в `~/var/discourse` и выполните:

```plaintext
./launcher rebuild app

```

🎉

---

_[View the full topic](https://meta.discourse.org/t/i-need-someone-who-can-install-a-voting-plugin/137779)._
