On Tue, 2013-02-26 at 05:11 -0800, J Moen wrote:
> I am helping a new small language school in Germany to set up their > computer systems. They will run on a shared server account at STRATO. > This environment supports Python and MySQL (but not PostgreSQL). So > far I have installed Moodle there (a course management application) by > simply moving the install files using FTP, then running the > Install/Configuration web page that set up the database, etc. So I > have not yet worked with this hoster using a Linux console. > > > > I have searched for an authorized Tryton Installation manual, but so > far have failed to find it. I did find a Tryton Administration > Manual, last updated October 2011. > > > > 1) Could you point me to where I can learn how to install trytond > (assume Debian)? > I believe that has been covered by another person here as far as installing via debian packages. More generally there is some documentation here: https://trytond.readthedocs.org/en/2.6.0/ and I tend to do something different from that even, using "pip install" instead of installing from source directly as that is the way to get very current versions. Because the debian packages tend to install "their own way" and also are not the very latest release I like doing things this way instead of with debian packages. Further to that, if you run on a shared server would you even be allowed to install using typical Debian methods? > > 2) Is there a way to install without using a Linux console, similar to > how Moodle does its installs? > Installing the client or a "stand-alone" (client and server in one box) system is an easy task and does not involve the command line if you use debian packages or in Windows the .exe installer, however I am not aware of any way to avoid the command line install in a full production server. Perhpas this is a good "wish list" item? > > 3) Does anyone here have experience installing the Tryton deamon and > database on a Strato.de PowerWeb Basic hosting account? > If you have to install Python modules in a system and you do not have root access a "virtualenv" may be essential for your success: https://pypi.python.org/pypi/virtualenv since you likely do not have the ability to alter the site-packages of the server you are using. In fact I like doing it this way even if I have root access and could do a "regular" install. In terms of the database I cannot say what the best course of action is. I have never tried to use MySQL with Tryton and am not really sure it is even supported officially. Perhaps SQLite is possible in a non-root instance, as that is supported to a degree? Finally, I might say that the best solution is to give up on using a shared-server, basic hosting account of any kind and look for a VPS or cloud virtual solution. Trytond can run much better when you can have more complete control over a server, and the server doesn't have to be physically real--it can run in an Amazon EC2 instance that is quite modest and inexpensive. For the trouble of dealine with using a non-root shared account on a basic hosting service not built for this sort of task the cost difference is not much and a virtual server based solution would be far superior (you could use a proper database like PGSQL and have full access to do things the right way in general) > > Thanks very much, and I apologize for these ultra-newbie questions. > > > -- > -- > tryton@googlegroups.com mailing list > > --- > You received this message because you are subscribed to the Google > Groups "tryton" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to tryton+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- tryton@googlegroups.com mailing list --- You received this message because you are subscribed to the Google Groups "tryton" group. To unsubscribe from this group and stop receiving emails from it, send an email to tryton+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.