by XDK
9. August 2019 15:09
Install commands:
Generic update:
sudo apt update
mySQL client install:
sudo apt install mysql-client
** mySQL login command **
mysql -h <RDS endpoint> -u <user name> -p <password>
apache server install:
sudo apt install apache2
python essentials install:
sudo apt install python3
** Refer here for pip install **
sudo apt-get purge python-pip
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo apt install python-pip
sudo pip install mysql-connector-python
sudo pip install pymysql
sudo pip install boto3
** Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. You can find the latest, most up to date, documentation at our doc site, including a list of services that are supported. **