Open taowang1993 opened 1 month ago
I deployed frappe_docker. What should I do from here?
I gave up the deployment approach, since it is asking me install the frappe_docker. I don't know why I need that for LMS.
Instead, I just cloned this LMS repo and run docker compose up -d.
But now, I wonder how to change the default admin password?
Is there any detailed docs about this software at all?
You can edit the default password here: https://github.com/frappe/lms/blob/224bb18d3e96dff74ecae9b73471b48c331d8826/docker/init.sh#L32
@taowang1993 documentation for the app https://docs.frappe.io/learning/introduction
For self hosting, it asks me to install Bench referring to https://github.com/frappe/bench
Then, this bench repo asks me clone https://github.com/frappe/frappe_docker.git
But the pwd.yaml file contains the ERPNext application which is not what I want.
https://github.com/frappe/frappe_docker/blob/main/pwd.yml
I am confused.