Skip to content

This is a python project to generate pre-install script for client to run. The result should aid customer success engineers and cloud engineers to choose the right installation approach.

Notifications You must be signed in to change notification settings

SimpleDataLabsInc/pre-install-script

Repository files navigation

pre-install-script

Pre-requisites

  • virtualenv
pip install virtualenv

Setup

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python main.py

Execute everything with just one command

curl -sL https://pre-install-script.s3.amazonaws.com/preinstall.sh > preinstall.sh && bash preinstall.sh

About

This is a python project to generate pre-install script for client to run. The result should aid customer success engineers and cloud engineers to choose the right installation approach.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages