{"id":34625878,"url":"https://github.com/ijortengab/drupal-autoinstaller","last_synced_at":"2026-04-13T18:33:03.499Z","repository":{"id":148799336,"uuid":"556942140","full_name":"ijortengab/drupal-autoinstaller","owner":"ijortengab","description":"Drupal autoinstaller","archived":false,"fork":false,"pushed_at":"2025-07-31T10:03:12.000Z","size":509,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-31T13:55:29.947Z","etag":null,"topics":["drupal"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ijortengab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-10-24T20:06:16.000Z","updated_at":"2025-06-09T09:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9b10a46-7b24-4b08-9f70-5c0277838487","html_url":"https://github.com/ijortengab/drupal-autoinstaller","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/ijortengab/drupal-autoinstaller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijortengab%2Fdrupal-autoinstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijortengab%2Fdrupal-autoinstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijortengab%2Fdrupal-autoinstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijortengab%2Fdrupal-autoinstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ijortengab","download_url":"https://codeload.github.com/ijortengab/drupal-autoinstaller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ijortengab%2Fdrupal-autoinstaller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["drupal"],"created_at":"2025-12-24T15:55:41.188Z","updated_at":"2026-04-13T18:33:03.494Z","avatar_url":"https://github.com/ijortengab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal Auto Installer\n\nThe extension of `rcm`.\n\n## Prerequisite\n\nLogin as root.\n\n```\nsu -\n```\n\nIf you start from empty virtual machine instance, it is recommend to upgrade\nthen restart machine to avoid interruption because of kernel update.\n\n```\napt update -y\napt upgrade -y\ninit 6\n```\n\nMake sure `wget` command is exist.\n\n```\napt install -y wget\n```\n\n## Install\n\n### rcm\n\nDownload `rcm` from Github.\n\n```\nwget git.io/rcm\nchmod a+x rcm\n```\n\nYou can put `rcm` file anywhere in `$PATH`:\n\n```\nmv rcm -t /usr/local/bin\n```\n\nAlways fast.\n\n```\nalias rcm='rcm --fast'\n```\n\n### rcm-drupal\n\nInstall `drupal` extension.\n\n```\nrcm install drupal\n```\n\nEnter value for `--url` option:\n\n```\nhttps://github.com/ijortengab/drupal-autoinstaller\n```\n\nSkip value for `--path` option. We use the default value.\n\n## How to Use\n\nFeels free to execute `drupal` command. You will be prompt to some required value.\n\n```\nrcm drupal\n```\n\n## Tips 1\n\nUpdate if necessary.\n\n```\nrcm update drupal\n```\n\n## Tips 2\n\nInstall the additional extension.\n\n```\nrcm install drupal-adjust-file-system-outside-web-root --source drupal\n```\n\nJust execute.\n\n```\nrcm drupal-adjust-file-system-outside-web-root\n```\n\nUpdate if necessary.\n\n```\nrcm update drupal-adjust-file-system-outside-web-root\n```\n\nBulk for all project.\n\n```\nwhile read project_name; do\n    while read domain; do\n        echo -ne \"\\e[93m\"'# Execute:'\"\\e[39m\" \"\\n\"\n        echo -ne \"\\e[95m\"rcm drupal-adjust-file-system-outside-web-root -- --project-name $project_name --domain $domain -- \"\\e[39m\" \"\\n\\n\"\n        INDENT='    ' rcm drupal-adjust-file-system-outside-web-root -- --project-name $project_name --domain $domain --\n    done \u003c\u003c\u003c `ls-drupal $project_name`\ndone \u003c\u003c\u003c `ls-drupal`\n```\n\n## Tips 3\n\nThere are two additional commands for you.\n\n```\nls-drupal\n```\n\n```\n. cd-drupal\n```\n\nSelect the projects, then run drush.\n\n```\ndrush status\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijortengab%2Fdrupal-autoinstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fijortengab%2Fdrupal-autoinstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fijortengab%2Fdrupal-autoinstaller/lists"}