{"id":19722842,"url":"https://github.com/moodlehq/moodle-webinstaller-test","last_synced_at":"2026-03-04T15:02:28.778Z","repository":{"id":247700337,"uuid":"826589098","full_name":"moodlehq/moodle-webinstaller-test","owner":"moodlehq","description":"Moodle Web Installation Testing","archived":false,"fork":false,"pushed_at":"2026-02-13T04:48:44.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-02-13T12:39:56.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Gherkin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moodlehq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-10T02:22:03.000Z","updated_at":"2026-02-13T04:48:48.000Z","dependencies_parsed_at":"2025-02-27T18:56:29.994Z","dependency_job_id":"a3d88932-662b-4db8-b091-6608afe03fa6","html_url":"https://github.com/moodlehq/moodle-webinstaller-test","commit_stats":null,"previous_names":["moodlehq/moodle-webinstaller-test"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moodlehq/moodle-webinstaller-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moodlehq%2Fmoodle-webinstaller-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moodlehq%2Fmoodle-webinstaller-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moodlehq%2Fmoodle-webinstaller-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moodlehq%2Fmoodle-webinstaller-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moodlehq","download_url":"https://codeload.github.com/moodlehq/moodle-webinstaller-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moodlehq%2Fmoodle-webinstaller-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30084685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:18:40.415Z","updated_at":"2026-03-04T15:02:28.732Z","avatar_url":"https://github.com/moodlehq.png","language":"Gherkin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moodle Web Installation Testing\n\nThis repository contains the testing suite for the Moodle web installation process.\n\n## Pre-requisites\n- A web server with PHP and a database server installed, as if you were going to install Moodle manually.\n- Composer installed.\n- The Moodle codebase, you can clone the code from the Moodle repository.\n\n## Getting Started\n```bash\n# Get Moodle code, you could select another version branch (skip this if you already got the code)\ngit clone -b main git://git.moodle.org/moodle.git moodle\n\n# Clone the web install repository.\ngit git@github.com:moodlehq/moodle-webinstaller-test.git\ncd moodle-webinstaller-test\n\n# Install the dependencies.\ncomposer install\n\n# URL to the moodle site to be installed.\nexport MOODLE_SITE_URL=\"http://localhost/moodle\"\n\n# Database connection details, ensure the database is created before running the tests.\nexport DB_TYPE=pgsql\nexport DB_HOST=localhost\nexport DB_NAME=moodle\nexport DB_USER=postgres\nexport DB_PASS=moodle\n\n# Ensure the site to be installed has write permissions so moodle can write the config.php file.\nsudo chown -R www-data:www-data /path/to/moodle\n\n# Run the tests\n/vendor/bin/behat\n```\n\n## Troubleshooting\nThe test execution usually takes around 54 seconds to complete, the common issues that might prevent the tests from passing are:\n- The database connection details are incorrect.\n- The moodle site URL is incorrect.\n- The moodle site directory does not have write permissions and Moodle is unable to write the config.php file.\n- There's a config.php file in the moodle site directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoodlehq%2Fmoodle-webinstaller-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoodlehq%2Fmoodle-webinstaller-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoodlehq%2Fmoodle-webinstaller-test/lists"}