{"id":16500573,"url":"https://github.com/ruddyscent/pybo","last_synced_at":"2026-04-10T11:02:08.426Z","repository":{"id":74460528,"uuid":"586408382","full_name":"ruddyscent/pybo","owner":"ruddyscent","description":"도커를 이용한 '점프 투 장고'의 실습 환경","archived":false,"fork":false,"pushed_at":"2026-04-09T00:07:51.000Z","size":693,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-09T02:23:20.786Z","etag":null,"topics":["django","docker","docker-compose"],"latest_commit_sha":null,"homepage":"https://wikidocs.net/book/4223","language":"JavaScript","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/ruddyscent.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":"2023-01-08T02:43:53.000Z","updated_at":"2026-04-09T00:07:52.000Z","dependencies_parsed_at":"2026-03-05T09:07:06.700Z","dependency_job_id":null,"html_url":"https://github.com/ruddyscent/pybo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruddyscent/pybo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddyscent%2Fpybo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddyscent%2Fpybo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddyscent%2Fpybo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddyscent%2Fpybo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruddyscent","download_url":"https://codeload.github.com/ruddyscent/pybo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruddyscent%2Fpybo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["django","docker","docker-compose"],"created_at":"2024-10-11T14:58:07.864Z","updated_at":"2026-04-10T11:02:08.388Z","avatar_url":"https://github.com/ruddyscent.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sandbox for pybo\nM1 Mac에서 '점프 투 장고'의 Pybo를 실행해 볼 수 있는 실습 환경을 제공한다.\n\n## Install Docker\n\n## Ubuntu 환경에서 실행\n'점프 투 장고'의 4장에서는 AWS Lightsail에서 Ubuntu를 이용하여 서비스하는 내용을 다루고 있다. 이 환경에서 코드를 실행하기 위해서는 docker 환경을 추가로 구축해야 한다.\n```bash\n$ docker-compose up -d\n$ docker exec -it pybo_django_1 bash\n# python manage.py runserver 0:8000\n```\n\n## Install docker-compose\n```bash\n$ sudo apt install docker-compose \n```\n\n## Add the current user to the \"docker group\"\n```bash\n$ sudo usermod -aG docker ${USER}\n```\n\n## Change the base image for amd64\nChange the base image of docker image. Change the first line of Dockerfile;\n```diff\n-From arm64v8/ubuntu:22.04\n+From ubuntu:22.04\n```\nChange the service port of the container;\n```diff\n     ports:\n-      - \"8000:8000\"\n+      - \"80:8000\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruddyscent%2Fpybo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruddyscent%2Fpybo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruddyscent%2Fpybo/lists"}