Stream-Line / moodle-mod_streamline

Code template for the Moodle activity module
https://docs.moodle.org/dev/Activity_modules
0 stars 5 forks source link

Streamline Setup

This is the main repo for our activity module.

Firstly, fork this repo into your own account. Then to install it on your moodle server, navigate to moodle/mod/ and run:

* Note: the module has been setup for the 'streamline' name and will not work if changed.

Next, add the repo you forked from as a remote so you can easily pull updates from it:

* Note: by defaut, 'origin' is the repository you cloned from.

Finally, make a new branch for your development:

To push your changes to your git repo use:

Once you have finished your module, you need to merge it into the master branch. To do this you need to:

=====================================================================

Original Setup Readme

The following steps should get you up and running with this module template code.

We encourage you to share your code and experience - visit http://moodle.org

Good luck!