{"id":15023758,"url":"https://github.com/rodrigoleutz/docker-webdev","last_synced_at":"2025-04-09T20:02:20.695Z","repository":{"id":142634441,"uuid":"327116274","full_name":"rodrigoleutz/docker-webdev","owner":"rodrigoleutz","description":"Docker para desenvolvimento em linguagem PHP","archived":false,"fork":false,"pushed_at":"2021-03-27T15:48:28.000Z","size":403,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:01:45.579Z","etag":null,"topics":["docker","php56","php74","php8","phpmyadmin","wordpress"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodrigoleutz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-05T20:50:37.000Z","updated_at":"2024-07-04T21:41:02.000Z","dependencies_parsed_at":"2024-08-11T00:32:30.706Z","dependency_job_id":null,"html_url":"https://github.com/rodrigoleutz/docker-webdev","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigoleutz%2Fdocker-webdev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigoleutz%2Fdocker-webdev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigoleutz%2Fdocker-webdev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigoleutz%2Fdocker-webdev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigoleutz","download_url":"https://codeload.github.com/rodrigoleutz/docker-webdev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103864,"owners_count":21048245,"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":["docker","php56","php74","php8","phpmyadmin","wordpress"],"created_at":"2024-09-24T19:59:24.711Z","updated_at":"2025-04-09T20:02:20.643Z","avatar_url":"https://github.com/rodrigoleutz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-webdev\nDocker for PHP programming.\n\n\u003cpre\u003e\nAuthor:  Rodrigo Leutz\nLicense: GPL v2.0\n\u003c/pre\u003e\n\n\u003ccenter\u003e\u003ca href=\"https://www.youtube.com/watch?v=rDWlNzBljS0\" target=\"_blank\"\u003e\u003cimg src=\"img/php-docker.png\"\u003e\u003c/a\u003e\u003c/center\u003e\n\n\n-------------------------------------------\n\n\u003ch2\u003eInstructions:\u003c/h2\u003e\n\n\u003ch3\u003eInstall\u003c/h3\u003e\n\u003ch5\u003eArch Linux / Fedora / Ubuntu\u003c/h5\u003e\n\u003cpre\u003e\n./install-hosts.sh\n\u003c/pre\u003e\n\u003ch3\u003eUpdate\u003c/h3\u003e\n\u003cpre\u003e\n./update.sh\n\u003c/pre\u003e\n\u003ch3\u003eActivate\u003c/h3\u003e\n\u003cpre\u003e\n./activate.sh\n\u003c/pre\u003e\n\u003ch3\u003eDeactivate\u003c/h3\u003e\n\u003cpre\u003e\n./deactivate.sh\n\u003c/pre\u003e\n\u003ch3\u003eDatabase Backup\u003c/h3\u003e\n\u003cpre\u003e\n./backup.sh\n\u003c/pre\u003e\n\n-------------------------------------------\n\n\n\u003ch3\u003eAccess in your browser after installing:\u003c/h3\u003e\n\n- PHP 5.6: http://dev.php5\n\n- PHP 7.4: http://dev.php7\n\n- PHP 8.0: http://dev.php8\n\n- Wordpress: http://dev.wp\n\n- phpMyAdmin: http://dev.phpmyadmin\n\u003cpre\u003e\n-- Hosts: db\n          db-backup\n\n-- User:     root\n-- Password: senha123\n\u003c/pre\u003e\n\n- Mysql: \n\u003cpre\u003e\n\tsudo docker exec -it db mysql -u root -psenha123\n\tsudo docker exec -it db-backup mysql -u root -psenha123\n\u003c/pre\u003e\n\n\u003ch3\u003ePath\u003c/h3\u003e\n\u003cpre\u003e\n├── activate.sh = Activate script\n├── backup = Backup folder\n│   ├── files = Backup files\n│   │   └── README.md\n│   ├── logs = Backup Logs\n│   │   └── README.md\n│   └── README.md\n├── backup.sh = Backup script\n├── deactivate.sh = Deactivate script\n├── img\n│   └── php-docker.png\n├── install-hosts.sh\n├── LICENSE\n├── public\n│   ├── dev-php5 = PHP 5.6 server files\n│   │   ├── index.php\n│   │   └── info.php\n│   ├── dev-php7 = PHP 7.4 server files\n│   │   ├── index.php\n│   │   └── info.php\n│   ├── dev-php8 = PHP 8 server files\n│   │   ├── index.php\n│   │   └── info.php\n│   └── wordpress = Wordpress server files\n│       └── info.php\n├── README.md = This file\n├── update.sh = Update script\n└── webdev\n    ├── build = Dockerfiles\n    │   ├── php5-fpm\n    │   │   └── Dockerfile\n    │   ├── php7-fpm\n    │   │   └── Dockerfile\n    │   └── php8-fpm\n    │       └── Dockerfile\n    ├── database = Database server files\n    │   ├── backup = Database backup server\n    │   │   └── README.md\n    │   ├── master = Database master server\n    │   │   └── README.md\n    │   └── README.md\n    ├── docker-compose.yaml = docker-compose file\n    └── nginx\n        ├── conf = NGINX server config\n        │   ├── nginx.conf\n        │   └── snippets\n        │       └── fastcgi-php.conf\n        ├── defaults = Default server config file\n        │   └── defaults.conf\n        ├── logs = Servers logs\n        │   └── README.md\n        └── sites = NGINX servers config files\n            ├── dev-php5.conf\n            ├── dev-php7.conf\n            ├── dev-php8.conf\n            ├── phpmyadmin.conf\n            └── wp-dev.conf\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigoleutz%2Fdocker-webdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigoleutz%2Fdocker-webdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigoleutz%2Fdocker-webdev/lists"}