{"id":22437293,"url":"https://github.com/ustclug/adrain","last_synced_at":"2025-08-01T15:32:09.713Z","repository":{"id":16879979,"uuid":"80292745","full_name":"ustclug/adrain","owner":"ustclug","description":"Admission Rain","archived":false,"fork":false,"pushed_at":"2022-01-31T07:09:18.000Z","size":704,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2023-08-31T09:06:47.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://adrain.ustclug.org","language":"PHP","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/ustclug.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":"2017-01-28T15:44:31.000Z","updated_at":"2023-08-31T09:06:47.246Z","dependencies_parsed_at":"2022-07-26T11:02:08.211Z","dependency_job_id":null,"html_url":"https://github.com/ustclug/adrain","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustclug%2Fadrain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustclug%2Fadrain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustclug%2Fadrain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ustclug%2Fadrain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ustclug","download_url":"https://codeload.github.com/ustclug/adrain/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228389156,"owners_count":17912189,"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-12-06T00:12:24.806Z","updated_at":"2024-12-06T00:12:25.382Z","avatar_url":"https://github.com/ustclug.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adrain\nAdmission Rain is the platform for USTC undergraduates and graduates students\nto report their admissions and rejections notices from graduate schools.\n\nThe admission rain is maintained by LUG@USTC in the website adrain.ustclug.org\n\nThe author of the system is Tianyi Cui and Weikeng Chen.\n\nThe system does not save the personal identity information.\n\n## local deploy/testing instructions\n\n```bash\n# change directory to repo root\ncd adrain\n# create docker network for server containers\ndocker network create adrain\n# initiate these three docker containers\ndocker run --name adrain-db -e MYSQL_ROOT_PASSWORD=your_root_password -v db:/var/lib/mysql -d --network=adrain --restart=always mysql:8.0 --default-authentication-plugin=mysql_native_password\ndocker run --name adrain-php --network=adrain -v `pwd`/src:/srv/www/ -v `pwd`/src/private:/srv/priv/ --restart=always -d local/php:7-fpm-mysqli\ndocker run --name adrain-web --network=adrain -v `pwd`/src:/srv/www/ -v `pwd`/conf/etc/nginx:/etc/nginx -p 5006:80 --restart=always -d nginx\n```\n\n`local/php:7-fpm-mysqli` is built with following Dockerfile:\n\n```Dockerfile\nFROM php:7-fpm\nRUN docker-php-ext-install mysqli\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fustclug%2Fadrain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fustclug%2Fadrain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fustclug%2Fadrain/lists"}