Login page not showing

Hello,

i have installed erpnext on ubuntu 14.04 using Easy way using command-
wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
.Everything installed properly. i got passwords generated. but when i try to login using localhost:8000. not getting login page .im getting unable to connect in browser.when try just localhost, i get page with welcome to nginx! msg.

how can i get login page ?

thanks in adv

Are you setting up for production?

Did you try running the bench instead?

$ bench start

Hello , i was not setting erpnext for production.i did setup as production and its working fine now. thanks.

i was customizing login page by editing html files.will it effect upgrade process in future if i edit files ?

Thanks

hi,

I am facing same problem not getting login page using Easy way use command-
wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
can anyone show me how to setting up for production?

thanks in adv

hi kankankuli

run these commands.

wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh --setup-production

after install. you can login using http://localhost

1 Like

It worked!!

thank you