{"id":21285573,"url":"https://github.com/takeyuweb/mtdk","last_synced_at":"2026-02-12T17:34:50.603Z","repository":{"id":66907443,"uuid":"133634873","full_name":"takeyuweb/MTDK","owner":"takeyuweb","description":"MT7開発環境構築をdockerで手軽にやりたい","archived":false,"fork":false,"pushed_at":"2018-10-26T09:32:47.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-24T22:14:32.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/takeyuweb.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-05-16T08:30:42.000Z","updated_at":"2020-08-03T11:33:07.000Z","dependencies_parsed_at":"2023-02-24T04:00:43.967Z","dependency_job_id":null,"html_url":"https://github.com/takeyuweb/MTDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/takeyuweb/MTDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyuweb%2FMTDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyuweb%2FMTDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyuweb%2FMTDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyuweb%2FMTDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takeyuweb","download_url":"https://codeload.github.com/takeyuweb/MTDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takeyuweb%2FMTDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29374118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":[],"created_at":"2024-11-21T11:21:12.524Z","updated_at":"2026-02-12T17:34:50.589Z","avatar_url":"https://github.com/takeyuweb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MTDK: Movable Type Developers Kit\n\nMT開発環境構築をdockerで手軽にやりたい\n\n## Setup a build environment\n\n### Requirements\n\n- Movable Type 7\n- Docker 17 ce or later\n- Docker Compose 1.16 or later\n\n### Setup\n\n```\ngit clone https://github.com/takeyuweb/MTDK.git myproject\ncd myproject\ndocker-compose build\n```\n\n## Run Servers\n\n```\ndocker-compose up\nmv /path/to/MT-7.0/* data/mt\ncp mt-config.cgi.sample data/mt/mt-config.cgi\n```\n\n## URL\n\n### Movable Type\n\nhttp://localhost:8080/mt/\n\n### MailCatcher\n\nhttp://localhost:8081\n\n### phpMyAdmin\n\nhttp://localhost:8082\n\n\n## Path\n\n| Name | Path |\n| ---- | ---- |\n| Document Root | /data/files |\n| Movable Type | /data/mt |\n\n## Tips\n\n### run-periodic-tasks\n\n```\ndocker-compose run -w /data/mt -u www-data httpd perl tools/run-periodic-tasks\n```\n\n### 起動中のコンテナのシェルに入る\n\n```\nCONTAINER_ID=$(docker ps | grep `docker-compose ps | awk '{print $1}' | grep _httpd_ | head -n 1` | awk '{print $1}')\ndocker exec -i -t -u www-data $CONTAINER_ID /bin/bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyuweb%2Fmtdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakeyuweb%2Fmtdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakeyuweb%2Fmtdk/lists"}