├── README.md ├── advanced ├── deploy-and-git.md ├── deploy-strategies.md └── parallel-io.md ├── api.md ├── cli.md ├── configuration.md ├── examples └── inventory.md ├── flow.md ├── functions.md ├── getting-started.md ├── hosts.md ├── how-to-deploy-laravel.md ├── images └── laravel.png ├── installation.md ├── servers.md ├── tasks.md └── usage-on-windows.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/README.md -------------------------------------------------------------------------------- /advanced/deploy-and-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/advanced/deploy-and-git.md -------------------------------------------------------------------------------- /advanced/deploy-strategies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/advanced/deploy-strategies.md -------------------------------------------------------------------------------- /advanced/parallel-io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/advanced/parallel-io.md -------------------------------------------------------------------------------- /api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/api.md -------------------------------------------------------------------------------- /cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/cli.md -------------------------------------------------------------------------------- /configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/configuration.md -------------------------------------------------------------------------------- /examples/inventory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/examples/inventory.md -------------------------------------------------------------------------------- /flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/flow.md -------------------------------------------------------------------------------- /functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/functions.md -------------------------------------------------------------------------------- /getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/getting-started.md -------------------------------------------------------------------------------- /hosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/hosts.md -------------------------------------------------------------------------------- /how-to-deploy-laravel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/how-to-deploy-laravel.md -------------------------------------------------------------------------------- /images/laravel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/images/laravel.png -------------------------------------------------------------------------------- /installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/installation.md -------------------------------------------------------------------------------- /servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/servers.md -------------------------------------------------------------------------------- /tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deployphp/docs/HEAD/tasks.md -------------------------------------------------------------------------------- /usage-on-windows.md: -------------------------------------------------------------------------------- 1 | TODO 2 | 3 | * https://msdn.microsoft.com/en-us/commandline/wsl/about 4 | --------------------------------------------------------------------------------