The provisioning shell script installs bedrock into a separate directory beneath the project directory. This is wrong, since configuration must be kept in the project root. Furthermore, many tools that work with bedrock, such as roots/bedrock-capistrano, usually need web files to be under the web directory.
The provisioning shell script installs bedrock into a separate directory beneath the project directory. This is wrong, since configuration must be kept in the project root. Furthermore, many tools that work with bedrock, such as
roots/bedrock-capistrano
, usually need web files to be under theweb
directory.