Gabriel Moreira
Gabriel Moreira
@vkarpov15 I had the same problem. Until there is a proper way to provide fresh credentials to mongodb connections, our approach was to create a cache layer in our app...
Hi @chrisdubya! Thank you for sending your issue. Unfortunately, I do not have a Mac to test. Initial support was made by @nickcanz at #2 pull request. You could try...
Hi @chrisdubya , Can you run this: ``` craftman --upgrade rm -rf ~/temp-site mkdir ~/temp-site cd ~/temp-site TRACE=1 DEBUG=1 craftman install ``` I can't test without Mac OSX. But i...
Hi @chrisdubya ! I fixed `cm_find_closest()` function. Can you test again? ``` craftman --upgrade rm -rf ~/temp-site mkdir ~/temp-site cd ~/temp-site TRACE=1 DEBUG=1 craftman install ```
@chrisdubya , Try this: ``` docker pull debian:jessie ``` then run again: ``` rm -rf ~/temp-site mkdir ~/temp-site cd ~/temp-site TRACE=1 DEBUG=1 craftman install ``` I'm trying to install http://www.macbreaker.com/2015/01/virtualbox-yosemite-zone.html...
It's running on OSX: https://gist.github.com/gabrielmoreira/cf8d8eb47acc93ee548f Pulling docker image php:5-apache latest version : ``` docker pull php:5-apache ``` Then run again: ``` rm -rf ~/temp-site mkdir ~/temp-site cd ~/temp-site TRACE=1 DEBUG=1...
Hi @chrisdubya, I do not recommend you to run `craftman install` in root folder, because craftman creates a hidden `.craftman` directory to control the project, and at the same time...
I need to change craftman to force `--port` option when running on Mac OSX.
Sorry for the delay to respond. Most of the problem is the lack of documentation. 1. I never intended to use craftman for production, and I did not document it...
Craftman does not work in the root ~ directory. Try to create a folder like `cd ~/mysite`. My suggestion is: 1. Delete `~/.craftman`, `~/scripts` , `~/.docker-compose.yml` and `~/site`. 2. Install...