All Projects → frappe → school

frappe / school

Licence: AGPL-3.0 license
Easy to Use, Open Source Learning Management System

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

GitHub last commit GitHub issues GitHub pull requests GitHub pull requests

Frappe LMS

Frappe LMS

Easy to Use, Open Source Learning Management System
Visit the website »

Explore the docs. Report Bug

About The Project

Frappe LMS

Frappe LMS is an easy-to-use, open-source learning management system. It has a clear UI that helps students focus only on what's important and assists in distraction-free learning.

You can create courses and lessons through simple forms in the backend that you can analyze with the help of reports. Course Instructors and students can reach out to each other through the discussions section available for each lesson and get queries resolved.

Lessons can be in the form of text, videos, quizzes or a combination of all these. You can keep your students engaged with quizzes to help revise and test the concepts learned.

(back to top)

Getting Started

Frappe LMS app is built using Frappe Framework.

Direct installation through bench

To setup the repository locally, follow the steps mentioned below:

  1. Install bench and set up a frappe-bench directory by following the Installation Steps.

  2. Start the server by running bench start.

  3. In a separate terminal window, create a new site by running bench new-site lms.test.

  4. Fork the Frappe LMS app and clone it.

  5. Run bench get-app lms to get the app on your bench.

  6. Run bench --site lms.test install-app lms.

  7. Map your site to localhost with the command bench --site lms.test add-to-hosts.

  8. Now open the URL http://lms.test:8000/ in your browser, you should see the app running.

(back to top)

Contributing

Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Thank you for your interest in contributing to an open-source project! Our world works on people taking initiative to contribute to the "commons" and contributing to open source means you are contributing to making things better for not only yourself but everyone else too! So thank you for taking this initiative.

Great projects also work because of great quality. Open source or not, the user really cares that things should work as they are advertised, and consistently. New features should follow the same pattern so that users don't have to learn things again and again.

Developers who maintain open source also expect that you follow certain guidelines. These guidelines ensure that developers are able to quickly give feedback on your contribution and how to make it better. Most probably you might have to go back and change a few things, but it will be in the interest of making this process better for everyone. So be prepared for some back and forth.

Don't forget to give the project a star! Thanks again!

  1. Go to the apps/lms directory of your installation and execute git pull --unshallow to ensure that you have the full git repository. Also, fork the frappe/lms repository on GitHub.

  2. Check out a working branch in git (e.g. git checkout -b my-new-branch).

  3. Run your local version (e.g. bench start in your bench installation). Make sure that your changes work the way you want them to.

  4. Commit your changes to your branch. Make sure to use a semantic commit message.

  5. Push your branch to your fork on Github, and create a pull request.

(back to top)

License

Distributed under GNU AFFERO GENERAL PUBLIC LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].