{"id":19109262,"url":"https://github.com/typo3/typo3.cms.basedistribution","last_synced_at":"2025-07-18T03:02:14.926Z","repository":{"id":19784676,"uuid":"87897568","full_name":"TYPO3/TYPO3.CMS.BaseDistribution","owner":"TYPO3","description":"Main composer distribution when using composer create project","archived":false,"fork":false,"pushed_at":"2024-04-23T10:35:54.000Z","size":91,"stargazers_count":17,"open_issues_count":10,"forks_count":20,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-02T00:36:23.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/TYPO3.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":"2017-04-11T06:25:29.000Z","updated_at":"2024-06-18T14:04:00.082Z","dependencies_parsed_at":"2024-04-23T12:18:48.763Z","dependency_job_id":null,"html_url":"https://github.com/TYPO3/TYPO3.CMS.BaseDistribution","commit_stats":{"total_commits":58,"total_committers":17,"mean_commits":3.411764705882353,"dds":0.7586206896551724,"last_synced_commit":"bcbc521b92dbb1fbdc2161c66febbdeb28ff2ed6"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3%2FTYPO3.CMS.BaseDistribution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3%2FTYPO3.CMS.BaseDistribution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3%2FTYPO3.CMS.BaseDistribution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TYPO3%2FTYPO3.CMS.BaseDistribution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TYPO3","download_url":"https://codeload.github.com/TYPO3/TYPO3.CMS.BaseDistribution/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240163601,"owners_count":19758032,"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":[],"created_at":"2024-11-09T04:19:43.675Z","updated_at":"2025-02-22T10:57:41.577Z","avatar_url":"https://github.com/TYPO3.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 CMS Base Distribution\n\nGet going quickly with TYPO3 CMS.\n\n## Prerequisites\n\n* PHP 8.2\n* [Composer](https://getcomposer.org/download/)\n\n## Quickstart\n\n* `composer create-project typo3/cms-base-distribution project-name ^13`\n* `cd project-name`\n\nNote that this distribution installs most, but not all of the TYPO3 CMS core extensions.\nDepending on your need you might also want to install other TYPO3 extensions from\n[packagist.org](https://packagist.org/?type=typo3-cms-framework).\n\n### Setup\n\nTo start an interactive installation, you can do so by executing the following\ncommand and then follow the wizard:\n\n```bash\ncomposer exec typo3 setup\n```\n\n### Setup unattended (optional)\n\nIf you're a more advanced user, you might want to leverage the unattended installation.\nTo do this, you need to execute the following command and substitute the arguments\nwith your own environment configuration.\n\n```bash\nexport TYPO3_SETUP_ADMIN_PASSWORD=$(tr -dc \"_A-Za-z0-9#=$()/\" \u003c /dev/urandom | head -c24)\ncomposer exec -- typo3 setup \\\n    --no-interaction \\\n    --server-type=other \\\n    --driver=sqlite \\\n    --admin-username=admin \\\n    --admin-email=\"info@example.com\" \\\n    --project-name=\"My TYPO3 Project\" \\\n    --create-site=\"http://localhost:8000/\"\necho \"Admin password: ${TYPO3_SETUP_ADMIN_PASSWORD}\"\n```\n\n### Development server\n\nWhile it's advised to use a more sophisticated web server such as\nApache 2 or Nginx, you can instantly run the project by using PHPs` built-in\n[web server](https://secure.php.net/manual/en/features.commandline.webserver.php).\n\n* `TYPO3_CONTEXT=Development php -S localhost:8000 -t public`\n* open your browser at \"http://localhost:8000\"\n\nPlease be aware that the built-in web server is single threaded and only meant\nto be used for development.\n\n##  Next steps\n\n* [Getting Started with TYPO3](https://docs.typo3.org/permalink/t3start:start)\n* [Create a Site Package](https://docs.typo3.org/permalink/t3sitepackage:start)\n\n## License\n\nGPL-2.0 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypo3%2Ftypo3.cms.basedistribution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypo3%2Ftypo3.cms.basedistribution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypo3%2Ftypo3.cms.basedistribution/lists"}