- Kashyap, Akash
- Install python 3.X
- Install dependent libraries
- pip3 install -r requirements.txt
- manual steps: (Not needed if above cmd is run)
- pip3 install Flask (Ref: http://flask.pocoo.org/)
- pip3 install flask-cors (Ref: http://flask-cors.readthedocs.io/en/latest/)
- pip3 install flask-restful (Ref: https://flask-restful.readthedocs.io/en/0.3.5/)
- pip3 install boto3 (Ref: https://boto3.readthedocs.io/en/latest/reference/services/ec2.html#instance)
- pip3 install peewee (Ref: http://flask-peewee.readthedocs.io/en/latest/index.html) - Setup AWS IAM user: http://docs.aws.amazon.com/lambda/latest/dg/setting-up.html#setting-up-iam
- Please Fork my Repo
- make changes
- please update the changes to master branch
- Raise a PR
###NOTE: what to do before PR
- git remote add parent https://github.com/kashypAkash/InfraSense-server.git
- git pull parent
- git status # Make sure the changes are ready to be staged
- git add .
- git commit -m <COMMIT_NOTE>
- git push
AWS SDK library : https://boto3.readthedocs.io/en/latest/reference/services/ec2.html#instance