Question

I'm following instruction deploying-discourse-with-capistrano

When I'm doing cap deploy:setup I get:

executing "cd /var/www/discourse/current && bundle install"
 ...
 ** [out :: ...] sh: 1: cd: can't cd to /var/www/discourse/current

The command cap deploy:check says that everything is ok

What might be a problem here?

Was it helpful?

Solution

Try this.

cd /var/www/discourse
./discourse-setup

Reference article: https://www.digitalocean.com/community/tutorials/how-to-install-discourse-on-ubuntu-16-04

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top