For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
| systems({ | |
| "my-app": { | |
| image: {"docker": "azukiapp/php-fpm"}, | |
| provision: [ | |
| // "composer install", | |
| ], | |
| workdir: "/azk/#{manifest.dir}", | |
| mounts: { | |
| '/azk/#{manifest.dir}': path("."), | |
| '/etc/nginx/sites-enabled/nginx_public.conf': path("./nginx_public.conf") |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| if Vagrant.has_plugin?("vagrant-cachier") | |
| config.cache.scope = :box | |
| else | |
| puts "_Info_: Plugin '''vagrant-cachier''' is not installed." |
A list of amazingly awesome PHP libraries, resources and shiny things.