{"id":18649045,"url":"https://github.com/llafuente/packager","last_synced_at":"2026-05-09T00:03:59.676Z","repository":{"id":33516638,"uuid":"37162637","full_name":"llafuente/packager","owner":"llafuente","description":"aws production scripts and dev environment (my Linux* systems)","archived":false,"fork":false,"pushed_at":"2018-04-18T15:17:40.000Z","size":88,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T12:41:16.935Z","etag":null,"topics":["aws","development-environment","linux"],"latest_commit_sha":null,"homepage":"","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/llafuente.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":"2015-06-09T22:45:38.000Z","updated_at":"2018-04-18T15:17:42.000Z","dependencies_parsed_at":"2022-09-12T22:10:20.800Z","dependency_job_id":null,"html_url":"https://github.com/llafuente/packager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llafuente%2Fpackager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llafuente%2Fpackager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llafuente%2Fpackager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llafuente%2Fpackager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llafuente","download_url":"https://codeload.github.com/llafuente/packager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239451436,"owners_count":19640940,"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","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":["aws","development-environment","linux"],"created_at":"2024-11-07T06:34:54.703Z","updated_at":"2025-11-05T08:30:34.385Z","avatar_url":"https://github.com/llafuente.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Servers scripts\n\nThis is a collection of scripts that I use to setup, install and manage AWS\n(or any remote server)\n\nThis is not intended for public usage, use it for reference while you write\nyour own script collection.\n\n## to install packages on your machine\n\nWhile I use aws/run\\*.sh to start my machines, it's useful to to be able to install other already started machines, for that i use:\n\n```bash\nmkdir -p /tmp/installer\ncd /tmp/installer\nfor SH_FILE in \"disable-selinux.sh\" \"node.sh\" \"git.sh\" \"dotfiles.sh\" \"ntp.sh\" \"pip.sh\";\ndo\n  echo \"** Installing: ${SH_FILE}\"\n  curl -o \"${SH_FILE}\" \"https://raw.githubusercontent.com/llafuente/packager/master/packages/${SH_FILE}\"\n\n  sh ${SH_FILE}\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllafuente%2Fpackager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllafuente%2Fpackager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllafuente%2Fpackager/lists"}