Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

greenhub-project/farmer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.