8cjx7
8cjx7
@mobitar thanks for you reply. If I use ```cap production deploy```, do I have to have a ```cap.yml``` file? If yes, could you please give me a sample file for...
Thanks. I don't know about the cap. So I just copy ```cap.example.yml``` to ```cap.yml``` and I'd like to deploy on the server locally. If I run ```cap production deploy```, I...
Thanks. After I comment the line, I run ```bundle exec cap production deploy --trace```, I got this error: ``` ** Invoke production (first_time) ** Execute production ** Invoke load:defaults (first_time)...
Hi, thanks. It turned out I didn't have rvm. After installing rvm, I run the deploy command and I got an error: ``` 00:06 deploy:check:linked_files ERROR linked file ~/standard-notes-prod-server/shared/.env does...
Thanks @mobitar I've read the link you wrote but it doesn't cover the CloudLink Extension setup. Back to this issue, after create ```.env``` file on the server side, then I...