Skip to content

Instantly share code, notes, and snippets.

View chemisax's full-sized avatar
💭
Laravel / React / Nest ❤️

José María Campaña chemisax

💭
Laravel / React / Nest ❤️
View GitHub Profile
@chemisax
chemisax / install-postgis.sh
Created July 23, 2018 23:44 — forked from whyvez/install-postgis.sh
postGIS install on AWS linux AMI
#!/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 &
# Go to ec2-user home directory
cd /home/ec2-user
# yum libraries
@chemisax
chemisax / cloudsearchtest.php
Last active August 29, 2015 14:25
AWS CloudSearch Test
<?php
//Cloud searc configuration
require_once 'cloudsearchconfig.php';
//AWS SDK
require_once 'aws.2.8.14.phar';
//use Aws\CloudSearch;
use Aws\CloudSearchDomain\CloudSearchDomainClient;