ShreyamMaity / shreyam-do

A cli tool with to simplify vm setups for debian based linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shreyam-do

Star Badge


A CLI tool to simplify the process of configuring vms for me.

to install run curl -sSL https://get.shreyamdo.shreyam.dev/ | bash


TLDR: This tool is for me and it might not be useful for you. But if you want to use it, you can.


Options

shreyam-do - Shreyam's setup scripts

Usage: shreyam-do [options]

Options:
   [command]         Run a specific setup script
   -h, --help        Display this help message
   -v, --version     Display version information
   -s, --setup       Set up the system with all the required packages
   -r, --remove      Remove all installed packages

How to use

  • shreyam-do -s - installs all the required packages on a fresh vm and configure with npm, zsh, autosuggestions etc.
  • shreyam-do -r - removes all the packages installed by the tool
  • shreyam-do -v - displays the version of the tool
  • shreyam-do -h - displays the help message and the options available
  • shreyam-do <command> - runs the specific command

Commands Available

  • shreyam-do doker-setup - installs docker and docker-compose on the vm and enables http and https ports from firewall
  • shreyam-do enable-overcommit - enables overcommit which helps with memory issues on virtual machines
  • shreyam-do ssl-nginx <domain> - generates ssl certificate for the domain from letsencrypt and automatically configures nginx to serve the domain with ssl
  • shreyam-do ssl-cert <domain> - generates ssl certificate for the domain from letsencrypt and saves it in /etc/letsencrypt/live/<domain>
  • shreyam-do open-ports - opens necessary ports for nginx on firewall
  • shreyam-do symLink <conf-file> - creates a symlink of the conf file in nginx

How to contribute

  • Create an issue if you find any bug or want to suggest a feature
  • Fork the repo and create a PR if you want to contribute

License

Apache License 2.0


Author


About

A cli tool with to simplify vm setups for debian based linux.

License:Apache License 2.0


Languages

Language:Makefile 70.7%Language:Shell 25.9%Language:Dockerfile 3.3%