capifony
capifony copied to clipboard
[UNMAINTAINED]
Currently, here is the way Capifony copies dependencies in a new release : ``` ruby run "vendorDir=#{current_path}/vendor; if [ -d $vendorDir ] || [ -h $vendorDir ]; then cp -a...
When interpolating strings like so: ``` file_content = "parameters:\n assets_version: #{assets_version}" run "echo '#{file_content}' | #{try_sudo} tee #{file_path}" ``` I end up with a file on my server looking like:...
The given variable `data` is the `parameters.ini` content file. In the file `capifony / lib / symfony2 / database.rb` there is ``` ruby data = capture("#{try_sudo} cat #{current_path}/#{app_config_path}/#{app_config_file}") config =...