Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 631 Bytes

bench-installation.md

File metadata and controls

10 lines (9 loc) · 631 Bytes

To setup the repository locally follow the steps mentioned below:

  1. Install bench and setup a frappe-bench directory by following the Installation Steps.
  2. Start the server by running bench start.
  3. In a separate terminal window, create a new site by running bench new-site lms.test.
  4. Fork the LMS app
  5. Run bench get-app .
  6. Run bench --site lms.test install-app lms.
  7. Map your site to localhost with the command bench --site lms.test add-to-hosts
  8. Now open the URL http://lms.test:8000/ in your browser, you should see the app running.