{"id":25772148,"url":"https://github.com/codejourneymen/drush-make","last_synced_at":"2025-08-10T23:49:58.091Z","repository":{"id":8572634,"uuid":"10201729","full_name":"CodeJourneymen/drush-make","owner":"CodeJourneymen","description":"My drush make files and scripts to build a site quickly (in Drupal 6 and Drupal 7) with my commonly used modules turned on and some basic configuration","archived":false,"fork":false,"pushed_at":"2015-08-31T23:35:33.000Z","size":153,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T03:48:03.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/CodeJourneymen.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}},"created_at":"2013-05-21T17:48:41.000Z","updated_at":"2015-08-31T23:35:33.000Z","dependencies_parsed_at":"2022-08-29T22:51:37.469Z","dependency_job_id":null,"html_url":"https://github.com/CodeJourneymen/drush-make","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeJourneymen/drush-make","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeJourneymen%2Fdrush-make","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeJourneymen%2Fdrush-make/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeJourneymen%2Fdrush-make/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeJourneymen%2Fdrush-make/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeJourneymen","download_url":"https://codeload.github.com/CodeJourneymen/drush-make/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeJourneymen%2Fdrush-make/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269809061,"owners_count":24478513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-27T03:33:32.107Z","updated_at":"2025-08-10T23:49:58.005Z","avatar_url":"https://github.com/CodeJourneymen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"drush-make\n==========\n\nMy drush make files and scripts to build a site quickly (in Drupal 6 and Drupal 7) with my commonly used modules turned on and some basic configuration\n\n\nYou can spin up a D6 or D7 site quickly to test that module you just found.\n\n`./make_d7_site [dbanme] [password] [email]`\n\nIt will create a new site in this directory called [dbname] with the database name also of [dbname]\nThe admin users is superuser\nThe admin password is [password]\nThe admin email is [email]\n\nThe script also does a drush site-install, so you can immediately go to the site.\nThe mysql username/password are hard coded to root/root in the shell script you will have to edit to match you mysql username/password.\n\n\nAlso included is my gitconfig file.\nAdd anything in this you like to your own ~/.gitconfig file\nmost useful is \n`$ git log`\nwhich pretty prints out  the git log in a consise way.\nAnd when you patch some files (that you don't want to commit, but don't want to show up as changed al the time) you can use ignore/unignore/ignored\n\n`$ git ignore [file]`\ntreats a file like it's unchanged. i.e. won't make your repo dirty\n\n`$ git unignore [file]`\nmakes you previously ignored file now be treated normally by git i.e. if its changed, git statsu will now report it.\n\n`$ git ignored`\nLists all the files you have used $git ignore on.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodejourneymen%2Fdrush-make","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodejourneymen%2Fdrush-make","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodejourneymen%2Fdrush-make/lists"}