Why not offer a free tryton service like saas ? i want to know what trytoner's think.
With small django app can make a auth applicacion for register users. When new user registered on site using celery[1] make queue and with help of proteus can push a new database on trytond instance. When database is ready send email with ip/port/dbname/user/password Each user has his own and independent database. The only problem is the user not have the tryton admin password for make database dumps. But this problem can be solve with another webapp what do the dump( with celery queue) to especific static directory on webserver, with user/password restricted. Hardware required: a one cloud server, this because to support alot user conected to the server and doing query to postgresql. Cost required: Cost of cloud server at amazon,rackspace for variation(usage) price. or use a vps/dedicated server for fixed priced. [1]: http://celeryproject.org/ -- [email protected] mailing list
