You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 年之前
123456789101112131415161718192021222324
  1. ## Education
  2. 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.
  3. ### Installation
  4. Using bench, [install InfluxERP](https://github.com/frappe/bench#installation) as mentioned here.
  5. Once InfluxERP is installed, add education app to your bench by running
  6. ```sh
  7. $ bench get-app education
  8. ```
  9. After that, you can install education app on required site by running
  10. ```sh
  11. $ bench --site demo.com install-app education
  12. ```
  13. ### License
  14. GNU GPL V3. See [license.txt](https://github.com/frappe/agriculture/blob/develop/license.txt) for more information.