Skip to content

Latest commit

Β 

History

History
71 lines (48 loc) Β· 1.39 KB

File metadata and controls

71 lines (48 loc) Β· 1.39 KB

Quick Installation Guide

πŸš€ One-Command Installation

Linux / macOS

curl -fsSL https://raw.githubusercontent.com/ssfdre38/ai-security-scanner/master/setup.sh | bash

Windows (PowerShell as Administrator)

irm https://raw.githubusercontent.com/ssfdre38/ai-security-scanner/master/setup.ps1 | iex

πŸ“– What This Does

βœ… Automatically installs everything:

  • Node.js & npm
  • Git
  • Security tools (ClamAV, rkhunter, etc.)
  • All dependencies
  • Configures with secure defaults
  • Opens firewall ports
  • Creates system service (optional)
  • Tests installation

βœ… Works for everyone:

  • Beginners - Just run the command
  • Intermediate - Answer prompts to customize
  • SpecOps - Fully scriptable with environment variables

βœ… Supported Platforms:

  • Ubuntu, Debian
  • CentOS, RHEL, Fedora
  • Arch Linux
  • macOS
  • Windows 10/11/Server

⏱️ Installation Time

  • Fast install: 2-5 minutes
  • Full install with all tools: 5-10 minutes

🎯 After Installation

  1. Open browser: http://localhost:3000
  2. Create admin account
  3. Enable MFA (recommended)
  4. Start scanning!

πŸ“š Full Documentation

For detailed instructions, see SETUP_GUIDE.md


πŸ†˜ Problems?

Run the setup script again - it's safe to re-run and will detect existing installations.

Or see SETUP_GUIDE.md for troubleshooting.