deployment - Capifony config to run bower installs and grunt commands -


so, it's first project, deploying capifony. seems fine, can't run grunt , bower commands on vps.

this trying in deploy.rb file:

after "deploy"   run "cd #{current_path}; npm install -g grunt-cli"   run "cd #{current_path}; npm install grunt --save-dev"   run "cd #{current_path}; npm install"   run "cd #{current_path}; bower install --allow-root"   run "cd #{current_path}; grunt" end 

and lot of errors, looks that:

http://pho.to/94cii/t4

how should in right way?

my bad, went fine. red log messages, , err statement let me thought, failed attempt.

but anyway, solution appropriate?


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -