Commit Graph

17 Commits

Author SHA1 Message Date
clemens cb6e4e7dcb Add guided installer for SaaS application setup
- Updated README.md to include instructions for guided installation on webspace without shell access.
- Enhanced installationshandbuch.md with detailed steps for using the guided installer.
- Modified saas-app/README.md to summarize the installation process using the new installer.
- Generated SQL migration bundle now includes timestamp for better tracking.
- Introduced public/install/index.php as the entry point for the guided installer.
- Updated public/index.php to reflect changes in installation steps and added links to the installer.
- Refactored migration bundle generation and SQL execution scripts for improved error handling and modularity.
- Implemented session-based CSRF protection in the installer.
- Added form handling for environment variable configuration and migration execution in the installer.
- Created a user-friendly HTML interface for the installer with status messages and error handling.
2026-03-21 20:18:41 +01:00
clemens 70e6d59c63 Refactor installation scripts and update documentation
- Replaced PowerShell scripts with PHP scripts for checking prerequisites and preparing the environment.
- Added new PHP scripts: `check-prerequisites.php`, `prepare-saas-env.php`, `install-saas.php`, `build-migration-bundle.php`, and `run-sql-migrations.php`.
- Updated README and installation documentation to reflect the new PHP scripts and installation steps.
- Created a generated SQL migration bundle file structure and added SQL migration scripts.
- Enhanced the public index page with navigation and installation steps.
- Removed obsolete PowerShell scripts.
2026-03-21 19:49:52 +01:00
clemens f298802c38 feat: Add initial SaaS application structure with .htaccess, index.php, and environment setup scripts
- Create .htaccess for Apache front-controller routing
- Add README.md for public directory with project overview
- Implement index.php as the main entry point with a preview of SaaS modules
- Introduce PowerShell scripts to check prerequisites and prepare environment
2026-03-21 17:32:57 +01:00
clemens c4a3f9544a Initial 2026-03-20 15:31:03 +01:00
clemens 507aa143ef Dateien nach "TCPDF" hochladen 2026-03-05 15:34:44 +01:00
clemens a1bccfcb70 Dateien nach "PHPMailer" hochladen 2026-03-05 15:34:17 +01:00
clemens 6756814288 Dateien nach "js" hochladen 2026-03-05 15:33:51 +01:00
clemens 07b2407e94 Dateien nach "DataTables" hochladen 2026-03-05 15:33:35 +01:00
clemens 2126f9d147 Dateien nach "assets/js" hochladen 2026-03-05 15:32:53 +01:00
clemens 2c539bb8db Dateien nach "assets/css" hochladen 2026-03-05 15:32:32 +01:00
clemens 776bff4347 Dateien nach "/" hochladen 2026-03-05 15:31:40 +01:00
clemens 4de35c7d58 Dateien nach "/" hochladen 2026-03-05 15:31:22 +01:00
clemens ecbb565e2b Dateien nach "/" hochladen 2026-03-05 15:31:07 +01:00
clemens 4e2b8ac7dd Dateien nach "/" hochladen 2026-03-05 15:30:51 +01:00
clemens 9e320d601d Dateien nach "/" hochladen 2026-03-05 15:30:25 +01:00
clemens cd182a1fb9 Dateien nach "/" hochladen 2026-03-05 15:28:03 +01:00
clemens 6371c4b972 index.php hinzugefügt 2026-03-05 15:09:42 +01:00