Re: [web2py] Installing a project which in cloned in mercurial repository in web2py

2012-03-19 Thread Christopher Steel
Hi Praveen, FYI a .w2p file is basically a tar archive. If you unpack it it gives you a directory structure. On Sunday, March 18, 2012 5:44:00 PM UTC-4, praveen krishna wrote: > > But to install an application it should be of .w2p format then how can I > copy or move a normal folder which cont

Re: [web2py] Installing a project which in cloned in mercurial repository in web2py

2012-03-18 Thread praveen krishna
But to install an application it should be of .w2p format then how can I copy or move a normal folder which contains other folders along with models,controllers ,views which is cloned using mercurial . On Sun, Mar 18, 2012 at 10:14 PM, Michele Comitini < michele.comit...@gmail.com> wrote: > Hi, >

Re: [web2py] Installing a project which in cloned in mercurial repository in web2py

2012-03-18 Thread Michele Comitini
Hi, Download web2py from web2py.com and follow the instructions to run it Just copy or move the folder containing models,controllers,views under the applications folder inside your web2py installation. mic Il 18 marzo 2012 16:06, praveen krishna ha scritto: > Hii, >    I have cloned a project

[web2py] Installing a project which in cloned in mercurial repository in web2py

2012-03-18 Thread praveen krishna
Hii, I have cloned a project called pyMantis in mercurial in read only mode and want to install it as a pyMantis app in web2py .what are the next steps to be followed in windows7 environment to install.