|
Hi, I'm attempting to install Tree.io locally from the version posted at GitHub a couple of days ago. I've built a basic ubuntu server (10.04 LTS) and have followed the install instructions and built all dependencies etc. Make runs fine, but make install is throwing an error, telling me that manage.py installdb is unrecognised. manage.py --help gives me a list of subcommands and installdb is not one of them. Is is possible that the fileset on Github is incomplete? Has anyone else managed to install on their own servers yet? Regards, Nathan |
|
OK, there must have been a problem with the original fileset (even though I DL'd it twice). Using the zip from the "Download zip" button on the Tree.io site (not Github) and the install completed. Yay! |
|
since installdb ist not a command, syncdb seems to be the correct option. i updated the Makefile instructions accordingly, but now i am stuck with django.core.exceptions.ImproperlyConfigured: ImportError treeio.account: No module named treeio.account any idea? regards Hannes |
|
The zip file on Github doesn't have the proper structure (though it will work fine if you clone it using GIT), it needs to be in a folder called treeio. Downloading from Tree.io as diverseshopfitters noted should fix this. |