Skip to content

Latest commit

 

History

History
executable file
·
57 lines (38 loc) · 2.55 KB

README.md

File metadata and controls

executable file
·
57 lines (38 loc) · 2.55 KB

operationalscripts

Operationalscripts is the collection of python / shell / perl scripts. The main goal of this project to help DevOps to automate the Application Deployment in any flavor of *nix.

Most of the installation scripts written using python Fabric module. So you have to setup the Fabric in your local machine.

Install Fabric

Fabric inside they are using Paramiko for remote ssh. Paramiko using pycryto. So you have to install pycryto first.

In Windows

In Linux

  • Ubuntu sudo apt-get install python-dev
  • CentOS sudo yum install python-devel
pip install fabric

Applications Scripts

Description Script Documentation
Setup Tor Anomaly Network with Privoxy tor_installer.py tor_installer.md

Deamons

Description Deamon Documentation
Tomcat tomcat_daemon.sh tomcat_daemon.md
Red5 red5_daemon.sh red5_daemon.md

Road Map

  • Create base fabric abstract scripts to get SystemInformation, Repository. It should support Redhat and Debian family.
  • Each installation script should have documentation to use and blog about manual installation and auto installation.
  • Each installation script have setup defined tasks such as prequestics, installation and verify
  • Getting user inputs. Then before installation ask for conformation
  • Sudo handling
  • Get systeminfo like platform module in python. check platform.dist()