#!/bin/bash # Paths BASE_PATH="/var/www/html" ROOT_PATH="/var/www/html/Orange-Management" BUILD_PATH="/var/www/Build" TOOLS_PATH="/var/www/html/Tools" RELEASE_PATH="/var/www/html/Release" INSPECTION_PATH="/var/www/html/Inspection" TEST_PATH="/var/www/html/Orange-Management/Tests" # Web WEB_URL="http://orange-management.de" MAIL_ADDR="" # Authentications DB_USER="root" DB_PASSWORD="123456" # Git variables GITHUB_URL[0]="https://github.com/Orange-Management/Orange-Management.git" GITHUB_URL[1]="https://github.com/Orange-Management/Console.git" GITHUB_URL[2]="https://github.com/Orange-Management/cssOMS.git" GITHUB_URL[3]="https://github.com/Orange-Management/Demo.git" GITHUB_URL[4]="https://github.com/Orange-Management/Docs.git" GITHUB_URL[5]="https://github.com/Orange-Management/Documentation.git" GITHUB_URL[6]="https://github.com/Orange-Management/Install.git" GITHUB_URL[7]="https://github.com/Orange-Management/jsOMS.git" GITHUB_URL[8]="https://github.com/Orange-Management/Model.git" GITHUB_URL[9]="https://github.com/Orange-Management/Modules.git" GITHUB_URL[10]="https://github.com/Orange-Management/phpOMS.git" GITHUB_URL[11]="https://github.com/Orange-Management/Release.git" GITHUB_URL[12]="https://github.com/Orange-Management/Resources.git" GITHUB_URL[13]="https://github.com/Orange-Management/Socket.git" GITHUB_URL[14]="https://github.com/Orange-Management/Tests.git" GITHUB_URL[15]="https://github.com/Orange-Management/Web.git" GITHUB_URL[16]="https://github.com/Orange-Management/Website.git" GITHUB_URL[17]="https://github.com/Orange-Management/GitDashboard.git" GITHUB_URL[18]="https://github.com/Orange-Management/Documentor.git" GIT_BRANCH="develop" DATE=$(date +%Y-%m-%d) VERSION_HASH=${DATE}