-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Description
Pre-built installation templates for common development stacks (LAMP, MEAN, ML, etc).
Requirements
- Template system for package bundles
- Pre-defined templates: LAMP, MEAN, MERN, ML/AI, DevOps
- Custom template creation
- Template validation before installation
- Hardware-aware template selection
- Template sharing/import
Acceptance Criteria
- Template format defined (YAML/JSON)
- 5+ built-in templates included
- Template validation system
- User can create custom templates
- Templates can be saved/loaded
- Hardware compatibility checks
- Unit tests included (>80% coverage)
- Documentation with template examples
Example Usage
$ cortex install --template lamp
📋 LAMP Stack Template:
- Apache 2.4
- MySQL 8.0
- PHP 8.2
- phpMyAdmin
✓ Installing 4 packages...
✓ LAMP stack ready at http://localhost
$ cortex template create my-stackSkills: Python, YAML/JSON, system configuration
Bounty: $25 upon merge
Priority: Medium