選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 745 B

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.