Skip to content

Instantly share code, notes, and snippets.

@mikebarkmin
Last active April 18, 2017 14:28
Show Gist options
  • Save mikebarkmin/1a4f208046912a31e82ae9ec69b0a5c3 to your computer and use it in GitHub Desktop.
Save mikebarkmin/1a4f208046912a31e82ae9ec69b0a5c3 to your computer and use it in GitHub Desktop.
.
├── app
│   ├── application
│   ├── backup
│   ├── composer.json
│   ├── css
│   ├── img
│   ├── index.php
│   ├── js
│   ├── license.txt
│   ├── node_modules
│   ├── scripts
│   ├── system
│   ├── user_guide_src
│   └── vendor
├── categories.md
├── data
│   └── mysql
├── docker-compose.yml
├── mysql
│   └── DB_commoop.sql
├── nginx
│   └── app.conf
├── php
│   ├── Dockerfile
│   ├── php-fpm.conf
│   └── php.ini
19 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment