A mercurial repository cloned can be copied as any other windows folder, you only have to copy the entire cloned application folder (that includes controller, model) into your web2py installation "applications" folder (at the same level as the scaffolding welcome app), that will be enough for web2py to recognize the new application and you'll be able to manage it as those installed with .w2p files*. By the way, the new PyConUS talk "Ideas we stole..." covers installing and managing applications from a console and with the administrative interface.
* provided that the app you are copying works with web2py On 18 mar, 18:44, praveen krishna <[email protected]> wrote: > 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 < > > > > > > > > [email protected]> wrote: > > 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 <[email protected]> ha > > scritto: > > > 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.

