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?
Try this.
cd /var/www/discourse
./discourse-setup
Reference article: https://www.digitalocean.com/community/tutorials/how-to-install-discourse-on-ubuntu-16-04