{"id":36428490,"url":"https://github.com/frdl/install-setup-wizard","last_synced_at":"2026-01-11T18:27:37.194Z","repository":{"id":62507280,"uuid":"265315978","full_name":"frdl/install-setup-wizard","owner":"frdl","description":"Frdlweb Workspace Setup Wizard","archived":false,"fork":false,"pushed_at":"2022-09-21T08:55:23.000Z","size":479,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T01:19:12.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frdl.webfan.de/install/php/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frdl.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}},"created_at":"2020-05-19T17:30:02.000Z","updated_at":"2022-09-21T08:55:28.000Z","dependencies_parsed_at":"2022-11-02T12:45:55.972Z","dependency_job_id":null,"html_url":"https://github.com/frdl/install-setup-wizard","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"frdl/project","purl":"pkg:github/frdl/install-setup-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Finstall-setup-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Finstall-setup-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Finstall-setup-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Finstall-setup-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frdl","download_url":"https://codeload.github.com/frdl/install-setup-wizard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frdl%2Finstall-setup-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28317704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-11T18:27:36.156Z","updated_at":"2026-01-11T18:27:37.188Z","avatar_url":"https://github.com/frdl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frdlweb Workspace Setup Wizard \n[![Latest Stable Version](https://poser.pugx.org/frdl/project/version)](https://packagist.org/packages/frdl/project)[![Total Downloads](https://poser.pugx.org/frdl/project/downloads)](https://packagist.org/packages/frdl/project)[![License](https://poser.pugx.org/frdl/project/license)](https://packagist.org/packages/frdl/project)\n\nKickstarter boilerplate to be used by `composer create-project` command. Demo/Test Application.\n\n# New Version(s)\nNew versions continue [here at `webfat`](https://github.com/frdlweb/webfat)!\n\n## Installation\n### Installation (via UI) - Recommended way\nhttps://frdl.webfan.de/install/php/ provides an UI you can download and use to create projects by an [web-interface-UI](#webadmin).\n\n\n### Configuration and Usage\n* Create boilerplate (optional) `not yet supported`\n````\ncomposer create-project frdl/install-setup-wizard \u003cdir\u003e\n````\n\u003ca name=\"webadmin\"\u003e\u003c/a\u003e\n* Make directory `./` public, e.g. by creating a vhost with this dir as DOCUMENT_ROOT.\n* Login to `./admin.php` with the username of the process the current (web-)script is running on and the default-password \"admin\" and CHANGE THE PASSWORD!\n* Setup:\n  * Visit the `System` Menu to setup and configure the requirements:\n        * Setup `Composer` in the `System`-Page       \n        * Setup `Workspace Directory` in the `System`-Page       \n        * Setup `Node.js`and `npm` in the `System`-Page       \n        * Setup `git` in the `System`-Page       \n        * Setup `frdl.js` in the `System`-Page       \n        * Finalize the installation, klick `Install Webfan PHP-Installer` in the `System`-Page\n   * Manage your Projects:   \n         * Create your first project in the `Project`-Page via the `Create Project`-Button\n         * Add the dependencies and `frdl-module` packages by visiting the `Project`-\u003e`Composer` Menu\n         * Install the dependencies\n         * Setup and configure your `frdl-module`s via visiting the `Project`-\u003e`Configuration`-Menu\n         * Click `Compile Project` in the `Endpoint`-Page to compile the application using `frdl` and `frdl.js`    \n    \n * `Tip: rename the admin.php file to a new name harder to guess!`\n * `Tip: enable the autoupdate and adminalert features and options if present!`\n * `Tip: edit/uncomment the lines 100-101 of admin.php AFTER EVERY UPDATE/INSTALL!` \n   * (this SHOULD be provided as config option in next updates...)\n \n\n## Screenshots\n![Create Project](https://cdn.webfan.de/screenshots/frdlweb_new_project.jpg)\n![Add dependencies](https://cdn.webfan.de/screenshots/frdlweb_composer_ui.jpg)\n![Compile your project](https://cdn.webfan.de/screenshots/frdlweb_compile.jpg)\n\n## Modules/Extensions\nTo develop a Module for this framework, you have to publish a package of e.g. type \"frdl-module\" or \"frdl-extension\".\nFollowing the directory-structure and naming conventions of the framework it will be [compiled](https://frdl.webfan.de/install/?salt=\u0026source=Webfan/App/AppBuilderServiceProvider) by frdl.\nDocumentation follows/to do...\n\n### Example Modules\n * [Official Frdlweb/Webfan Packages Repository...](https://packages.frdl.de/)\n * [Domain Whois Module](https://github.com/frdl/whois)\n * [Web Assets Extension Module](https://github.com/frdl/web-assets)\n * [Contact Form Module](https://frdl.webfan.de/cdn/0.0.10.1/packages/frdl/contact-form/)\n\n## Homepage\n * [Getting started](https://frdl.webfan.de/install/)\n * [Forum](https://frdl.webfan.de/forum/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdl%2Finstall-setup-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrdl%2Finstall-setup-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrdl%2Finstall-setup-wizard/lists"}