- Python 3.10+
- Node.js & npm (for frontend assets)
- Redis (for caching & queue management)
- MariaDB
- Frappe Framework
- Bench CLI
- Education app
- Erpnext app
- HRMS app
Create new site if not have existing site
bench new-site mentor-mentee.localhost
cd frappe-bench/apps
git clone https://github.com/sukhlotey/mentor-mentee.git
or
bench get-app mentor_mentee --branch main https://github.com/sukhlotey/mentor-mentee.git
cd ..
bench get-app erpnext
bench get-app education
bench get-app hrms
# Install them on the site
bench --site mentor-mentee.localhost install-app erpnext
bench --site mentor-mentee.localhost install-app education
bench --site mentor-mentee.localhost install-app hrms
bench --site mentor-mentee.localhost install-app mentor-mentee
bench build
bench start