First I have to confess that this is the first web page that I do, and it has been an interesting experience, and easier than I expected. Because today there is a great amount of resources in Internet for development and web design which can be easily understood without being a Professional in the subject.
Everything has its science and agriculture is not the exception. So, in order to improve and make the planting process easier, we have to intervene one of its processes or components. The component that I have decided to intervene in this case is the ground.
To improve the quality of the ground, it is necessary to consider the properties or characteristics that are lost with the crops, the fires and even the environmental factors. Within these we can mention the oxygenation, mineralization, humidity, microorganisms and organic material. The lack of these nutrients makes the plantings slower and less productive.
My proposal for a final project is a mixer that allows to nourish the ground again, through its mixture with manure, rock dust, water and other elements using recipes with the appropriate percentages to obtain organic fertilizer named Bocashi.
As we can see we are going to need some elements:
    Git global setup
    git config --global user.name "fablabveritas"
    git config --global user.email "fablab@veritas.cr"
Create a new repository
    git clone http://git.fabacademy.org/fablabveritas/Members.git
    cd Members
    touch README.md
    git add README.md
    git commit -m "add README"
    git push -u origin master
Existing folder or Git repository
    cd existing_folder
    git init
    git remote add origin http://git.fabacademy.org/fablabveritas/Members.git
    git add.
    git commit
    git push -u origin master
**The first weeks the repository will be made by the instructor