您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.