Is App development on production install possible

Hello
If i used the production command ($ python install.py --production --user frappe
) to install erpnext app. Can i now start app development by running (bench set-config developer mode 1) and then new-app etc

or can i do app development, only when i do “python install.py --develop --user frappe”

Actually i dont have a linux machine, so i am using digital ocean.

Pls let me know.

@kothagunda
Yes, You can do this. Run bench migrate after development_mode entry in config file.

For reference read this post:

Thank you navdeepghai. I will try it.