[web2py] Re: In openshift: Need help on why my web2py website is being constantly accessed by openshift itself

2013-05-15 Thread Andrew Replogle
Glad to hear it :) I don't use the ha-proxy myself atm. If you run into any 
other issues definitely let me know though. I'd be happy to help if I can.

On Friday, May 10, 2013 8:00:04 AM UTC-5, smoggy wrote:

 Ok, apparently the commenting of

 option httpchk GET /
 like 
 #option httpchk GET /

 solved the issue, now the logs do not get clogged with useless data.
 It was just the haproxy that failed to start.


 On Friday, May 10, 2013 1:37:27 AM UTC+1, smoggy wrote:

 I've checked ./haproxy-1.4/conf/haproxy.cfg

 and I indeed had 

 listen express 127.9.181.130:8080
 option httpchk GET /

 i commented that in order to get only tcp based checks instead of http 
 ones to keep the logs cleaner. After restarting the cartridge 
 with rhc cartridge reload haproxy-1.4 --namespace my_namespace --app 
 my_app  the log file still shows a hit or health check every 3 seconds :/ .

 Andrew do your logs also show these events ? have you had any 
 configuration changes to prevent this from happening ?


 On Thursday, May 9, 2013 9:06:13 PM UTC+1, Andrew Replogle wrote:

 If you're using haproxy are you sure it's not the heartbeat check?

 On Wednesday, May 8, 2013 5:10:51 AM UTC-5, smoggy wrote:

 Hi folks,

 So in openshift in a python 2.6 cartridge + haproxy i'm having lots of 
 accesses from openshift ip itself, like one every 3 seconds. I do not have 
 any cron jobs. Is there a way to figure where these access are coming from 
 : wsgi, web2py, openshift ?



-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: In openshift: Need help on why my web2py website is being constantly accessed by openshift itself

2013-05-09 Thread Andrew Replogle
If you're using haproxy are you sure it's not the heartbeat check?

On Wednesday, May 8, 2013 5:10:51 AM UTC-5, smoggy wrote:

 Hi folks,

 So in openshift in a python 2.6 cartridge + haproxy i'm having lots of 
 accesses from openshift ip itself, like one every 3 seconds. I do not have 
 any cron jobs. Is there a way to figure where these access are coming from 
 : wsgi, web2py, openshift ?



-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: anyone using the Issue Tracker appliance?

2013-02-15 Thread Andrew Replogle
Jim, 

Is this in GAE or an environment that doesn't have a file backed store? I 
believe initially the tickets are created as files but you can configure it 
to be records in a db. 

Regards,
Andrew

On Friday, February 15, 2013 8:54:01 AM UTC-6, Jim S wrote:

 I can't get it to upload through the admin interface.  I just get a 
 message saying 'unable to install application ticket'.

 Jim


-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] multiuser editing in admin?

2013-02-06 Thread Andrew Replogle
Does the admin editor have the ability to have multiple users and lock 
files when they're being edited by others? 
If I want to have a small team of developers using the admin tool that's 
deployed?

They don't need to have any sort of real-time visibility into others work, 
just support for multiple users. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
I haven't attempted with a recent release. I'll pull down trunk and see if
I can get the admin working.

Keep in mind that when an OpenShift gear is started, your configuration is
copied from the git area to a runtime area and executed from there. So,
while I haven't tested this and can't confirm for certain, I don't think
code changes you'd make from the web IDE would persist between restarts
unless you exported and re-imported the application.

I think the ability to import / pull and push to git repo's will solve this
issue and I'm working to evolve that functionality and add hg support as
well.

Keep in mind there's also the OpenShift deployer in trunk that you can use
to develop locally and deploy your changes as long as your openshift
template is on the same system.

Regards,
Andrew

On Wed, Jul 25, 2012 at 2:15 PM, Alec Taylor alec.tayl...@gmail.com wrote:

 Looking good, but I was wondering, is it possible to get this working with
 latest trunk?

 I tried, but ended up with Internal errors before I was even presented
 with the enter admin password view. The welcome app worked fine though .

 Thanks


 On Saturday, June 9, 2012 1:07:39 AM UTC+10, Andrew wrote:

 Just FYI to anyone interested, I've put together a web2py template for
 OpenShift https://openshift.redhat.com/app/ (Red Hat's Opensource
 PaaS).

 You can find it here: - https://github.com/**prelegalwonder/openshift_**
 web2py https://github.com/prelegalwonder/openshift_web2py

 I've also put together a basic openshift deployer from the admin page,
 and you can grab the changes from my fork of web2py - https://github.com/
 **prelegalwonder/web2py https://github.com/prelegalwonder/web2py
 It's just 3 files in the admin app:
  controllers/openshift.py
  views/openshift/deploy.html
 and a modification to views/default/site.html

 It's only requirement to work beyond having a local working openshift
 project is GitPython installed and accessible from the runtime that web2py
 is running in.

 So you can either run the admin app in the cloud and access it directly
 or run a local web2py instance and execute the deployer when you want to
 test out your changes.

 I'm working on a detailed blog that I intent to submit to the OpenShift
 team so they can put it on their site for getting started.

 Enjoy

  --





-- 





Re: [web2py] Re: Web2Py on OpenShift

2012-07-25 Thread Andrew Replogle
Updated the issue on github:
https://github.com/prelegalwonder/openshift_web2py/issues/3

Will research wsgi spec tomorrow to see if this behavior is expected.

--