Skip to content
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
16 changes: 16 additions & 0 deletions en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,22 @@ Be aware that is not recommended, as your application can break when the next ma
version is being released. Additionally composer does not cache development
branches, so it slows down consecutive composer installs/updates.

Installation using Oven
-----------------------

Another quick way to install CakePHP is `Oven <https://github.com/CakeDC/oven>`_.
It is a simple PHP script which checks the necessary system requirements,
installs the CakePHP application skeleton and sets the development environment up.

After the installation completes, your CakePHP application is ready to go!

.. note::

IMPORTANT: This is not a deployment script, it is aimed to help developers installing
CakePHP for the first time and get a working development environment up and running
in seconds. Production environments should consider several other factors, like
file permissions, virtualhost configuration, etc.

Permissions
===========

Expand Down