Skip to content

Bootup is a CLI tool written in Go that automates the installation and configuration of common server applications and tools.

License

Notifications You must be signed in to change notification settings

amirkh8006/bootup-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootup CLI

A powerful command-line tool for quickly installing and configuring common server applications and development tools on Linux systems.

🚀 Features

  • Easy Installation: Install popular server applications with a single command
  • Multiple Services: Support for databases, web servers, monitoring tools, and more
  • Auto-configuration: Automatically handles package updates and dependencies
  • Interactive Interface: User-friendly commands with helpful output messages

📦 Supported Services

  • Web Servers: Nginx, Caddy
  • Databases: PostgreSQL, MongoDB, Redis, MariaDB, ElasticSearch, MySQL
  • Storage: rustFs, SeaweedFS
  • Development: Python, Node.js, Golang, PHP, Docker
  • Message Brokers: Apache Kafka, RabbitMQ
  • Monitoring: Prometheus, Grafana, Alertmanager
  • Prometheus Exporters: MongoDB Exporter, NGINX Exporter, Node Exporter, Postgres Exporter, Redis Exporter
  • Security: Trivy

🛠️ Installation

Prerequisites

  • Linux-based operating system (Ubuntu/Debian recommended)
  • sudo privileges for package installation

Quick Install (Recommended)

Install the latest version with our installation script:

curl -sSL https://raw.githubusercontent.com/amirkh8006/bootup-cli/main/install.sh | bash

📖 Usage

Interactive TUI Mode (Recommended)

bootup

Launch the interactive Text User Interface (TUI) for an intuitive way to browse and install services. Just choose the service you want to install and press enter.

TUI Demo

List Available Services

bootup list

This will display all available services you can install.

Install a Service

bootup install <service-name>

Download Pre-built Binary

  1. Go to Releases
  2. Download the binary for your platform (e.g., bootup-linux-amd64)
  3. Make it executable and move to PATH:
chmod +x bootup-linux-amd64
sudo mv bootup-linux-amd64 /usr/local/bin/bootup

Build from Source

Requirements: Go 1.25.1 or higher

  1. Clone the repository:
git clone https://github.com/amirkh8006/bootup-cli.git
cd bootup-cli
  1. Build the application:
make build
  1. (Optional) Install to PATH:
make install

Install via Go

go install github.com/amirkh8006/bootup-cli/cmd/bootup@latest

🤝 Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

🐛 Issues & Support

If you encounter any issues or have suggestions for improvement, please open an issue on GitHub.

Made with ❤️ by Amir

About

Bootup is a CLI tool written in Go that automates the installation and configuration of common server applications and tools.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published