8000 Update deployment.rst by abdounikarim · Pull Request #13242 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update deployment.rst #13242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ specifically tailored to the requirements of Symfony.
`Symfony plugin`_ is a plugin to ease Symfony related tasks, inspired by `Capifony`_
(which works only with Capistrano 2).

`sf2debpkg`_
Helps you build a native Debian package for your Symfony project.

Basic scripting
You can use shell, `Ant`_ or any other build tool to script
the deploying of your project.

Common Post-Deployment Tasks
----------------------------

Expand Down Expand Up @@ -238,11 +231,9 @@ kernel and return your project's root directory::

.. _`Capifony`: https://github.com/everzet/capifony
.. _`Capistrano`: http://capistranorb.com/
.. _`sf2debpkg`: https://github.com/liip/sf2debpkg
.. _`Fabric`: http://www.fabfile.org/
.. _`Ansistrano`: https://ansistrano.com/
.. _`Magallanes`: https://github.com/andres-montanez/Magallanes
.. _`Ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
.. _`Memcached`: http://memcached.org/
.. _`Redis`: http://redis.io/
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
Expand Down
0