2017-11-21 09:17:10 +04:00
|
|
|
# Moodle patch system
|
|
|
|
|
|
|
|
[](https://github.com/valentineus/moodle-billingpatch/releases)
|
|
|
|
[](https://travis-ci.org/valentineus/moodle-billingpatch)
|
|
|
|
[](https://www.codacy.com/app/valentineus/moodle-billingpatch)
|
|
|
|
|
|
|
|
Moodle patch system for internal use.
|
|
|
|
|
|
|
|
You do not need it.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Get the installation package in any of the available methods:
|
|
|
|
|
|
|
|
* [GitHub Releases](https://github.com/valentineus/moodle-billingpatch/releases).
|
|
|
|
* [Compilation from the source code](#build).
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
Self-assembly package is as follows:
|
|
|
|
|
|
|
|
* Clone the repository:
|
|
|
|
```bash
|
2017-11-21 11:34:39 +04:00
|
|
|
git clone https://github.com/valentineus/moodle-billingpatch.git moodle-billingpatch
|
2017-11-21 09:17:10 +04:00
|
|
|
```
|
|
|
|
|
|
|
|
* Run the build script:
|
|
|
|
```bash
|
|
|
|
cd ./billingpatch
|
|
|
|
/bin/sh build.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
<img height="256px" alt="GNU Banner" src="https://www.gnu.org/graphics/runfreegnu.png" />
|
|
|
|
|
|
|
|
[GNU GPLv3](LICENSE.txt).
|
|
|
|
Copyright (c)
|
|
|
|
[Valentin Popov](mailto:info@valentineus.link).
|