Git Product home page Git Product logo

tania's Introduction

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, don't forget to go back to the application root directory before following these steps to setup the web application:

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

Fourth, setup the database tables:

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

The last, you can run Tania in development mode (on your PC or laptop) by using this command:

php bin/console server:run

Tania will run on http://localhost:8000.

You can also run Tania in production mode (on your server) by referring to this Symfony documentation.

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.

tania's People

Contributors

bepitulaz avatar

Watchers

James Cloos avatar Rado Raykov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.