Skip to content

Downloader for SAP packages required for the Project Phoenix cloud deployments

Notifications You must be signed in to change notification settings

lnwsoft/phoenix-repo-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAP Package Downloader for LNW-Soft Project Phoenix cloud deployments

Quickstart

This will download the packages for any LNW-Soft project Phoenix supported SAP system and HANA database installation to ./phoenix-repo-downloader/repository. The contents of this directory then need to be uploaded into an Azure Storage Account.

git clone https://github.com/lnwsoft/phoenix-repo-downloader
cd phoenix-repo-downloader
python3 -mvenv env
. env/bin/activate
pip install -r requirements.txt
./downloader.py --user <S-User> --password <S-User Password> --package hostagent
./downloader.py --user <S-User> --password <S-User Password> --package hana
./downloader.py --user <S-User> --password <S-User Password> --package s4hana-1909
./downloader.py --user <S-User> --password <S-User Password> --package s4hana-2020
./downloader.py --user <S-User> --password <S-User Password> --package bw4hana-20
./downloader.py --user <S-User> --password <S-User Password> --package nw75-hdb

Futher information

About

Downloader for SAP packages required for the Project Phoenix cloud deployments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages