| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Tree.io is a powerful business management platform with tons of great features including integrated Project Management, Help Desk (support ticketing) and CRM modules. For a full list of features please see http://www.tree.io
Click here to watch a video of our lightning talk presentation at Djangocon Europe 2012.
For FAQ see the Tree.io community site http://www.tree.io/community/
There is also a pre-built micro Amazon AMI Image available which will run on Amazon's Free Usage Tier for 1 year.
Tree.io is licensed under the MIT License. See the LICENSE file.
Although you can install on most any UNIX system very easily, debian based distros are easier due to their package management.
You can also install on Max OSX or with other databases aside from MySQL very easily.
Alternatively you can use Apache, see this community post for an example configuration.
$ mysql -u username -p
> create database database_name;
> grant all privileges on database_name.* to some_user@localhost identified by 'some_password';
> \q
Commercial installation and support is available from Tree.io Ltd, London, UK. Our community support forum is the first stop for any questions http://www.tree.io/community Please see http://www.tree.io/ or contact info@tree.io for more details.
| Back | FazBrowse Home | New Git URL |