upmind/provision-workbench

A simple web application which provides a UI for quick and easy testing of Upmind provision providers

v2.1.1 2023-06-01 18:56 UTC

README

Latest Version on Packagist

A simple web application which provides a UI for quick and easy testing of Upmind provision providers.

Requirements

  • PHP ^7.4
  • Composer

Installation

This project is intended to be used as a local development tool only and should NOT be hosted on the internet

Install Locally

  • Requires PHP 7.4 and composer

Create project:

composer create-project upmind/provision-workbench --keep-vcs

Run application:

php artisan serve

Using Docker

  • Requires git and docker

Clone git repository:

git clone https://github.com/upmind-automation/provision-workbench.git && cd provision-workbench

Build image (may take a few minutes):

docker build -t provision-workbench .

Run container:

docker run --rm -it -v $(pwd):/provision-workbench -p 8000:80 provision-workbench

You'll then be able to access the workbench in a web browser at http://127.0.0.1:8000.

Connect to container (for artisan, composer etc):

docker exec -it $(docker container ls  | grep 'provision-workbench' | awk '{print $1}') /bin/bash

Quick-start

Install a provision category + providers e.g., shared-hosting:

composer require upmind/provision-provider-shared-hosting

Refresh provision registry (e.g., after adding a new provider or updating data set rules):

php artisan upmind:provision:cache

Install a package locally:

git clone https://github.com/upmind-automation/provision-provider-domain-names.git local/domain-names \
  && composer require upmind/provision-provider-domain-names:@dev

Usage

This library makes use of upmind/provision-provider-base primitives which we suggest you familiarize yourself with by reading the usage section in the README.

Screenshots

Homepage

Homepage

Provision Categories

Provision Categories

Shared Hosting Providers

Shared Hosting Providers

New 20i Configuration

New 20i Configuration

New Provision Request

New Provision Request

Provision Result

Provision Result

Provision Result Data

Provision Result Data

Provision Result Logs

Provision Result Logs

List Provision Requests

List Provision Requests

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

GNU General Public License version 3 (GPLv3). Please see License File for more information.

Upmind

Sell, manage and support web hosting, domain names, ssl certificates, website builders and more with Upmind.com - the ultimate web hosting billing and management solution.