[minor] [install] added instruction to set domain for url generation within erpnext

This commit is contained in:
Anand Doshi 2013-08-09 19:39:09 +05:30
parent 813b1cba65
commit cf2cf3897b

View File

@ -309,6 +309,8 @@ def post_install(install_path):
print
print "-"*80
print "To change url domain, run: lib/wnf.py --domain example.com"
print "-"*80
print "Installation complete"
print "Open your browser and go to http://localhost:8080"
print "Login using username = Administrator and password = admin"