[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-25 Thread JungHyun Kim
Hi Changju. I tried pythonanywhere. It was awesome. Very very easy to use. I may use pythonanywhere for my next project. Anyway, of course you can send me an email in person. I will be very glad if I receive from you. Thank you. 2012년 5월 22일 화요일 오후 9시 33분 56초 UTC+9, Changju 님의 말: Hi

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-22 Thread Changju
Hi JungHyun. Yes, I'm rookiecj. Nice to meet you :) Pythonanywhere, as you can see from the name, they provide a good tools for people who like python and web2py. They provide - a shell through Web(through port 80) that you can login from anywhere. - quick setup for web2py already. -

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-21 Thread JungHyun Kim
Hello Changju. Frankly speaking, I didn't know either pythonanywhere or fluxflex. So after read your mail, I compared their free tiers roughly. 1. OpenShift : 512MB of RAM, and 1GB of disk space(probably including DB storage) * 3 applications 2. Pythonanywhere : CPU(quota or

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-20 Thread Changju
Hi JungHyun. I have one question for you. I don't know about Openshift but I want to know why you chose Openshift other than Pythonanywhere or Fluxflex which are all free for low traffic. Thanks, Changju On Saturday, May 19, 2012 7:44:31 PM UTC+9, JungHyun Kim wrote: Andrew!! It works !!!

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-19 Thread JungHyun Kim
Andrew!! It works !!! Two things were keys. 1. setting gluon module in libs directory 2. and making environment to see that module. Thank you for your help! :) 2012년 5월 19일 토요일 오후 12시 14분 5초 UTC+9, Andrew 님의 말: JungHyun, Here's my project structure with application file attached- Let me

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-19 Thread Andrew
Glad to hear it! =] I'll post my application file to the openshift forums and see if that helps them get a skeleton up on github for web2py. Andrew On Saturday, May 19, 2012 5:44:31 AM UTC-5, JungHyun Kim wrote: Andrew!! It works !!! Two things were keys. 1. setting gluon module in

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-18 Thread JungHyun Kim
Andrew. If you don't mind, would you see my WSGI application setting? I modified application file in *project/wsgi* directory. from web2py import wsgihandler application = wsgihandler.application Variable application seems a main handler of web request. (Initially it was a function which

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-16 Thread JungHyun Kim
Thank you Andrew! I connected mysql successfully (I guess, cause the error message disappeared). But I still have some problems. ( https://groups.google.com/forum/#!topic/web2py/wMDDCsisic4) If I can see your project settings, it will be really helpful! 2012년 5월 16일 수요일 오전 3시 15분 28초

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-15 Thread Ross Peoples
I don't know anything about openshift, but I would think the normal MySQL troubleshooting steps apply: 1. Make sure MySQL is listening on all interfaces 2. Make sure your MySQL account accepts connections from the '%' host. On Tuesday, May 15, 2012 3:55:07 AM UTC-4, JungHyun Kim wrote:

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-15 Thread JungHyun Kim
Thank you! Ross! The problem was mysql URL. It was different from application URL(= web2py-codingday.rhcloud.com). Now connection to mysql is OK. But still there is HTTP 500 error with default welcome application... I should spend more to know why. 2012년 5월 15일 화요일 오후 8시 51분 26초 UTC+9,

[web2py] Re: Is there anyone who running web2py application on Redhat openshift?

2012-05-15 Thread Andrew
JungHyun, I've deployed the default web2py app to Openshift with no issues but haven't played with it much. I'd be happy to share my project dir so you can see how I've structured my wsgi file and various libs like gluon so that the app will run. I'll try and create a mysql cartridge and put