|
123456789101112131415161718192021222324 |
- ## Education
-
- The Education Domain of InfluxERP comes with features to record student info and courses, track assessment, fees payments, curate quizes and programs. You can check out the following topics after this brief introduction to the education module.
-
-
- ### Installation
-
- Using bench, [install InfluxERP](https://github.com/frappe/bench#installation) as mentioned here.
-
- Once InfluxERP is installed, add education app to your bench by running
- ```sh
- $ bench get-app education
- ```
-
- After that, you can install education app on required site by running
-
- ```sh
- $ bench --site demo.com install-app education
- ```
-
-
- ### License
-
- GNU GPL V3. See [license.txt](https://github.com/frappe/agriculture/blob/develop/license.txt) for more information.
|