{"id":19167179,"url":"https://github.com/psmb/boilerplatedistr","last_synced_at":"2026-06-17T04:31:44.796Z","repository":{"id":146860818,"uuid":"41791975","full_name":"psmb/BoilerplateDistr","owner":"psmb","description":"Neos boilerplate distribution","archived":false,"fork":false,"pushed_at":"2017-04-11T19:19:36.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T23:26:01.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://psmb.github.io","language":"CSS","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/psmb.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":"2015-09-02T09:19:44.000Z","updated_at":"2018-02-03T14:59:18.000Z","dependencies_parsed_at":"2023-04-21T14:01:10.209Z","dependency_job_id":null,"html_url":"https://github.com/psmb/BoilerplateDistr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psmb/BoilerplateDistr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FBoilerplateDistr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FBoilerplateDistr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FBoilerplateDistr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FBoilerplateDistr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psmb","download_url":"https://codeload.github.com/psmb/BoilerplateDistr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmb%2FBoilerplateDistr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2024-11-09T09:36:12.295Z","updated_at":"2026-06-17T04:31:44.782Z","avatar_url":"https://github.com/psmb.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate Neos distribution\n\nThe idea of this repo is to serve as a boilerplate for all [Neos](https://neos.io) projects that [we](https://psmb.github.io) start. It helps us to save _A LOT_ of times when kickstarting new Neos projects.\n\n**WARNING: Don't use it directly, as it has a lot of code that is specific to our infrastructure! Rather clone and tune it for your own needs.**\n\n## Workflow\n\n1. Create a docker-compose.yml similar to the one listed below and run `docker-compose up -d`\n2. Monitor `docker-compose logs web` until you see something like `INFO success: php-fpm entered RUNNING state`. Then go to the website url specified in docker-compose.yml and make sure it works.\n3. Go to the location of the code (`data/www/releases/current`) and remove git files with `rm -rf .git`.\n4. Edit all files as needed to start new project, create a new git repository and push it to Github when ready. Edit `docker-compose.yml` and `circle.yml` to point to new Github repo. Do the same on production/staging server when ready to go live.\n\n## Example docker-compose.yml\n\n```\ndbdata:\n  image: busybox:latest\n  command: echo dbdata\n  volumes:\n    - /var/lib/mysql\n\ndb:\n  image: million12/mariadb:10.2\n  expose:\n    - '3306'\n  volumes_from:\n    - dbdata\n  environment:\n    MARIADB_PASS: pass\n\nwebdata:\n  image: busybox:latest\n  command: echo webdata\n  volumes:\n    - ./data:/data\n    - ./Persistent:/data/www/shared/Data/Persistent\n\nweb:\n  image: dimaip/neos-bare:2.0\n  ports:\n    - '80'\n  links:\n    - db:db\n  volumes_from:\n    - webdata\n  environment:\n    VIRTUAL_HOST: 'domain.loc,dev.domain.loc,www.domain.loc'\n    REPOSITORY_URL: 'https://github.com/psmb/BoilerplateDistr'\n    SITE_PACKAGE: 'Sfi.Site'\n    ADMIN_PASSWORD: 'password'\n\nssh:\n  image: million12/php-app-ssh:php-70\n  ports:\n    - '22'\n  links:\n    - db:db\n    - web:web\n  volumes_from:\n    - webdata\n  environment:\n    IMPORT_GITHUB_PUB_KEYS: dimaip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmb%2Fboilerplatedistr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsmb%2Fboilerplatedistr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmb%2Fboilerplatedistr/lists"}