python - How Initialize web2py with password in terminal -
i need create terminal alias inicialize web2py, dont see how initialize web2py password parameter. edit "~/.bashrc" this:
alias w2p="python web2py -p 8000"
and need put password here too.
exists parameter ou way?
the -a argument sets password:
alias w2p="python web2py -p 8000 -a yourpassword"
Comments
Post a Comment