{"id":19865162,"url":"https://github.com/josephphyo/wordpress-elasticbeanstalk","last_synced_at":"2026-04-09T08:57:12.667Z","repository":{"id":205577085,"uuid":"224497466","full_name":"josephphyo/wordpress-elasticbeanstalk","owner":"josephphyo","description":"Wordpress Deployment with Docker \u0026 AWS Elastic Beanstalk","archived":false,"fork":false,"pushed_at":"2019-11-27T19:16:36.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T15:39:28.920Z","etag":null,"topics":["aws","docker","elasticbeanstalk","wordpress"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josephphyo.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}},"created_at":"2019-11-27T18:55:09.000Z","updated_at":"2023-10-07T17:06:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"941ee988-cacb-44d8-b4ba-18018f15e558","html_url":"https://github.com/josephphyo/wordpress-elasticbeanstalk","commit_stats":null,"previous_names":["josephphyo/wordpress-elasticbeanstalk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephphyo%2Fwordpress-elasticbeanstalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephphyo%2Fwordpress-elasticbeanstalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephphyo%2Fwordpress-elasticbeanstalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephphyo%2Fwordpress-elasticbeanstalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephphyo","download_url":"https://codeload.github.com/josephphyo/wordpress-elasticbeanstalk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241274346,"owners_count":19937168,"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":["aws","docker","elasticbeanstalk","wordpress"],"created_at":"2024-11-12T15:21:28.347Z","updated_at":"2026-04-09T08:57:07.650Z","avatar_url":"https://github.com/josephphyo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordpress Deployment with Docker \u0026 AWS Elastic Beanstalk\n\n:computer: mkdir ~/wordpress/\n\n:computer: cd ~/wordpress/\n#### :whale: Wordpress with Docker \n##### :unicorn: Download and run Mariadb latest on docker \n`docker run -e MYSQL_ROOT_PASSWORD=(dbpassword) -e MYSQL_DATABASE=wordpress --name wordpressdb -v \"$PWD/database\":/var/lib/mysql -d mariadb:latest`\n\n##### :unicorn: Download wordpress image and run on docker \n`docker run -e WORDPRESS_DB_PASSWORD=(dbpassword) --name wordpress --link wordpressdb:mysql -p 80:80 -v \"$PWD/html\":/var/www/html -d wordpress`\n\n---\n#### :whale: Wordpress with Docker Compose\n`cd ~/wordpress/`\n##### :unicorn: Docker compose up \u0026 down  \n`docker-compose up -d`\n\n`docker-compose down --volume`\n\n---\n#### :whale: Wordpress with AWS Elastic Beanstalk \n###### :unicorn: Install/Configure AWSCLI and EBCLI\n\n`cd ~/wordpress/`\n###### :unicorn: Prepare eb environment and **Dockerrun.aws.json** file\n`eb init`\n\n`eb create wordpress-eb-env`\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephphyo%2Fwordpress-elasticbeanstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephphyo%2Fwordpress-elasticbeanstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephphyo%2Fwordpress-elasticbeanstalk/lists"}