Is it possible to develop multi-client web-based CRUD applications (with Django, Ruby on Rails, etc.) on a server on which you don't have root access?
Our machines at school, on which I have a regular account, run a web server, and I can publish regular HTML pages and CGI scripts. How easy/difficult/impossible would it be to install Django with database support there in my home directory and get a simple example running? As an example to get started, I'm imagining something where a user may create an account, log in and leave a message.
We don't have mysql etc., so I'd have to install it in my home directory, if possible.
Any tips or help would be appreciated.