Aucune description

Andy Baugh ddac5b7f03 Add license file il y a 3 ans
SPECS 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
cgi 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
lib 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
plugin 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
t 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
.gitignore 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
LICENSE.md ddac5b7f03 Add license file il y a 3 ans
Makefile 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans
README.md b74f783cfc Update readme for help instructions il y a 3 ans
configure 0eecbb8f6b Section out API from the pgupgrade plugin il y a 4 ans

README.md

Troglodyne-API cPanel & WHM Plugin

Common code for Troglodyne Plugins

If you like this plugin, consider sending a a few dollars this way: https://paypal.me/troglodyne

INSTALLING

Two methods exist for accomplishing installs.

End user (stable) installs:

  • Add the Troglodyne yum repository to /etc/yum.repos.d/troglodyne:

    [troglodyne]
    name=Troglodyne Internet Widgets
    mirrorlist=https://repos.troglodyne.net/CentOS/7/$basearch/mirrorlist
    enabled=1
    
  • Install the RPM: yum install Troglodyne-API

  • To uninstall: yum remove Troglodyne-API

This way whenever I make a new release you'll get it via yum update without any real hassle.

Developer install:

  • Clone the repository using the link in github: git clone https://github.com/Troglodyne-Internet-Widgets/troglodyne-api.git
  • Move into the directory it cloned this to: cd troglodyne-api
  • Run the makefile: make
  • To uninstall: make uninstall

What do I do if I need help?

Hop on the Matrix Chat server for troglodyne. Instructions here: https://chat.troglodyne.net. If you can't find the answers you need, feel free to drop an issue in the tracker.

...and last of all, see license terms.