[web2py] Web2Py on BeagleBone Black Rev C - Debian

2014-08-03 Thread Patrick Walters
Anyone had success getting Web2Py running as the default site (port 80) on a BB Rev C running debian? I used the ubuntu install script from the Web2Py docs and seem to have a conflict with the default website that comes pre-installed on the BBB Rev C. The script seems to have completed success

[web2py] Re: Web2Py on BeagleBone Black Rev C - Debian

2014-08-09 Thread Patrick Walters
Just wanted to let you know, I abandoned this install and started over... I'm going to stick with the included rocket server since I have no need to run anything elsewhere then on the BBB. Just makes it easier to manage. On Sunday, August 3, 2014 10:28:15 AM UTC-10, Patrick Walters

[web2py] init.d script samples

2014-08-09 Thread Patrick Walters
I'm setting up on a BeagleBone Black Rev C running Debian and following along with the book where I can. I should mentions I installed web2py using apt-get and my Debian is Wheezy. I never use the desktop on my BBB, so I want everything to work without GUI. I was able to run web2py from the CLI a

[web2py] Re: init.d script samples

2014-08-09 Thread Patrick Walters
eb2py[4552]: failed! Have to run out but I'll be back online in a few hours and back at this... if anyone has a suggestion still would love the help. Thanks, -p On Saturday, August 9, 2014 1:12:41 PM UTC-10, Patrick Walters wrote: > > I'm setting up on a BeagleBone Black Rev C

[web2py] Re: init.d script samples

2014-08-10 Thread Patrick Walters
visit: http://127.0.0.1:8000/ use "kill -SIGTERM 8504" to shutdown the web2py server I'm officially back to stuck and could use some pointers. Thanks, -p On Saturday, August 9, 2014 4:33:58 PM UTC-10, Patrick Walters wrote: > > I have made much progress on this