How do I run ./apt-portal.py with -l and have it run as a daemon so I can run both playdeb and getdeb?
$ ./apt-portal.py -l getdeb No database specified, using sqlite3 db /home/brett/.getdeb.db Loading GetDeb Application controllers [16/Feb/2010:12:13:14] ENGINE Listening for SIGHUP. [16/Feb/2010:12:13:14] ENGINE Listening for SIGTERM. [16/Feb/2010:12:13:14] ENGINE Listening for SIGUSR1. [16/Feb/2010:12:13:14] ENGINE Bus STARTING [16/Feb/2010:12:13:14] ENGINE Started monitor thread '_TimeoutMonitor'. [16/Feb/2010:12:13:15] ENGINE Serving on 127.0.0.1:8080 [16/Feb/2010:12:13:15] ENGINE Bus STARTED On Tue, Feb 16, 2010 at 7:40 AM, Joao Pinto <[email protected]> wrote: > Hello Brett, > to check for the python error related to the "500 Iternal Server Error" you > need to stat apt-portal with the "-l" option . > By default apt-portal will try to use localhost as the smtp server . > It is not documented yet but you can set the smtp server at the > configuration, edit applications/getdeb/confi/global.conf, and add > "smtp_server=your_smtp_serve". > > You can run both playdeb and getdeb at the same time, you will need to use > the apt-portal "-p" to use a different port for one of the applications. > > On Mon, Feb 15, 2010 at 10:03 PM, Brett Alton <[email protected]> > wrote: >> >> I'm trying to fix the fact that GetDeb isn't a link on PlayDeb (talked >> about a little while ago on this mailing list) but I can not seem to >> run playdeb locally. >> >> I looked through the README and ran/loaded getdeb and then did the >> same for playdeb. >> >> When I point my browser to http://localhost:8080/register/, I see the >> GetDeb website. I enter in my information and click 'Register' but I >> get a 500 Internal Server Error. >> >> How do I just view the PlayDeb website so I can make the simple >> change? Can I only run one instance of PlayDeb or GetDeb? >> >> Thanks, >> >> Brett >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~getdeb-collaboration >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~getdeb-collaboration >> More help : https://help.launchpad.net/ListHelp > > > > -- > João Luís Marques Pinto > GetDeb Team Leader > http://www.getdeb.net > http://blog.getdeb.net > _______________________________________________ Mailing list: https://launchpad.net/~getdeb-collaboration Post to : [email protected] Unsubscribe : https://launchpad.net/~getdeb-collaboration More help : https://help.launchpad.net/ListHelp

