{"id":16641116,"url":"https://github.com/suminb/transporter","last_synced_at":"2025-10-30T11:30:41.456Z","repository":{"id":32552085,"uuid":"36134426","full_name":"suminb/transporter","owner":"suminb","description":"프로그래머가 이사하는 법","archived":false,"fork":false,"pushed_at":"2018-11-30T05:33:00.000Z","size":98,"stargazers_count":24,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2025-02-02T08:11:18.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/suminb.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}},"created_at":"2015-05-23T17:31:21.000Z","updated_at":"2024-09-21T03:09:37.000Z","dependencies_parsed_at":"2022-09-17T05:01:06.309Z","dependency_job_id":null,"html_url":"https://github.com/suminb/transporter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Ftransporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Ftransporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Ftransporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suminb%2Ftransporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suminb","download_url":"https://codeload.github.com/suminb/transporter/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238955907,"owners_count":19558456,"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":[],"created_at":"2024-10-12T07:45:19.143Z","updated_at":"2025-10-30T11:30:41.102Z","avatar_url":"https://github.com/suminb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Installation\n============\n\nSuppose the repository has been cloned to your current working directory by\nrunning the following command,\n\n    git clone https://github.com/suminb/transporter.git\n    cd transporter\n\nPrepare a Python virtual environment. This is not mendatory, but it will make\nthings a bit easier to work with.\n\n    virtualenv ~/.virtualenvs/transporter\n\nThen enter the virtual environment.\n\n    . ~/.virtualenvs/transporter/bin/activate\n\nInstall required Python packages.\n\n    pip install -r requirements.txt\n\nCopy `provision.sh.dist` to `provision.sh`.\n\n    cp provision.sh.dist provision.sh\n\nThen edit `provision.sh` to set `DB_URI` and `REDIS_URL`.\n\n\nAuxiliary Services\n==================\n\nWe need a Redis server. It is recommended to use fully-managed Redis service\nfor production, but it is sufficient to run a Redis server with Docker for\ndevelopment purposes.\n\n    docker run -d -p 6379:6379 -p 6380:6380 redis\n\nRun\n===\n\nSet up some necessary environment variables.\n\n    . provision.sh\n\nRun the app.\n\n    python application.py\n\nThen your web application will be accessible via \u003chttp://localhost:8002\u003e. You\nmay change the binding address, port number and the debug mode by setting the\nfollowing environment variables.\n\n    export HOST=\"0.0.0.0\"\n    export PORT=8002\n    export DEGUG=0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Ftransporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuminb%2Ftransporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuminb%2Ftransporter/lists"}