Skip to content

Instantly share code, notes, and snippets.

View steinkel's full-sized avatar

Jorge M. González Martín steinkel

View GitHub Profile
@steinkel
steinkel / ubuntu-11xx-nginx-base.sh
Last active October 19, 2021 16:36 — forked from simkimsia/ubuntu-11xx-nginx-base.sh
CakePHP + Nginx + PHP 5.4 FPM setup script, tested on Ubuntu 12.04 LTS, Using CakePHP 2.x only, Using latest PHP version, Using /sites instead of /var/virtual for sites, Adding a default enabled cakephpsite.com config
#!/bin/bash
###
#
# forked from https://gist.github.com/1264701/08f93534ba177f173b9382b53c419cd0de5b07ea
# Copyright (c) 2011 Cake Development Corporation (http://cakedc.com)
#
# Ubuntu 11.04 and 12.04 LTS based web server installation script
# Run this by executing the following from a fresh install of Ubuntu Server:
#