{"id":15899114,"url":"https://github.com/neilkuan/devops-tools","last_synced_at":"2025-07-24T05:36:01.677Z","repository":{"id":103642400,"uuid":"346306622","full_name":"neilkuan/Devops-tools","owner":"neilkuan","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-11T05:22:38.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T22:21:26.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/neilkuan.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":"2021-03-10T09:49:10.000Z","updated_at":"2021-03-11T05:22:40.000Z","dependencies_parsed_at":"2023-05-24T04:30:41.379Z","dependency_job_id":null,"html_url":"https://github.com/neilkuan/Devops-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neilkuan/Devops-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2FDevops-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2FDevops-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2FDevops-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2FDevops-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neilkuan","download_url":"https://codeload.github.com/neilkuan/Devops-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neilkuan%2FDevops-tools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266796872,"owners_count":23985487,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-06T10:11:06.353Z","updated_at":"2025-07-24T05:36:01.642Z","avatar_url":"https://github.com/neilkuan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Devops-tools\n\n\n\n# 目前使用者先都用 Root\n\n## RHEL 8.2 安裝 docker \n1. 安裝 CentOS8 Base Repo \n   ```bash\n   sudo cp yum/CentOS8-base.repo /etc/yum.repos.d/CentOS8-base.repo\n   ```\n2. 執行 Shell Script 安裝 docker\n   ```bash\n   bash centos8-docker.bash\n   ```\n3. 檢查服務是否啟用正常\n   ```bash\n   systemctl status docker\n\n   # docker 服務未正常啟動 檢查指令.\n   journalctl -u docker\n\n   # C-trl + C 結束 tail file. \n   tail -f /var/log/messages\n\n   # 重啟 docker service \n   systemctl restart docker \n   ```\n\n### Gitlab\n(請先裝好 docker)\n官方安裝手冊\nhttps://docs.gitlab.com/omnibus/docker/README.html\n```bash\n#先切為 root\ncd /root\nbash centos8-gitlab.bash\n```\n\n### Jenkins\n(請先裝好 docker)\n官方安裝手冊\nhttps://www.jenkins.io/doc/book/installing/docker/\n```bash\nbash centos8-jenkins.bash\n\ndocker logs jks\n```\n\n### Nexus\n(請先裝好 docker)\n官方安裝手冊\n\nhttps://hub.docker.com/r/sonatype/nexus/\n\nhttps://github.com/sonatype/docker-nexus\n\nhttps://help.sonatype.com/repomanager3/installation/run-behind-a-reverse-proxy\n```bash\nbash centos8-nexus.bash\n\n# Get default admin password\ncat /home/nexus/nexus-data/admin.password\n```\n\n### SonarQube\n(請先裝好 docker)\n官方安裝手冊\nhttps://docs.sonarqube.org/latest/setup/install-server/\n```bash\nbash centos8-sq.bash\n```\n\n#### 機本上都幫各位寫好 docker-compose.yml 了 ，目前皆在 /root 下\n故 重啟服務皆用\n```bash\ncd /root\n\n# 查看服務狀態\ndocker-compose ps -a\n\n# 服務重啟\ndocker-compose restart\n\n# 關閉服務 （非必要請不要隨意使用）\ndocker-compose down \n```\n\n## Docker 相關資訊\n- https://docs.docker.com/\n- https://github.com/guan840912/docker-tutorial\n\n\n## Docker Compose 相關資訊\n- https://docs.docker.com/compose/\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilkuan%2Fdevops-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneilkuan%2Fdevops-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneilkuan%2Fdevops-tools/lists"}