GithubHelp home page GithubHelp logo

retnoika / tania Goto Github PK

View Code? Open in Web Editor NEW

This project forked from usetania/tania

0.0 2.0 0.0 12.38 MB

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

Home Page: http://gettania.org

License: Apache License 2.0

ApacheConf 0.26% PHP 17.82% HTML 10.13% Nginx 0.07% Shell 0.03% CSS 57.33% JavaScript 14.36%

tania's Introduction

Tania

Gitter chat Build Status

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. The development branch is considered as a beta version. To get the stable release, you can checkout to the master branch or from the release tab.

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 /.env. You can duplicate and rename the /.env-example file.

Third, 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

Fifth, create user:

php bin/console fos:user:create {{user}} {{email}} {{password}}

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.

Questions and issues

You can use our JIRA issue tracker 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 ad3n avatar farizyoga avatar ganeshkandu avatar

Watchers

Retno Ika Safitri avatar James Cloos 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.