On Jun 6, 2006, at 3:11 PM, Dmitriy Omelechko wrote:

>
> Hello list!
>
> I try to start my new 0.9a6 tutbo-project in background on my
> Slackware 10.2 remote server:
>
> ./start-myproject.py ./dev.cfg &
>
> and its crashing without any messages. But if I remove "&" - its
> working!
>
> How can I start my project on production server?

Once you project is done, you edit the file prod.cfg, then you do

# python setup.py build
# python setup.py install
# /usr/local/bin/start-yourproject.py &

-fred-


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to