Skip to content

Releases: alokemajumder/DevSetupToolkit

DevSetupToolkit - Initial Release

05 May 07:31
9d90ff8
Compare
Choose a tag to compare

What's New in v1.0.0

Welcome to the initial release of DevSetupToolkit! This release includes the foundational features of our comprehensive setup script designed to configure development environments on Linux systems efficiently. Below you'll find the key features and enhancements included in this version.

Features

  • Multiple Programming Environments: Automates the setup for Python, Node.js, Java, C++, and Ruby.
  • IDE Support: Provides options to install popular Integrated Development Environments like Visual Studio Code and JetBrains IDEs.
  • Database Setup: Includes installation scripts for MySQL, PostgreSQL, MongoDB, and Redis with basic configuration.
  • Web Server Configuration: Supports web server setup for PHP applications with options to use either Apache or Nginx.
  • Conditional Installation: Checks for existing installations of PHP and MySQL to prevent redundancy.
  • User-Friendly Prompts: Interactive prompts guide the user through the setup process, allowing for customized installations.

Enhancements

  • Improved detection of Linux distributions to better adapt installation commands according to the system's package manager.
  • Enhanced error handling and user feedback for a smoother setup experience.

How to Use

To get started with DevSetupToolkit, download the script, make it executable, and run it with administrative privileges. Follow the interactive prompts to select and configure your desired development environments.

wget https://github.com/YourUsername/DevSetupToolkit/setup_dev_env.sh
chmod +x setup_dev_env.sh
sudo ./setup_dev_env.sh