Skip to content

Commit 86c7ed6

Browse files
committed
Update docs
1 parent a12fdb6 commit 86c7ed6

23 files changed

+139
-115
lines changed

docs/recipe/cakephp.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Cakephp project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/cakephp.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/cakephp.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Cakephp** project with a single command? Just run `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantage of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Cakephp** application.
2122

22-
The cakephp recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The cakephp recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_dirs

docs/recipe/codeigniter.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Codeigniter project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/codeigniter.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/codeigniter.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, and now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Codeigniter** project with a single command? Just execute `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Also, another feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Also, another feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Codeigniter** application.
2122

22-
The codeigniter recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The codeigniter recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_dirs

docs/recipe/contao.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Contao project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/contao.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/contao.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Contao** project with a single command? Just execute `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Contao** application.
2122

22-
The contao recipe is based on [symfony](/docs/recipe/symfony.md) recipe.
23+
The contao recipe is based on the [symfony](/docs/recipe/symfony.md) recipe.
2324

2425
## Configuration
2526
### public_path

docs/recipe/drupal7.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Drupal 7 project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/drupal7.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/drupal7.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Drupal 7** project with a single command? Just run `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, https, and more.
2021
You will get everything you need to run your **Drupal 7** application.
2122

22-
The drupal7 recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The drupal7 recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### drupal_site

docs/recipe/drupal8.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Drupal 8 project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/drupal8.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/drupal8.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, and now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Drupal 8** project with a single command? Just execute `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantage of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Drupal 8** application.
2122

22-
The drupal8 recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The drupal8 recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### drupal_site

docs/recipe/flow_framework.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Flow Framework project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/flow_framework.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/flow_framework.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Flow Framework** project with a single command? Just execute `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantage of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Flow Framework** application.
2122

22-
The flow_framework recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The flow_framework recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### flow_context

docs/recipe/fuelphp.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Fuelphp project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/fuelphp.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/fuelphp.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, and now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Fuelphp** project with a single command? Just run `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantage of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Fuelphp** project.
2122

22-
The fuelphp recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The fuelphp recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_dirs

docs/recipe/joomla.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Joomla project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/joomla.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/joomla.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Joomla** project with a single command? Just run `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, https, and more.
2021
You will get everything you need to run your **Joomla** application.
2122

22-
The joomla recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The joomla recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_files

docs/recipe/laravel.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Laravel project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/laravel.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/laravel.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Laravel** project with a single command? Just run `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another cool feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another cool feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Laravel** project.
2122

22-
The laravel recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The laravel recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_dirs

docs/recipe/magento.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@
88

99
## How to deploy a Magento project with zero downtime?
1010

11-
First, [install](/docs/installation.md) the Deployer.
12-
Second, require `recipe/magento.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13-
Third, run `dep deploy` command.
11+
- First, [install](/docs/installation.md) the Deployer.
12+
- Second, require `recipe/magento.php` recipe into your _deploy.php_ or _deploy.yaml_ file.
13+
- Third, and now you can have a zero downtime deployment!
1414

1515
Did you know that you can deploy **Magento** project with a single command? Just execute `dep deploy`.
16+
Something went wrong? Just run `dep rollback` to rollback your changes.
1617
Also, you can take an advantages of the [Deployer's CLI](/docs/cli.md) to deploy your project.
1718

18-
Another feature of the Deployer is provisioning. Take any server, and run `dep provision` command.
19+
Another feature of the Deployer is [provisioning](/docs/recipe/provision.md). Take any server, and run `dep provision` command.
1920
This command will configure webserver, databases, php, ssl certificates, and more.
2021
You will get everything you need to run your **Magento** project.
2122

22-
The magento recipe is based on [common](/docs/recipe/common.md) recipe.
23+
The magento recipe is based on the [common](/docs/recipe/common.md) recipe.
2324

2425
## Configuration
2526
### shared_dirs

0 commit comments

Comments
 (0)