Almost all admin funcionality is available form command line but from
web2py command line

python web2py.py -S admin
>>> import gluon.admin
>>> help(gluon.admin)

On Jul 2, 2:46 am, AchipA <attila.cs...@gmail.com> wrote:
> I would also kind of like more admin functionality available from the
> command line. Web is cool and all, but if your web2py install has no
> https (or maybe even http if it's an intranet install) and you only
> can access it via ssh and lynx which is dead in the water because of
> JS in web2py... a python web2py.py -S myapp --install myapp.w2py or
> python web2py.py -S myapp --listlasterror would come handy sometimes.
>
> On Jul 2, 9:02 am, Alexandre Andrade <alexandrema...@gmail.com> wrote:
>
> > If I understand your idea:
>
> > 1. besides you can generate a .w2p package and upload using a browser (what
> > web2py already do) you want a option to deploy it putting it in the server
> > and web2py 'magically' install it?
>
> > Maybe it can be interesting for big aplications, that don't fit so well to
> > upload in browser.
>
> > 2009/7/1 Jason Brower <encomp...@gmail.com>
>
> > > I like the feature in tomcat, it's the only feature I like, that let's
> > > you take a complressed directory, WAR file, put it in a certain
> > > directory and after restarting tomcat it unpacks it and has it ready to
> > > do.
> > > I wonder if we could create something like this, as I have to login to a
> > > computer with ssh, run a text based browser and then install the program
> > > that way.  Not fun. I would rather code here, then deploy it with ftp to
> > > a directory on the server and restart the server.
> > > Regards,
> > > Jason Brower
>
> > --
> > Atenciosamente
>
> > --
> > =========================
> > Alexandre Andrade
> > Hipercenter.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to