Skip to content

Algoritmakopi/tania

 
 

Repository files navigation

Tania

Tania is a free and open source farming management system for everyone. You can manage your growing areas, reservoirs, farm tasks, inventories, and the crop growing progress.

It is developed on top of Symfony PHP web framework.

This project is under active development. You can checkout the development branch to get the latest development progress.

Screenshots

Tania Dashboard

Requirements

General installation steps

First, clone this project:

git clone [email protected]:Tanibox/tania.git
cd tania

Second, setup your database and mailer parameters in app/config/parameters.yml. You can duplicate and rename the app/config/parameters.yml.dist file.

Third, setup the web application:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

The last, setup the database tables:

php bin/console --no-interaction doctrine:migrations:migrate

Done! You can start to use Tania.

Installation notes

If you use MySQL 5.7, you should disable ONLY_FULL_GROUP_BY. You can refer to this StackOverflow discussion.

Questions and issues

You can use the issue tracker of Tania for bug reporting, feature request, and general feedback.

Maintainers

Current maintainers:

If you are interested in being a core contributor to this project, please drop me an email at [email protected].

License

Tania is available under Apache 2.0 open source license.

About

A PHP based, free, and open source farming management system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.4%
  • PHP 16.5%
  • HTML 9.1%
  • Other 1.0%