Files
lms/README.md
2021-10-27 20:00:07 +05:30

1.1 KiB

School

Create online courses without much hassle.

Course Home

  1. Create online courses in a simple manner
  2. The UI is clean and minimal
  3. Lessons can be in the form of texts, videos, quizzes or a combination of all of these.

Development Setup

  1. Through Docker
  2. Direct install through bench

Contribution Guidelines

  1. Go to the apps/school directory of your installation and execute git pull --unshallow to ensure that you have the full git repository. Also fork the frappe/school repository on GitHub.
  2. Check out a working branch in git (e.g. git checkout -b my-new-branch).
  3. Make your proposed changes to the source
  4. Run your local version (e.g. bench start in your bench installation). Make sure that your changes work the way you want them to.
  5. Commit your changes to your branch. Make sure to use a semantic commit message.
  6. Push your branch to your fork on Github, and issue a pull request.

License

GNU AFFERO GENERAL PUBLIC LICENSE