Download the PHP package frdl/install-setup-wizard without Composer
On this page you can find all versions of the php package frdl/install-setup-wizard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frdl/install-setup-wizard
More information about frdl/install-setup-wizard
Files in frdl/install-setup-wizard
Package install-setup-wizard
Short Description Installer/Setup-Wizard to create your Frdlweb-Workspace (Development-Server).
License MIT
Homepage https://github.com/frdl/install-setup-wizard
Informations about the package install-setup-wizard
Frdlweb Workspace Setup Wizard
Kickstarter boilerplate to be used by composer create-project
command. Demo/Test Application.
New Version(s)
New versions continue here at webfat
!
Installation
Installation (via UI) - Recommended way
https://frdl.webfan.de/install/php/ provides an UI you can download and use to create projects by an web-interface-UI.
Configuration and Usage
- Create boilerplate (optional)
not yet supported
` - Make directory
./
public, e.g. by creating a vhost with this dir as DOCUMENT_ROOT. - 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! -
Setup:
- Visit the
System
Menu to setup and configure the requirements:- Setup
Composer
in theSystem
-Page - Setup
Workspace Directory
in theSystem
-Page - Setup
Node.js
andnpm
in theSystem
-Page - Setup
git
in theSystem
-Page - Setup
frdl.js
in theSystem
-Page - Finalize the installation, klick
Install Webfan PHP-Installer
in theSystem
-Page
- Setup
-
Manage your Projects:
- Create your first project in the
Project
-Page via theCreate Project
-Button - Add the dependencies and
frdl-module
packages by visiting theProject
->Composer
Menu - Install the dependencies
- Setup and configure your
frdl-module
s via visiting theProject
->Configuration
-Menu - Click
Compile Project
in theEndpoint
-Page to compile the application usingfrdl
andfrdl.js
- Create your first project in the
Tip: rename the admin.php file to a new name harder to guess!
Tip: enable the autoupdate and adminalert features and options if present!
Tip: edit/uncomment the lines 100-101 of admin.php AFTER EVERY UPDATE/INSTALL!
- (this SHOULD be provided as config option in next updates...)
- Visit the
Screenshots
Modules/Extensions
To develop a Module for this framework, you have to publish a package of e.g. type "frdl-module" or "frdl-extension". Following the directory-structure and naming conventions of the framework it will be compiled by frdl. Documentation follows/to do...
Example Modules
- Official Frdlweb/Webfan Packages Repository...
- Domain Whois Module
- Web Assets Extension Module
- Contact Form Module