Elementary questions (Newbie to .EGG files)
---------------------------------------------------------------

I created a myapp.egg distribution using the guidelines suggested in:
http://turbogears.org/2.1/docs/main/Deployment/DeployWithAnEgg.html#adding-requirements

[However, my app runs on TG 2.0, but the instructions apply to TG2.0
as well].

I created a new virtual environment, activated the virtual env, and
easy_installed python, TG2.0 and myapp.egg.  All installations
succeeded.

How do I "RUN" myapp on the deployment machine?  I realize it needs a
development.ini or production.ini.  But, do I need to create a new
application that wraps around the egg file?  Do I need to distribute
egg-info files?  Are EGG files just for plugins (as opposed to entire
apps)?

When I run 'paster serve development.ini' within the new virtual env
it looks for various subdirectories (such as myapp.egg/controllers/...
etc which it does not find).

Thanks!

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

Reply via email to