Introduction

Installing

Manual install

The plugin can be installed manually, like any other WordPress plugin, through the admin dashboard or uploading the code with an FTP client.

To push the code using the admin dashboard:

  1. Downlaod the plugin as a .zip file and save it to a known location
  2. Go to Plugins > Add New on the Dashboard menu
  3. Click on "Upload Plugin" blue button at the top of the page
  4. Click the "Choose File" button and browse to the desktop and select the .zip file
  5. Click the "Install Now" button, then click on the "Activate" link.

Composer

For more advanced setups, we provide an integration with composer for those that use it to manage dependencies in their projects. Composer allows for faster access and granular control of updates with fast/easier roll-backs, when needed.

composer require 26b/admira-wp-plugin

Authentication

To have access to the composer repository ask for your customer credentials.

Setup

This is a plugin to integrate with the admira ticketing system, as such the requirements are an existing admira account with an API token. This token is required to start the integration. Using the settings page you will be able to define the token to use when calling admira's API. After the token is set, other options will be available.

API Token

The API token needs to be created on your admira account. Add a new user with API access and copy the token that is created into the settings.

Previous
Getting started