{% extends "moneta/base_package.html" %}{% load staticfiles i18n moneta %} {% block repo_content %}

{% trans 'Settings for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm, AppCode or CLion' %}

{% for tab_info in tab_infos %}

 

{% trans 'Go to Settings -> Plugins -> Browse repositories -> Manage Repositories and add the following line:' %}

{{ absolute_url }}{{ tab_info.0 }}
{% if upload_allowed %}

{% trans 'Add a plugin' %}

{% trans 'In order to add a new plugin, please run the following command:' %}
FILENAME=filename-version.jar
ARCHIVE=myPluginId
VERSION=myPluginVersion
{% curl %} --data-binary @$FILENAME {{ absolute_url }}{% url 'moneta:add_element_post' rid=repo.id %}\?filename=$FILENAME\&archive=$ARCHIVE\&version=$VERSION{% for state in tab_info.2 %}\&states={{ state }}{% endfor %}
{% endif %}
{% endfor %}
{% include 'moneta/add_signature.html' %} {% endblock %}