8000 GitHub - agueths/update-projects: Shell-scripts to maintain up to date github projects. Usefull on Dev server.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agueths/update-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Update Scripts

This repository contains shell scripts for managing and deploying projects based on a configuration file.

📂 Files

  • update_projects.sh – Reads a configuration file and processes multiple projects (cloning/updating repositories, handling dependencies, etc.).
  • update_container.sh – Manages project containers and updates their settings.

📄 Configuration File (projects.txt)

The script expects a projects.txt file formatted as follows:

project_name;folder_name;github_url;access_port;db_host
  • project_name – Name of the project.
  • folder_name – Directory where the project will be stored.
  • github_url – GitHub repository URL.
  • port – Desired port for running the project.
  • db_host – Desired host for homolog database.

🚀 Usage

  1. Make scripts executable:

    chmod +x update_projects.sh script/update_container.sh
  2. Run the project update script:

    ./update_projects.sh

🛠 Requirements

  • Linux/macOS environment with bash installed.
  • Git installed for cloning repositories.
  • Additional dependencies may be required based on the projects being deployed.

About

Shell-scripts to maintain up to date github projects. Usefull on Dev server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0