Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 745 B

2 lat temu
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.