Skip to content

CAPSELLA/Soil-Health-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soil-Health-Web-Application

Web and hybrid application for support farmers in soil health self-assessment.

Installation and Test

Requirements

First install composer

$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

Clone the repository from github

$ git clone https://github.com/CAPSELLA/Soil-Health-Web-Application
$ cd Soil-Health-Web-Application/capsella

Install the dependencies using composer

$ composer update