It would be awesome to have a cross platform installer.

There is a already windows installer at
http://svn.turbogears.org/site_resources/windows_installer/ which does
several of these things.

* It installs all packages offline
* Includes the complete set of packages so that python setup.py
develop isn't required on a quickstarted app
* Sets up all packages in a virtualenv
* Creates start menu items for activating the virtualenv

There is another project called pylunch
(http://bitbucket.org/faide/pylunch/) which uses py2exe to make your
tg app along with all dependencies ready to be installed on any
windows box. It even has scripts for setting up the app as a windows
service.

These projects could give you some ideas to start with.

Sanjiv



On Sat, Jun 13, 2009 at 12:16 AM, Dan F<danielfal...@gmail.com> wrote:
>
> It seems like there are a lot of steps to undertake before starting a
> turbogears app, no matter what the platform.  I'd like to start
> developing a rather basic gui app that can simplify it and I wonder what
> you all think.
>
> Here are some goals:
>
>    * Install on win/mac/lin
>    * Upon installation, set up as much of the tg2 environment as
>      possible: virtualenv, basic packages etc.
>    * Quickstart a project as easily as possible
>    * Be able to start/stop server instances for each quickstarted project
>    * Ideas??
>
>
> It would be nice to be able to present the UI as a complete installer,
> coming with all the packages necessary (and perhaps some optional ones)
> so that they wouldn't need to be downloaded after the fact.  It would
> also ensure a smoother installation as I can count on the packages being
> available.  It seems like I'd need to have the program take care of
> creating a virtualenv to do it.  Is this possible?  Is it desirable?
>
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to 
turbogears+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to