Ubuntu CLI Tool
Ubuntu CLI Tool
Section titled “Ubuntu CLI Tool”The Ubuntu version of the MQS CLI tool provides a bash-based solution for managing your Data Engineering Boot Camp environment on Ubuntu.
Installation
Section titled “Installation”- Download the script:
curl -O https://raw.githubusercontent.com/your-repo/ubuntu-mqs-cli.sh- Make it executable:
chmod +x ubuntu-mqs-cli.shStart Services
Section titled “Start Services”./ubuntu-mqs-cli.sh startThis will:
- Install UV if not present
- Install required apt packages
- Set up the project structure
- Start all services
- Open the services in your default browser
Stop Services
Section titled “Stop Services”./ubuntu-mqs-cli.sh stopCheck Status
Section titled “Check Status”./ubuntu-mqs-cli.sh statusRequirements
Section titled “Requirements”- Ubuntu 20.04 or later
- Git (installed automatically if missing)
- Node.js (installed automatically if missing)
- Build essentials (installed automatically if missing)
Services
Section titled “Services”The tool manages these services:
- Marimo: http://localhost:2718
- SQLite Web: http://localhost:8081
- Docling: http://localhost:8082
- Logseq: Installed as AppImage
Directory
Section titled “Directory”All files are stored in ~/.mqs/:
~/.mqs/├── notebooks/ # Marimo notebooks├── data/ # SQLite database├── pages/ # Logseq pages└── logs/ # Service logs