Hi Everyone,
I sent this to Mike and he suggested I post it here:
I was wiondering how I can run both kegberry and brewpi on the same RasberryPi. I spent a bunch of time this weekend trying to get kegberry to run on a unit that already had brewpi install. I could not get it to work so I downloaded the rasbian image you offer. My Pi would not boot that image. I tried using Win32Img in windows and again with Pifiller on OSX. I then gave up and started with a fresh wheezy install and got kegbot running. I was able to flash my Photon and the beta android app can see it. Awesome!! Then i tried to install brewpi and I get an error when I browse to http://my.ip/brewpi which is where I told it to install. The error is:
Request Method: GET Request URL: http://my.ip/brewpi
Using the URLconf defined in pykeg.web.urls, Django tried these URL patterns, in this order:
^api/(v1/)?
^account/
^accounts/
^kegadmin/
^link/?$
^setup/
^static\/(?P<path>.*)$
^media/(?P<path>.*)$
^ ^$ [name='kb-home']
^ ^stats/$ [name='kb-stats']
^ ^kegs/$ [name='kb-kegs']
^ ^kegs/(?P<keg_id>\d+)/?$ [name='kb-keg']
^ ^kegs/(?P<keg_id>\d+)/sessions/?$ [name='kb-keg-sessions']
^ ^fullscreen/?$ [name='kb-fullscreen']
^ ^drinkers/(?P<username>[\w@\.+\-_]+)/?$ [name='kb-drinker']
^ ^drinkers/(?P<username>[\w@\.+\-_]+)/sessions/?$ [name='kb-drinker-sessions']
^ ^drinks/(?P<drink_id>\d+)/?$ [name='kb-drink']
^ ^drink/(?P<drink_id>\d+)/?$
^ ^d/(?P<drink_id>\d+)/?$ [name='kb-drink-short']
^ ^session/(?P<session_id>\d+)/?$
^ ^s/(?P<session_id>\d+)/?$ [name='kb-session-short']
^ ^sessions/$ [name='kb-sessions']
^ ^sessions/(?P<year>\d{4})/$ [name='kb-sessions-year']
^ ^sessions/(?P<year>\d{4})/(?P<month>\d+)/$ [name='kb-sessions-month']
^ ^sessions/(?P<year>\d{4})/(?P<month>\d+)/(?P<day>\d+)/$ [name='kb-sessions-day']
^ ^sessions/(?P<year>\d+)/(?P<month>\d+)/(?P<day>\d+)/(?P<pk>\d+)/?$ [name='kb-session-detail']
The current URL, brewpi, didn’t match any of these.
I’ve looked for pykeg.web.urls and can’t find it at all. I found some old kegbot articles, but I don’t think they apply because I installed kegberry via the kegberry script.The paths in the articles I found do not exist in my installation.
Thank so so much for any help you can provide!!