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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -