{"id":17254635,"url":"https://github.com/lukasholzer/robert-holzer","last_synced_at":"2026-04-12T15:04:31.267Z","repository":{"id":115281342,"uuid":"88792991","full_name":"lukasholzer/robert-holzer","owner":"lukasholzer","description":"Website for the opera singer robert holzer","archived":false,"fork":false,"pushed_at":"2017-11-11T17:51:20.000Z","size":10897,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T07:43:14.621Z","etag":null,"topics":["docker","docker-compose","hmr","mojiito","php","typescript","webpack2","wordpress","yarn"],"latest_commit_sha":null,"homepage":null,"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/lukasholzer.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":"2017-04-19T21:35:23.000Z","updated_at":"2017-04-21T21:10:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"9281de44-7822-473a-a213-bd43fc17ed61","html_url":"https://github.com/lukasholzer/robert-holzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lukasholzer/robert-holzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Frobert-holzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Frobert-holzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Frobert-holzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Frobert-holzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukasholzer","download_url":"https://codeload.github.com/lukasholzer/robert-holzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukasholzer%2Frobert-holzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267408853,"owners_count":24082526,"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-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["docker","docker-compose","hmr","mojiito","php","typescript","webpack2","wordpress","yarn"],"created_at":"2024-10-15T07:09:18.771Z","updated_at":"2025-12-30T20:06:40.440Z","avatar_url":"https://github.com/lukasholzer.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Website for Robert Holzer\n\n[ ![Codeship Status for lukasholzer/robert-holzer](https://app.codeship.com/projects/b1614e70-3d84-0135-4384-32ecf3cd42c0/status?branch=develop)](https://app.codeship.com/projects/229212)\n\nA Docker Environment for Wordpress Webpack2 with HMR MySql on top of Ubuntu with Apache and PHP7.0\n\n\n## Requirements\n\n- [Docker](http://docker.com) Download the app for: [Mac OSX](https://download.docker.com/mac/stable/Docker.dmg) or [Windows 10 App](https://download.docker.com/win/stable/InstallDocker.msi)\n- [Docker Compose](http://docs.docker.com/compose/) installation with [homebrew](https://brew.sh/index_de.html) `brew install docker-compose`\n\n## Run \u0026 build\n\n### Run for development\n\nrun wordpress: `docker-compose up wordpress`\nrun frontend for development without docker:\n\n```bash\nyarn install\nyarn run start\n```\n\nOpen browser at **http://localhost:3000**\n\n\n### Run Docker environments\n\n- run everything with build: `docker-compose up` with building `docker-compose up --build`\n- frontend build: `docker-compose up frontend` with building `docker-compose up --build frontend`\n- wordpress build: `docker-compose up wordpress` with building `docker-compose up --build wordpress`\n\n\n### Commands\n\nA short list of useful commands for this Bootstrapping\n\n- run: `docker-compose up`\n- run in background: `docker-compose up -d`\n- run and build: `docker-compose up --build`\n- build: `docker-compose build`\n- shutdown: `docker-compose down`\n- list all images: `docker images -a`\n- list all running images: `docker ps`\n\n### stop all containers and delete all images on Mac\n\nAfter this commands every image and container has to be pulled again and created.\nClean reset if the hard drive is messed up.\n\n``` bash\ndocker stop $(docker ps -a -q)\ndocker rm -v $(docker ps -a -q)\ndocker rmi $(docker images -q)\n```\n\n## Maintainer\n\n**Lukas Holzer**\n\n* Email: \u003coffice@lukasholzer.com\u003e\n* Twitter: [@luka5c0m](https://twitter.com/luka5c0m)\n* Web: [www.lukasholzer.com](http://www.lukasholzer.com)\n\n\n# Thanks to \n- [vutran](https://github.com/vutran) with his [Repo](https://github.com/vutran/wpmvc)\n- [visiblevc](https://github.com/visiblevc) with the [Repo](https://github.com/visiblevc/wordpress-starter)\n- [Thomas Pink](https://github.com/thomaspink) with his [Repo](https://github.com/thomaspink/sls-eventservice)\n- [ttskch](https://github.com/ttskch/wordpress-silex-sample/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasholzer%2Frobert-holzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasholzer%2Frobert-holzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasholzer%2Frobert-holzer/lists"}