Byron Adams
Byron Adams
@cedricve any work arounds for this in the mean time? pretty keen to try kerberos out, it looks great. but the advanced installation guide is missing from the docs and...
@cedricve The advanced installation button is greyed out and doesnt link anywhere btw, thanks for the quick response :)
Ah I see, looks like a js issue. I'm also using Chrome, I found i can just switch the `display:none` off in the web inspector to view the guide. I'm...
Cleared cache, and tried to access that file directly; and got `ERR_TOO_MANY_REDIRECTS`
Still the same @cedricve, not sure if this is helpful but.. accessing `https://doc.kerberos.io/js/vendor/` shows a stacktrace stating ``` The "/var/www/kerberos-public/docs/public/documentation/js/" directory does not exist. ```
Working now, thanks! also sorry to hijack this issue @kydouglas
@cedricve no problem at all, at this rate (assuming kerberos works well) I'll be signing up for the cloud service to manage a few instances. Yes I tried restarting and...
How does one install this? I've tried adding the git repo to my composer.json file ``` javascript { "repositories": [ { "type" : "vcs", "url" : "http://github.com/Codeception/YiiBridge" } ], "require-dev":...
@dilumdarshana I got it working with the following. ``` javascript { "minimum-stability": "dev", "repositories": [ { "type" : "vcs", "url" : "https://github.com/Codeception/YiiBridge", "reference": "origin/master" } ], "require-dev": { "codeception/codeception": "2.0.2",...