Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.06 KB

readme.md

File metadata and controls

56 lines (36 loc) · 1.06 KB

GreenHub Farmer

workflow status

GreenHub's back-end and web dashboard module

Requirements

  • PHP 7.2+
  • MariaDB database
  • Composer - Installs package dependencies
  • NodeJS - Provides NPM to install node packages

Installation

  • Clone or download this repository.

  • Copy .env.example as .env and fill the options

    Note: This project sends e-mails. Therefore, ensure that the e-mail driver is specified.

  • Install project dependencies:

composer install
npm install
  • Generate application key:
php artisan key:generate
  • Migrate and seed the database:
php artisan migrate
php artisan db:seed
  • Build assets (e.g. in development environment)
npm run dev
  • Start local server
php artisan serve

License

GreenHub Farmer module is open-sourced software licensed under the MIT license.