Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 879 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 879 Bytes

Dispenser

Features

  • Easy administration commands
  • Domain categories
  • Custom role limits
  • Limit a category behind a role
  • Duplicate domain prevention
  • Duplicate domain reset
  • Domain reporting

Deployment

Prerequisites

  • Node.js (v18 or higher)
  • Git (v2.4.1 or higher)
  • Postgres (v15 or higher)

Installation

To install Dispenser, you must first clone the repository:

git clone https://github.com/UseInterstellar/Dispenser.git
cd Dispenser

Copy .env.example to .env:

  • Windows:

    copy .env.example .env
  • macOS/Linux:

    cp .env.example .env

Then, edit .env with any text editor and fill out the necessary keys.

Now, run the designated install script for your system:

  • macOS/Linux:

    ./start.sh
  • Windows:

    start.bat

License

MIT