{"id":13626018,"url":"https://github.com/treeio/treeio","last_synced_at":"2025-05-15T19:06:29.555Z","repository":{"id":1814028,"uuid":"2738194","full_name":"treeio/treeio","owner":"treeio","description":"Tree.io","archived":false,"fork":false,"pushed_at":"2022-04-29T03:54:49.000Z","size":32186,"stargazers_count":1486,"open_issues_count":50,"forks_count":381,"subscribers_count":102,"default_branch":"2.0","last_synced_at":"2025-04-08T00:37:06.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mirage/ocaml-vchan","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treeio.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-08T23:54:53.000Z","updated_at":"2025-03-21T08:39:26.000Z","dependencies_parsed_at":"2022-08-20T08:50:55.931Z","dependency_job_id":null,"html_url":"https://github.com/treeio/treeio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeio%2Ftreeio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeio%2Ftreeio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeio%2Ftreeio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeio%2Ftreeio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treeio","download_url":"https://codeload.github.com/treeio/treeio/tar.gz/refs/heads/2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254404357,"owners_count":22065641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:02:07.967Z","updated_at":"2025-05-15T19:06:29.512Z","avatar_url":"https://github.com/treeio.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"[![Build Status](https://secure.travis-ci.org/treeio/treeio.png?branch=master)](http://travis-ci.org/treeio/treeio)\n[![Coverage Status](https://coveralls.io/repos/treeio/treeio/badge.svg?branch=2.0)](https://coveralls.io/r/treeio/treeio?branch=2.0)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/treeio/treeio/badges/quality-score.png?b=2.0)](https://scrutinizer-ci.com/g/treeio/treeio/?branch=2.0)\n[![Code Health](https://landscape.io/github/treeio/treeio/master/landscape.svg?style=flat)](https://landscape.io/github/treeio/treeio/master)\n\n==========================\nTree.io Business Management Platform\n==========================\n\n*Version 2.0 is under development, help appreciated, create issues and pull requests*\n\njoin our mailing list: https://groups.google.com/forum/#!forum/treeio\n\nAlready done:\n=============\n- Django 1.6 support\n- Install script for ubuntu\n\nWishlist:\n=========\n- Django 1.7 support - beta, tests are running on 1.7 already, please test and let me know if something don't work\n- Django 1.8 support\n- Get to 100% test coverage\n- Resolve scrutinizer and landscape issues\n- Documentation\n- Help putting the site back online\n- Expanding travis test scenarios\n- Selenium tests\n- setup.py\n- Leave django-piston to tastypie or DRF\n\nApache\n======\n\nFor those installing with Apache check out this tutorial:\nhttp://www.makeyouadmin.com/2014/04/install-treeio-on-ubuntu-with-apache-mysql.html#.U1KlJKaINQI\n\nAmazon AMI\n==========\n\nThere is also a pre-built micro [Amazon AMI Image](https://console.aws.amazon.com/ec2/home?region=us-east-1#launchAmi=ami-6af22f03\u0026source=tree.io) available which will run on [Amazon's Free Usage Tier](http://aws.amazon.com/free/) for 1 year.\n\nThere is also now a Docker Container and bootstrap script to run treeio and a micro PostgreSQL instance inside Docker:\n\n\nDocker Container Installation\n=============================\n\n07/2013: I have created a Docker container and a shell script to create a postgresql instance and a dynamically configured treeio instance.\n\nTo use this you only need to [install Docker](http://www.docker.io/gettingstarted/) and run this script: https://gist.github.com/funkotron/6025664\n \n\nLicense\n=======\n\nTree.io is licensed under the MIT License. See the `LICENSE` file.\n\nTree.io comes with no warranty, Tree.io Ltd. can accept no responsibility for any damages, losses etc.\n\n\nInstallation on Ubuntu or Debian with MySQL\n================================\n\nAlthough you can install on most any UNIX system very easily, debian based distros are easier due to their package management.\n\nYou can also install on Max OSX or with other databases aside from MySQL very easily.\n\n\nInstall any dependencies\n------------------------\n\n1.  Update your local cache `sudo apt-get update`\n1.  Upgrade your system `sudo apt-get upgrade` (Recommended but optional)\n1.  `sudo apt-get install python build-essential python-dev`\n1.  `sudo apt-get build-dep python-lxml python-imaging`\n1.  `sudo apt-get install git python-flup python-pip python-virtualenv`\n\n\nInstall services (In Production)\n------------------------\n\n1.  Install database `sudo apt-get install mysql-server` (Aside from MySQL you can also use Postgre, SQLite or OracleDB)\n1.  Install web server `sudo apt-get install nginx` \n\nAlternatively you can use Apache, see this [community post](http://tree.io/en/community/questions/186/treeio-with-wsgi-for-apache-deploy) for an example configuration and read this [GitHub issue](https://github.com/treeio/treeio/issues/98) which clarifies things further.\n\nCreate a clone of this repository\n------------------------\n\n1.  Make a directory for treeio and go inside `mkdir treeio \u0026\u0026 cd treeio`\n1.  Clone the repo by running: `git clone https://github.com/treeio/treeio.git`\n2.  Go into this directory `cd treeio` (The directory structure should be `treeio/treeio/\u003cproject files\u003e`)\n2.  Create a virtual environment to keep your packages \u0026 versions thereof separate from the rest of the system `virtualenv venv`\n3.  Activate the virtual environment `source ./venv/bin/activate`\n4.  Install system prerequisites for image processing module according to [instuctions](https://github.com/python-imaging/Pillow#platform-specific-instructions)\n1.  Install dependencies: `pip install -r requirements.txt`\n2.  ```DJANGO_DIR=`python -c \"import django; import os; print os.path.dirname(django.__file__)\"` ```\n1.  Run the patch: `python related_fields_patch.py $DJANGO_DIR`\n\n\nInstall the database (Example showing MySQL)\n------------------------\n\n    $ mysql -u treeio -ptreeio\n           \u003e create database treeio;\n           \u003e grant all privileges on treeio.* to treeio@localhost identified by 'treeio';\n           \u003e \\q\n\n1.  Install mysql, client libraries and python driver: `sudo apt-get install mysql-server mysql libmysqlclient-dev python-mysqldb`\n1.  Install your database: `python manage.py installdb`\n1.  Setup initial data: `python manage.py loaddata data.json` or if using mysql: `mysql -u treeio -ptreeio treeio \u003c sql/mysql-treeio-current.sql`\n\nTest install \n------------------------\n\n1.  Run the built-in Django server `python manage.py runserver`\n1.  In your browser go to `http://localhost:8000`\n1.  Log in using username: `admin` and password: `admin`\n1.  Profit!\n\nNext steps (In Production)\n------------------------\n\n* Configure nginx\n* Set up a mailserver\n* Set up a domain to point to your new server (Set A Record)\n\n\nSupport\n=======\n\nCommercial installation and support is available from Tree.io Ltd, London, UK.\nPlease see http://www.tree.io/ or contact info@tree.io for more details.\n\nAcknowledgements\n================\n\n* Spanish translation contributed to by @sytabaresa\n* Greek translation contributed by Nick Apostolakis http://nick.oncrete.gr\n* Brasilian Portugese translation contributed by Davi Ribeiro\n* Simple Chinese translation contributed by @sunliwen\n* French translation contributed by morago.com\n* An [achievements addon](https://github.com/pascalmouret/treeio-achievements) is available courtesy of Pascal Mouret as shown in our [Djangocon Europe video](http://klewel.com/conferences/djangocon-2012/index.php?talkID=15).\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/treeio/treeio/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeio%2Ftreeio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreeio%2Ftreeio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeio%2Ftreeio/lists"}