FlowStack is a personal, work-in-progress local development stack distributed as a custom Scoop package. It provides a lightweight PHP + MariaDB environment with a PowerShell-based CLI and a local dashboard.
Status: WIP / Experimental Scope: Personal use only
- Contributions are not accepted
- The Scoop bucket is private and intended for personal use
- Interfaces, structure, and behavior may change without notice
- No stability or backward-compatibility guarantees are provided
- One-command startup and shutdown
- PHP built-in development server
- MariaDB auto-start
- Local dashboard
- WordPress site creation helper
- Scoop-compatible layout with persistence support
flowstack <action>
command: up
Starts all FlowStack services and opens the dashboard.- Starts MariaDB (mysqld)
- Starts the PHP built-in server
- Serves the dashboard at http://localhost:8888
- Opens the dashboard in the default browser
Example:
flowstack upcommand: down
Stops all running FlowStack services. - Force-terminates php and mysqld processesExample:
flowstack downcommand: new
Launches the WordPress site creation wizard.Example:
flowstack newcommand: help / no action
Displays the built-in help menu.Example:
flowstackApplication root (managed by Scoop): scoop/apps/flowstack/current
Persistent web projects directory: scoop/persist/flowstack/htdocs
All websites are stored in the persistent directory to survive updates.
Default dashboard port: http://localhost:8888
Custom PHP configuration file: core/templates/php-stack.ini
MIT License
This software is provided as-is, without warranty of any kind. Use at your own risk.