Skip to content

Repository with quick commands/scripts for installing main utilits and other stuff with one command

Notifications You must be signed in to change notification settings

fenix1851/quickInstallers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Installers

This repository contains quick installer script files for various tools and services.

Databases

  • mysql - Quick installer for MySQL Server. Includes instructions for installing the server, optionally securing the installation, and starting the service. View File

  • mongodb - Quick installer for MongoDB. This script will import the MongoDB public GPG key, add the MongoDB repository, update system packages, install MongoDB, and start the service. View File

  • postgresql - Quick installer for PostgreSQL. This script installs PostgreSQL and starts the service. View File

Docker

  • alternative_docker_cocker_compose - Quick installer for Docker and Docker Compose. This script installs Docker and Docker Compose using the official Docker installation script. View File

  • docker_and_docker_compose - Another quick installer for Docker and Docker Compose. This script installs Docker and Docker Compose using the package manager. View File

Nginx

  • install_plus_port_mapping - Quick installer for Nginx with a basic server configuration. This script installs Nginx and sets up a basic server configuration that redirects from port 80 to localhost:3000. View File

Node.js

  • nvm_npm_latest - Quick installer for Node.js and npm using NVM. This script installs NVM, reloads the terminal configuration, installs the latest version of Node.js, sets it as the default, and verifies the installation. View File

Python

  • 3.8 - Quick installer for Python 3.8. This script updates system packages, installs build essentials, downloads and extracts the source code for Python 3.8, configures and compiles Python 3.8, and verifies the installation. View File

  • 3.9 - Quick installer for Python 3.9. This script updates system packages, installs build essentials, downloads and extracts the source code for Python 3.9, configures and compiles Python 3.9, and verifies the installation. View File

Zsh

  • ohmyzsh - Quick installer for Oh My Zsh. This script updates system packages, installs Zsh, downloads and installs Oh My Zsh, sets Zsh as the default shell, and starts Zsh. View File

Alacritty

  • install_plus_drakula - Quick installer for Alacritty with Dracula theme. This script installs Alacritty and sets up the Dracula color scheme in the configuration file. View File

About

Repository with quick commands/scripts for installing main utilits and other stuff with one command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published