php - How to deploy a symfony 3 app with Capifony? -
my problem can't use capifony correctly project on symfony 3. after installing composer dependencies error running app/console commands , rollback of deploy.
i know in symfony 3 app/console moved bin/console. how can change in capifony?
thanks!
capifony no longer maintained, doesn't evolves depending on symfony releases.
capifony based on capistrano v2.x , stick version (i.e. capifony feature-frozen, , accept bug fixes).
at time of writing, capistrano v3 current major version, , capifony not compatible it.
don't worry, there plugin that! using capistrano v3 + capistrano/symfony (heavily inspired capifony) may way go new projects! can read more on capifony , future.
from here.
plus, first lines of capifony website:
capifony deployment recipes collection works both symfony , symfony2 applications.
so, don't work symfony3 , not go in way.
i know it's bit hard migrate, should change deployment workflow capistrano symfony tasks.
then you'll able configure console path:
set :symfony_console_path, "bin/console"
i suspect can use in capifony, should try before upgrading.
note you'll have other problems related symfony3 architecture, such cache
, logs
directory. see available configurations.
Comments
Post a Comment