Aller au contenu

Installation

Prerequisites

SeminaryERP requires a working Frappe Bench environment with ERPNext installed.

Install the app

bench get-app https://github.com/klisia-org/seminary.git
bench --site your-site.localhost install-app seminary
bench --site your-site.localhost migrate

Install the LMS frontend

cd apps/seminary
yarn install

Development mode

bench --site your-site.localhost set-config developer_mode 1
bench start

The LMS frontend is available at /seminary on your site.