Kinderneutron Env Init is a utility tool designed to streamline the setup process of local development environments for projects using Docker Compose images and essential packages. This tool automates the installation and configuration steps, allowing developers to quickly initialize their development environment without manual intervention.
- Automated Setup: Easily set up local development environments with Docker Compose images and required packages.
- Version Control: Ensure consistency across development environments by specifying version numbers for images and packages.
- Architecture Support: Compatible with x86, x64, and other architectures for flexibility in environment setup.
- Efficient Workflow: Speed up the development workflow by eliminating manual setup tasks and reducing setup time.
- Docker Desktop installed on your system.
- Docker Compose configuration files for your project.
- Clone the repository:
git clone https://github.com/your-username/kinderneutron-env-init.git
2.Go to The Directory kinderneutron-env-init
(a).For Linux Users:
sh autorun.sh
(b) For Windows Users:
autorun.bat
If You Are Setting Things Up For First Time in Local System, then Setup the DB. Just Execute the Script
(a).For Linux Users:
sh Patches/SQL/setup_fresh_db.sh
(b) For Windows Users:
cd Patches/SQL
setup_fresh_db.bat
After installation, Your Environment is Set with All Packages Necessery for Kinderneutron Project