Skip to content

Commit

Permalink
summary info for test installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ztrhgf committed Apr 23, 2021
1 parent ffe7ab8 commit bc4ce67
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions stp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,26 @@ try {
""
}

if ($testInstallation) {
@"
SUMMARY INFORMATION ABOUT THIS !TEST! INSTALLATION:
- central repository share is at $repositoryShareLocPath (locally at $repositoryShareLocPath)
- it is used by clients to synchronize their repository data
- (cloud) repository is hosted locally at $remoteRepository
- simulates for example GitHub private repository
- (cloud) repository is locally cloned to $userRepository
- here you makes changes (creates new functions, modules, ...) and commit them to (cloud) repository
- scheduled tasks:
- Repo_sync - pulls data from (cloud) GIT repository, process them and synchronize result to $repositoryShare
- processing is done in C:\Windows\Scripts\Repo_sync
- log file in C:\Windows\Temp\Repo_sync.ps1.log
- PS_env_set_up - synchronizes local content from $repositoryShare i.e. it is used to get repository data to clients
- log file in C:\Windows\Temp\PS_env_set_up.ps1.log
"@
_pressKeyToContinue
Clear-Host
}

Write-Host "GOOD TO KNOW" -ForegroundColor green
@"
- Do NOT place your GIT repository inside Dropbox, Onedrive or other similar synchronization tool, it would cause problems!
Expand Down

0 comments on commit bc4ce67

Please sign in to comment.