Skip to content

Instantly share code, notes, and snippets.

View giovannicimolin's full-sized avatar
🏠
Working from home

Giovanni Cimolin da Silva giovannicimolin

🏠
Working from home
View GitHub Profile
@knoxjeffrey
knoxjeffrey / aws-postgis.txt
Last active April 17, 2019 08:43
Script to setup a Elastic Beanstalk AMI with geospatial libraries and postGIS
#!/bin/bash
#
# Script to setup a Elastic Beanstalk AMI with geospatial libraries and postGIS
#
# sh aws_ami_prep.sh > aws_ami_prep.log 2>&1 &
# See orig here: https://gist.github.com/whyvez/8d19096712ea44ba66b0
# Go to ec2-user home directory
cd /home/ec2-user