Skip to content

Instantly share code, notes, and snippets.

@robert-sh
robert-sh / aws-centos-7-zencart.md
Last active May 17, 2017 20:49
AWS CentOS 7 ZenCart installation notes

Zen Cart on CentOS 7 / AWS notes

AWS AMI instance setup

Setting up the AWS instance:

  1. In EC2 Management Console, launch a new instance:

  2. Use AWS ami CentOS 7 (x86_64) - with Updates HVM

  3. Choose Instance Type - General purpose - t2.micro

@robert-sh
robert-sh / centos-7-scribe.sh
Last active May 2, 2019 05:26
Install thrift/scribe on Centos 7
#!/bin/bash
# based on https://gist.github.com/PinkyJie/5370470
echo '=================================================='
echo '===============Install necessary tools==============='
echo '=================================================='
sudo yum -y update
#sudo yum -y install git make flex bison libtool automake openssl-devel libevent libevent-devel python-devel gcc-c++ byacc java-1.7.0-openjdk ant wget