I've been researching frameworks for GAE and am excited about using
web2py. I was hoping to play around with it today but the website has
been down all day for me (503 Service Temporarily Unavailable).
Is there somewhere other than web2py.com where I can download the
latest stable release?
Thanks,
Gavin
Massimo
-Thadeus
> --
> You received this message because you are subscribed to the Google Groups "web2py-users" group.
> To post to this group, send email to web...@googlegroups.com.
> To unsubscribe from this group, send email to web2py+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/web2py?hl=en.
>
>
>
>
Massimo
On Jan 8, 4:26 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
> The server keeps going down even after disabling cron, were you able
> to figure out why ?
>
> -Thadeus
>
I host large files on Amazon S3, http://aws.amazon.com/s3/ , such as
pdf, image and video files, that are accessed from web2py generated
links. Amazon S3 provides very cheap 'bucket' storage.
There is fairly mature python software called s3cmd that can be used
to easily interface to Amazon S3. The web site http://s3tools.org/s3cmd
is down at the moment.
I don't know if there would be problems adapting the software for use
on the Google App Engine.
An older version can be quickly installed on a Ubuntu server with
apt-get install s3cmd
An up to date version can be obtained from
http://sourceforge.net/projects/s3tools/files/s3cmd/#files
and can be quickly installed with 'python setup.py install'.
John Heenan