{"id":19176645,"url":"https://github.com/sulu/sulu-demo","last_synced_at":"2025-04-09T10:10:31.125Z","repository":{"id":22049614,"uuid":"94762835","full_name":"sulu/sulu-demo","owner":"sulu","description":"Sulu Demo Project","archived":false,"fork":false,"pushed_at":"2024-04-03T10:07:22.000Z","size":126147,"stargazers_count":78,"open_issues_count":42,"forks_count":44,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-14T23:13:49.442Z","etag":null,"topics":["cmf","cms","demo","php","sulu"],"latest_commit_sha":null,"homepage":"https://sulu.rocks","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/sulu.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}},"created_at":"2017-06-19T10:00:57.000Z","updated_at":"2024-04-11T04:47:10.000Z","dependencies_parsed_at":"2023-02-16T07:16:08.771Z","dependency_job_id":"5935ce06-ae86-481d-8b31-7c362a9a1bf7","html_url":"https://github.com/sulu/sulu-demo","commit_stats":{"total_commits":165,"total_committers":9,"mean_commits":"18.333333333333332","dds":0.6060606060606061,"last_synced_commit":"660f8728ce2b5e5ea7e93442748bc04d37a8b32a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulu%2Fsulu-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulu","download_url":"https://codeload.github.com/sulu/sulu-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018061,"owners_count":21034048,"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":["cmf","cms","demo","php","sulu"],"created_at":"2024-11-09T10:29:23.744Z","updated_at":"2025-04-09T10:10:31.099Z","avatar_url":"https://github.com/sulu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eSulu - Demo Website\u003c/h1\u003e\n\nThis is the official **Sulu Demo**. It was created to show a simple implementation of an application made\nwith Sulu and explains the basic steps.\n\nThis project also runs here: [https://sulu.rocks](https://sulu.rocks)\n\nFor information about Sulu have a look at our Homepage:\n[http://sulu.io/](http://sulu.io/)\n\nOur documentation is available under:\n[http://docs.sulu.io/](http://docs.sulu.io/)\n\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg width=\"80%\" src=\"https://sulu.io/uploads/media/800x@2x/01/251-sulu-demo.gif?v=1-0\" alt=\"Sulu Demo Slideshow\"\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Used Extensions\n\n### [SuluArticleBundle](https://github.com/sulu/SuluArticleBundle)\n\nThe SuluArticleBundle adds support for managing articles in Sulu. Articles can be used in a lot of different ways to manage unstructured data with an own URL in an admin-list.\nMost of the features, which can be used in pages, can also be used on articles - like templates, versioning, drafting, publishing and automation.\n\n### [SuluAutomationBundle](https://github.com/sulu/SuluAutomationBundle)\n\nThe SuluAutomationBundle provides a way to manages future tasks which can be scheduled for entities in the Sulu-Admin. For example schedule the publishing of a page to a specific datetime in the future.\n\nTo enable automated tasks use the command ``task:run`` manually in the terminal or in a cronjob. This tasks executes the\npending automation tasks (see [SuluAutomationBundle Installation Docs](https://github.com/sulu/SuluAutomationBundle/blob/master/Resources/doc/installation.md)).\n\n### [SuluWebTwig](https://github.com/sulu/web-twig) and [SuluWebJS](https://github.com/sulu/web-js)\n\nA collection of helpful twig extensions and a tiny js component mangaement library.\n\n## Requirements\n\n* PHP 8.0\n    - json extension\n    - xml extension\n    - simplexml extension\n    - gd or imagick extension (needed for image converts)\n* MySQL or PostgreSQL Server\n* Elasticsearch 7\n* Composer\n* NPM if you want to run npm tasks\n\n## Installation\n\n```bash\ngit clone git@github.com:sulu/sulu-demo.git\ncd sulu-demo\ncomposer install\n```\n\n### Configure required services\n\nThe demo requires a running **MySQL**  and **ElasticSearch** instance.\n\nConfigure your `DATABASE_URL` and `ELASTICSEARCH_HOST` in the `.env.local`  see `.env` as reference.\n\nIf you don't want to install the services yourself you can use the provided [docker-compose.yml](https://docs.docker.com/compose/install/)\nto start this services inside an own container:\n\n```bash\ndocker-compose up\n```\n\n### Install fixtures\n\nInstall the demo with all fixtures by running:\n\n```bash\nbin/console sulu:build dev\n```\n\n## Usage\n\nNow you can try out our demo, there is no need to configure a virtual host. Just use the build in web servers:\n\n```bash\nphp -S 127.0.0.1:8000 -t public config/router.php\n```\n\nThen you can access the administration interface via [http://127.0.0.1:8000/admin](http://127.0.0.1:8000/admin). The default user and password is “admin”.\n\nThe web frontend can be found under [http://127.0.0.1:8000](http://127.0.0.1:8000).\n\n## Tests\n\n```bash\ncomposer bootstrap-test-environment\ncomposer lint\ncomposer test\n```\n\n## Questions? We have answers!\n\nWe've got a [#Slack](https://sulu.io/community#chat) channel where you can talk directly to strategists, developers and designers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulu%2Fsulu-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulu%2Fsulu-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulu%2Fsulu-demo/lists"}