Project 'ulrike.pado/asyst-moodle-plugin' was moved to 'knight/asyst-moodle-plugin'. Please update any links and bookmarks that may still have the old path.
Commit c123d8ea authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Initial commit. Docker infrastructure with dummy moodle plugin.

parent 7dd181c0
Showing with 7 additions and 6 deletions
+7 -6
.env 100644 → 100755
File mode changed from 100644 to 100755
/.idea
/.git
Dockerfile 100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
readme.md 100644 → 100755
......@@ -7,4 +7,3 @@ docker-compose exec moodle php /var/www/html/moodle/admin/cli/install.php --wwwr
docker-compose exec moodle chown -R www-data:www-data /var/www/html/moodle
docker-compose exec moodle chmod -R 755 /var/www/html/moodle
~~~
......@@ -3,7 +3,7 @@
* You may localized strings in your plugin
*
* @package local_yourplugin
* @copyright 2014 Surya Pratap
* @copyright 2024 Artem Baranovskyi
* @license http://www.gnu.org/copyleft/gpl.html gnu gpl v3 or later
*/
......
......@@ -3,7 +3,7 @@
* You may have settings in your plugin
*
* @package local_yourplugin
* @copyright 2014 Surya Pratap
* @copyright 2024 Artem Baranovskyi
* @license http://www.gnu.org/copyleft/gpl.html gnu gpl v3 or later
*/
......
......@@ -3,13 +3,13 @@
* Version details.
*
* @package local_yourplugin
* @copyright 2014 Surya Pratap
* @copyright 2024 Artem Baranovskyi
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2014061101; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2022051101; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2014050800; // Requires this Moodle version.
$plugin->component = 'local_yourplugin';// Full name of the plugin (used for diagnostics).
$plugin->cron = 0;
\ No newline at end of file
$plugin->cron = 0;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment