Re: [web2py] web2py on AWS

2016-01-23 Thread Michele Comitini
did you run with the -p option? else you should connect to port 8000, i.e: http://your.aws.ip:8000/welcome check the output of: netstart -tanp | grep 80 mic 2016-01-23 8:46 GMT+01:00 Dave S : > I'm trying to set up a demo on an AWS free-tier linux system. I'm running > web2py in shake-the-box

[web2py] web2py on AWS

2016-01-22 Thread Dave S
I'm trying to set up a demo on an AWS free-tier linux system. I'm running web2py in shake-the-box mode (sorry, model railroad talk ... I mean, "using the easy-to-assemble kit"), including the Rocket server. Installation was easy, I successfully untarred my app's w2p bundle, and fired up the py

[web2py] Web2Py on AWS EC2

2015-01-02 Thread NeoToren
I have an instance running Linux at Amazon AWS EC2 after carefully following the instructions provided by Amazon here . I have set-up the security groups as mentioned in the documentation provided by Amazon.

[web2py] Web2py on AWS Opsworks

2014-08-11 Thread Rebecca Raguindin
Is there anyone with Opsworks recipe available to install/deploy web2py on an UBUNTU (14.04). Is it possible to install via Opsworks? Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/w

[web2py] Web2Py on AWS Elastic Beanstalk

2013-01-06 Thread Isaac Dorgbefu
Hi, Can anyone help with setting up web2py app on AWS Elastic Beanstalk? There's a django tutorial here. Thanks Isaac --