Re: [web2py] Re: Newbie question about github / trunk

2017-09-11 Thread Nico Zanferrari
Well, if you cannot use git, in fact you can do this: - download https://github.com/web2py/web2py/archive/master.zip and uncompress it (for example in /tmp/web2py.master) - download https://github.com/web2py/pydal/archive/master.zip and uncompress it. Move its content inside the web2py directory

Re: [web2py] Re: Newbie question about github / trunk

2017-06-22 Thread Anthony
On Thursday, June 22, 2017 at 4:05:15 AM UTC-4, Nico Zanferrari wrote: > > You can also download the current "master branch" directly from the link > https://github.com/web2py/web2py/archive/master.zip > > No, the web2py repo includes PyDal as a Git submodule, and the download zip file generated

Re: [web2py] Re: Newbie question about github / trunk

2017-06-22 Thread Nico Zanferrari
You can also download the current "master branch" directly from the link https://github.com/web2py/web2py/archive/master.zip Nico 2017-06-21 17:38 GMT+02:00 Anthony : > That just means test the master branch on Github. You can get it via: > > git clone --recursive

[web2py] Re: Newbie question about github / trunk

2017-06-21 Thread Anthony
That just means test the master branch on Github. You can get it via: git clone --recursive g...@github.com:web2py/web2py.git Of course, you need Git installed. Anthony On Wednesday, June 21, 2017 at 3:53:55 AM UTC-4, Karoly Kantor wrote: > > I raised an issue in github about Google Cloud SQL

[web2py] Re: Newbie question about github / trunk

2017-06-21 Thread Karoly Kantor
Sorry I don't get it. The code under that link seems old to me, the particular pdal adapter file I am interested in is from 2016 May 10. On Wednesday, June 21, 2017 at 10:05:03 AM UTC+2, 黄祥 wrote: > > in http://web2py.com/init/default/download you can see there are several > links for tester

[web2py] Re: Newbie question about github / trunk

2017-06-21 Thread 黄祥
in http://web2py.com/init/default/download you can see there are several links for tester (trunk) e.g. for source code https://mdipierro.pythonanywhere.com/examples/static/nightly/web2py_src.zip best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -