I found a nice project management app written in Django (busylissy.com). Unfortunately, the guys write there at the top that they plan to shut it down and published it as open source for further development. I was thinking of hosting it on ixwebhosting.com with the basic linux program, but I’m not sure whether this is even possible, so that’s basically the question.
I only have the access to the basic configuration, so I can’t really install anything on that server. In the requirements.txt, the app lists following :
# **Django**
Django==1.1
# **Imaging**
http://effbot.org/downloads/Imaging-1.1.6.tar.gz
# **STDImage**
-e git+git://github.com/gearheart/django-stdimage.git#egg=stdimage
# **Django AuthOpenID**
-e hg+https://wunki@bitbucket.org/benoitc/django-authopenid#egg=django_authopenid
# **Django registration**
-e hg+https://wunki@bitbucket.org/ubernostrum/django-registration#egg=registration
# **Tagging**
-e svn+http://django-tagging.googlecode.com/svn/trunk#egg=tagging
# **Authority**
-e hg+https://wunki@bitbucket.org/jezdez/django-authority#egg=authority
# **Filebrowser**
-e svn+http://django-filebrowser.googlecode.com/svn/trunk#egg=filebrowser
# **Markdown**
-e git+git://gitorious.org/python-markdown/mainline.git#egg=markdown
# **Treebeard**
-e svn+http://django-treebeard.googlecode.com/svn/trunk/#egg=treebeard
# **Locale url**
-e svn+http://django-localeurl.googlecode.com/svn/trunk/#egg=localeurl
# **Thumbnail**
-e hg+https://sorl-thumbnail.googlecode.com/hg/#egg=sorl-thumbnail
# **DateUtil**
http://labix.org/download/python-dateutil/python-dateutil-1.4.1.tar.gz
Is there any chance to build a self-contained version with all these prerequisites included that doesn’t require much more than mod_python or should I rather start looking for some other tool ?
You could use virtualenv (http://pypi.python.org/pypi/virtualenv)