This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Below are the steps to Create Deployment Package Using a Python Environment Created with Virtualenv. Below are the 2 examples for pymysql and boto2 modules. | |
pymysql: | |
1. Create a directory | |
2. Create virtual environment | |
#virtualenv test | |
3. #cd test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating new repository: | |
======================== | |
Create a new repository on GitHub by selecting initialize this repository with README. | |
Clone repository using below commands, | |
git clone https://github.com/krishnamurthydasari/TestProject.git | |
touch NewFile.txt | |
git add NewFile.txt | |
git status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | File : BackuptoS3.ps1 | |
# | Version : 1.0 | |
# | Purpose : Backs up folders on Windows to s3 bucket using power shell | |
# | Usage : .\BackuptoS3_Snapshots.ps1 | |
# ---------------------------------------------------------------------------- | |
#s3 bucket name | |
$bucket = "s3BucketName" |
NewerOlder