- Website: http://laravel.com/
- October CMS gist: https://gist.github.com/hofmannsven/e71b90092fde4dc5cff9
- Laravel cheatsheet: http://cheats.jesse-obrien.ca/
| #!/bin/bash | |
| # This script will automatically set up a single node Flynn Cluster on your linux box | |
| # Fresh Flynn install with domain provided by the xip.io service | |
| # Tested with Base Image: Ubuntu 16.04 x64 @ DigitalOcean droplet | |
| # @date 11 May 2017 | |
| # Original @author Edu Wass (eduwass at gmail com) | |
| echo '---- START SETUP ----' |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |