-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
The installer detects the operating system and architecture, displays the installation plan, installs VS Code and the required development tools, clones or safely reuses the template, runs diagnostics, and asks before starting the Setup & Tooling menu phase.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/WayneTechLab/SFWA-WTL-TEMPLATE/main/.SYSTEMX/scripts/install.sh)"irm https://raw.githubusercontent.com/WayneTechLab/SFWA-WTL-TEMPLATE/main/.SYSTEMX/scripts/install.ps1 | iexSee One-Line Install for review-first and unattended variants. Read Linux Setup or Windows Setup for architecture-specific behavior.
After installation and diagnostics, SYSTEMX asks:
Proceed to the menu-driven Setup & Tooling phase now? [Y/n]
Choose Yes to enter the setup phase. Choose No to stop without authenticating or changing cloud resources. Resume later:
cd ~/SFWA-WTL-G1
npm run wtl:menu -- --setup-phaseThe setup phase provides readiness checks, dependency/tool refresh, authentication readiness, setup-packet export, detailed doctor output, and the production playbook.
If GitHub CLI is already authenticated:
gh repo create my-app --template WayneTechLab/SFWA-WTL-TEMPLATE --private --clone
cd my-app
npm ci
npm run wtl:menu -- --setup-phaseCopy .env.example to .env.local and provide only public Firebase web
configuration. Never commit service-account files, private keys, tokens, or
server secrets.
npm run wtl:platform
npm run wtl:doctor -- --json
npm run sync:system:check
npm run system:audit
npm run deploy -- --target hosting --preflightSFWA-WTL-G1 · Standard Firebase Web App, Wayne Tech Lab Generation 1 · Provided by Wayne Tech Lab LLC under MIT · Use at your own risk · Subject to daily change · Repository
- Home
- Quick Start
- WTL Standard Setup Guide
- One-Line Install
- Platform Matrix
- Linux Setup
- Windows Setup
- Architecture and Stack
- Project Structure
- SYSTEMX Root and Folder Standard
- Setup Playbook
- Environment Variables
- Security
- Deployment
- Testing and QA
- MCP and Agents
- GitHub Authors and Contribution Notes
- SYSTEMX WEBPORTAL
- White Paper
- Executive Summary
- CISO Note From the Founder
- Wayne Tech Lab Purpose
- Security Overview
- Long-Term Warnings
- .ENV Solutions
- Menu Operations
- Setup and Deployment
- Start and End of Day
- SYSTEMX Sync and Controlled Updates
- Agent 0 and Subagents
- Agent 0 Operating Model
- How Subagents Work
- Starter Prompts and Smart Routing
- Third-Party Responsibility
- User Ingest and Production Setup
- FAQ