|
|
@@ -240,7 +240,6 @@ def use(): |
|
|
|
@cmd |
|
|
|
def install(db_name, root_login="root", root_password=None, source_sql=None, |
|
|
|
admin_password = 'admin', verbose=True, force=False, site_config=None, reinstall=False): |
|
|
|
print db_name, source_sql |
|
|
|
from webnotes.installer import install_db, install_app, make_site_dirs |
|
|
|
install_db(root_login=root_login, root_password=root_password, db_name=db_name, source_sql=source_sql, |
|
|
|
admin_password = admin_password, verbose=verbose, force=force, site_config=site_config, reinstall=reinstall) |
|
|
|