Popularity
5.1
Stable
Activity
0.0
Stable
527
50
85

Programming language: CSS
Tags: Enterprise Resource Planning    
Latest version: v1.2.0

tania alternatives and similar software solutions

Based on the "Enterprise Resource Planning" category.
Alternatively, view tania alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tania or a related project?

Add another 'Enterprise Resource Planning' Software solution

README

End Official Support and Maintenance for Tania PHP

As the rewrite of Tania from PHP to Go is completed, and we have released the new Tania project to the public repository. The support for Tania PHP is ended. Please, check the new project at tania-core.

[Tania](readme-assets/project-logo.png "Tania Logo")

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.

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.


*Note that all licence references and agreements mentioned in the tania README section above are relevant to that project's source code only.