Skip to content

Instantly share code, notes, and snippets.

View naaness's full-sized avatar

Nestor Andres Angulo Nova naaness

  • cancun - México
View GitHub Profile
@naaness
naaness / phalconphp_php7_ubuntu_16_04.sh
Created November 9, 2017 02:51 — forked from Tosyn/phalconphp_php7_ubuntu_16_04.sh
PhalconPhp with PHP7 Installation on Ubuntu 16.04
#!/bin/bash
# PhalconPhp with PHP7 installation on ubuntu:16.04
sudo apt-get update
sudo apt-get install -y php7.0-fpm \
php7.0-cli \
php7.0-curl \
php7.0-gd \