{"id":19137827,"url":"https://github.com/hunsche/oauth2-rad-tdc2018","last_synced_at":"2026-02-24T00:37:21.652Z","repository":{"id":151517086,"uuid":"141828900","full_name":"hunsche/oauth2-rad-tdc2018","owner":"hunsche","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-21T18:01:46.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-03T13:49:39.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","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/hunsche.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}},"created_at":"2018-07-21T16:27:32.000Z","updated_at":"2024-06-16T07:49:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f4ad15b8-afad-40e8-ad34-1a9b9a01eb64","html_url":"https://github.com/hunsche/oauth2-rad-tdc2018","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/hunsche%2Foauth2-rad-tdc2018","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunsche%2Foauth2-rad-tdc2018/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunsche%2Foauth2-rad-tdc2018/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunsche%2Foauth2-rad-tdc2018/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunsche","download_url":"https://codeload.github.com/hunsche/oauth2-rad-tdc2018/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240217028,"owners_count":19766691,"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-11-09T06:40:44.734Z","updated_at":"2025-10-29T23:40:11.841Z","avatar_url":"https://github.com/hunsche.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker\n\nThis project requires the tools:\n  \n  - Docker Machine\n  - Docker Compose\n  - Docker\n\n### Installation\n\nUse git bash to configuration tools.\n\nInstall Docker Machine.\n\n```sh\n$ mkdir -p \"$HOME/bin\"\n$ curl -L \"https://github.com/docker/machine/releases/download/v0.14.0//docker-machine-Windows-x86_64.exe\" \u003e \"$HOME/bin/docker-machine.exe\"\n$ chmod +x \"$HOME/bin/docker-machine.exe\"\n```\n\nCreate and configure default machine.\n\n```sh\n$ docker-machine create -d virtualbox --virtualbox-disk-size \"50000\" default\n$ eval $(docker-machine env default)\n```\n\nInstall Docker Compose\n\n```sh\n$ curl -L \"https://github.com/docker/compose/releases/download/1.22.0-rc1/docker-compose-Windows-x86_64.exe\" \u003e \"$HOME/bin/docker-compose.exe\"\n$ chmod +x \"$HOME/bin/docker-compose.exe\"\n```\n\nInstall Docker\n\n```sh\n$ mkdir -p \"$HOME/tmp\"\n$ curl -L \"https://download.docker.com/win/static/stable/x86_64/docker-17.09.0-ce.zip\" \u003e \"$HOME/tmp/docker.zip\"\n$ unzip \"$HOME/tmp/docker.zip\" -d \"$HOME/tmp/\"\n$ mv \"$HOME/tmp/docker/docker.exe\" \"$HOME/bin/docker.exe\"\n$ rm -rf \"$HOME/tmp/docker\" \"$HOME/tmp/docker.zip\"\n```\n\n### Start\n\nUse git bash to start service.\n\nGet IP.\n\n```sh\n$ docker-machine ip\n```\n\nOpen project folder.\n\n```sh\n$ docker-compose up\n```\n\nSet Enviroments:\n  - STATIC_PATH: Path of static files \".../oauth2-rad-tdc2018/src/static\"\n  - REDIS_HOST: Host of Redis \"192.168.99.100\"\n  - REDIS_PORT: Port of Redis \"6379\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunsche%2Foauth2-rad-tdc2018","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunsche%2Foauth2-rad-tdc2018","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunsche%2Foauth2-rad-tdc2018/lists"}