Skip to content

Instantly share code, notes, and snippets.

View fridolin-koch's full-sized avatar
🔥

Frido Koch fridolin-koch

🔥
View GitHub Profile
#!/bin/bash
apt-get update
apt-get install -y \
php5 \
php5-fpm \
php5-cli \
php5-curl \
php5-gd \
php5-memcached \
@fridolin-koch
fridolin-koch / Vagrantfile
Created April 2, 2015 20:35
Webtech - Tutorial
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# All Vagrant configuration is done here. The most common configuration
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "phusion/ubuntu-14.04-amd64"
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
golang-go-linux-amd64 golang-src
Recommended packages:
golang-go.tools
The following NEW packages will be installed:
golang-go golang-go-linux-amd64 golang-src
debconf: unable to initialize frontend: Dialog
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'><meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet prefetch' href='http://rawgit.com/angular/bower-material/master/angular-material.css'>
<style>
.site-sidenav {
background-color: red;
}