[web2py] Web2py, nginx, installation on Raspberry Pi

2014-08-24 Thread Encompass solutions
Hi, Currently I am getting a 502 Bad Gateway Error when trying to access my web2py server running on Raspberry Pi. I first tried the setup with the script setup-web2py-nginx-ubuntu.sh as it's nearly identical to the instructoins found here. http://web2py.com/books/default/chapter/29/13#Nginx Afte

[web2py] Re: Web2py vs ruby on rails for a startup?

2014-08-24 Thread Encompass solutions
I think about the easy of handing the server off to others to test and setup. Web2py is much easier. BY FAR. BR, Jason On Sunday, August 10, 2014 9:43:02 AM UTC+3, Suresh Mali wrote: > > > I am trying to zero on web framework for our startup, > requirements > a. Security ( we are working on f

[web2py] Re: Web2py vs ruby on rails for a startup?

2014-08-24 Thread Encompass solutions
I have worked with 10s of python people and there transition to web2py was easy. Ruby itself is hard to find, but python is much more popular. On Sunday, August 10, 2014 8:20:43 PM UTC+3, Massimo Di Pierro wrote: > > In my opinion the server costs are negligible whichever way you go. Most > Ro

Re: [web2py] Re: Requirements per application

2014-08-24 Thread Michele Comitini
I think you just need to make some python virtualenvs for each set of modules and then run *different* instances of web2py. You can do that easily and in many different ways. 2014-08-22 12:21 GMT+02:00 Kuba Kozłowicz : > I know I can put app-specific modules into application//modules. This > is

[web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-24 Thread Paolo Valleri
The script you mentioned is based on upstart but on the raspberry-pi the init script are handled by sysvinit. So that, I'd say that uwsgi is not running? Try to run it manually: sudo uwsgi --master --die-on-term --emperor /etc/uwsgi --logto /var/log/ uwsgi/uwsgi.log Paolo On Sunday, August 24,

Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-24 Thread Jason (spot) Brower
Yeah. Looks like that was it! How do I make this change permanent? On Aug 24, 2014 6:26 PM, "Paolo Valleri" wrote: > The script you mentioned is based on upstart but on the raspberry-pi the > init script are handled by sysvinit. > So that, I'd say that uwsgi is not running? > Try to run it manual

[web2py] Re: bootstrap 3 - if you care help test trunk now

2014-08-24 Thread Rob_McC
Massimo: I'm trying it out, and I like what I see so far. The *Welcome* application HTML comments seem to through several validation errors. http://127.0.0.1:8001/welcome/default/index 1. [image: Error] *Line 99 , Column 26*: Consecutive hyphens d

[web2py] Re: Total newbie, advice on storing scans

2014-08-24 Thread Joe Barnhart
If you're using a Mac, you may consider getting DEVONthink Pro for it. It does far more than you can imagine and has a built-in web interface. It also "clips" from web pages and other documents to make it easy to document projects. I use it to collect notes for web2py stuff. Everything is s

[web2py] Re: How do I apply placeholder text to web2py forms?

2014-08-24 Thread Joe Barnhart
If you're using SQLFORM, I did come up with a cute little trick that uses a lambda to add placeholders to a custom formstyle definition. https://groups.google.com/d/msg/web2py/VSr2oLNnozg/jlbbYPaAoiMJ -- Joe On Thursday, June 23, 2011 7:24:44 AM UTC-7, Carl Hunter Roach wrote: > > I'm using cus