Skip to content

Commit

Permalink
[update] Deploy Peppermint through the Linode Marketplace (#6702)
Browse files Browse the repository at this point in the history
* udf updates and new distro

* copy edit and formatting updates

---------

Co-authored-by: John Dutton <johndutton.update@gmail.com>
  • Loading branch information
hmorris3293 and jddocs authored Oct 30, 2023
1 parent ba04b60 commit 06e3ce9
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions docs/products/tools/marketplace/guides/peppermint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,15 @@ description: "This guide shows how to install Peppermint, a ticket management sy
keywords: ["ticket management", "marketplace"]
tags: ["marketplace", "linode platform", "cloud manager"]
published: 2021-03-31
modified: 2022-03-08
modified: 2023-10-27
modified_by:
name: Linode
title: "Deploy Peppermint through the Linode Marketplace"
external_resources:
- "[Peppermint Github](https://github.com/Peppermint-Lab/Peppermint/blob/master/README.md)"
- "[Peppermint Documentation](https://docs.peppermint.sh/)"
aliases: ['/guides/deploy-peppermint-with-marketplace-apps/','/guides/peppermint-marketplace-app/']
authors: ["Linode"]
---

[Peppermint Ticket Management](https://peppermint.sh/) is a ticket management system that allows teams and solo users the ability create & track tickets, todo items, and more. The project is meant to provide help desks and services desks manage internal and customer requests, but Peppermint is a good solution for anyone looking for a ticket management system that is free and easy to use.

{{< note type="alert" >}}
While Peppermint is still technically in alpha, it is stable enough for production use.
{{< /note >}}
[Peppermint Ticket Management](https://peppermint.sh/) is a ticket management system that allows teams and solo users the ability create & track tickets, to-do items, and more. The project is meant to provide help desks and services desks manage internal and customer requests, but Peppermint is a good solution for anyone looking for a ticket management system that is free and easy to use.

## Deploying a Marketplace App

Expand All @@ -32,23 +25,31 @@ While Peppermint is still technically in alpha, it is stable enough for producti

## Configuration Options

- **Supported distributions:** Debian 10, Ubuntu 20.04 LTS
- **Supported distributions:** Ubuntu 22.04 LTS
- **Recommended plan:** All plan types and sizes can be used.

## Getting Started after Deployment
## Peppermint options

- **Email address** *(required)*: Enter the email address to use for generating the SSL certificates.

{{< content "marketplace-limited-user-fields-shortguide">}}

{{< content "marketplace-custom-domain-fields-shortguide">}}

{{< content "marketplace-special-character-limitations-shortguide">}}

### Access your Peppermint App

After Peppermint has finished installing, you can access your Peppermint server with your Linode's IPv4 address. Copy your Linode’s IPv4 address from the [Linode Cloud Manager](https://cloud.linode.com), and then connect to the server in your browser using your Linode's IPv4 address and port `5001`(for example `192.0.2.0:5001`).
1. To access the Peppermint login screen, open your web browser and navigate to `https://DOMAIN/`, where *DOMAIN* can be replaced with the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). See the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) guide for information on viewing rDNS.

![Peppermint login screen](peppermint.png)
![Peppermint login screen](peppermint.png)

The default credentials to login to your Peppermint Ticket Management Panel are:
The default credentials to login to your Peppermint Ticket Management Panel are:

email: admin@admin.com
password: 1234
Email: admin@admin.com
Password: 1234

Once you login to the Peppermint Ticket Management Panel, you need to update the email and password you used to log in. You can do so by clicking the settings gear logo in the top right corner.
1. Once you login to the Peppermint Ticket Management Panel, update the email and password you used to log in. To do this, click the Settings gear logo in the top right corner.

![peppermint_settings.png](peppermint_settings.png)

Expand Down

0 comments on commit 06e3ce9

Please sign in to comment.