Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
capistrano-ezpublish | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
Run gem list to see if you meet the requirements
Note: running as sudo is not required, but highly recommended.
Test your ruby/rake/gem dependecies with cd <my-project> && bundle exec cap install STAGES=prod,stage.
You should get some ... already exists-output and the last output should be Capified.
Setup parameters.yml on your deployment destination.
Default path: /var/www/<domain>/<environment>/shared/ezpublish/config/parameters.yml
E.g: SSH to server and run: mkdir -p /var/www/htollefsen.com/stage/shared/ezpublish/config && cd $_ && touch parameters.yml && cd -
Override the sessionpath to your project to prevent visitors from being logged out on deploy:
framework.session.handler_id: session.handler.native_file
framework.session.save_path: "%kernel.root_dir%/sessions"