Hi, I want to build some custom modules/pages as per requirement. how can I go about it?
I tried cloning it locally on linux (without docker) but it is not installing properly
I know docker installation would work but then I won’t be able to make changes
ejaaz
2
You can follow the Installation steps, which are mentioned here
https://docs.frappe.io/framework/user/en/installation
I am cloning lms locally in EC2 virtual machine. Installed everything but not able to start
this is what I’m seeing after running ‘bench start’
But then after other two steps, opened new terminal and ran
‘bench new-site learning.test’
‘bench --site learning.test add-to-hosts’
then URL is not loading ‘http://learning.test:8000/lms’
And yes It got successfully installed (‘bench --site learning.test install-app lms’)
ejaaz
4