Stanislav Khromov
Stanislav Khromov
@deathau Thank you, your suggestion solved this problem for me! ⭐
+1 this. We're trying to migrate from Stream to Simple History but not having a centralised dashboard of everything happening on the multisite is a no-go. If multisite is detected,...
@dskvr Just go ahead and fork it or use one of the 40 existing forks as of me writing this. 😄
@popstas Maybe you should open a PR for this? That way we can discuss it in the PR. :+1:
What's the status of PHP 7 support in Phansible? https://github.com/phansible/role-php/pull/7 seems to be merged, is #264 still required? You aren't currently able to use PHP 7 when going to http://phansible.com/
@naxhh It's a 14.04 deployed on Windows, so it uses `windows.sh`. The version you get from the `apt-get` command is 2.0.0.2 currently.
Should be right! ``` vagrant ssh ... vagrant@vagrant-ubuntu-trusty-64:~$ ansible --version ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ```
Just got bitten by this again on a new machine. The permissions for the /vagrant folder is: `drwx------ 1 vagrant vagrant 272 Dec 21 13:39 vagrant` Apache runs under `www-data`,...
@naxhh Virtualbox 4.3.34, OSX 10.10.5, Vagrant 1.6.5 It's unlikely this behaviour changes between VBox / OS versions. It feels more likely that few people have used the combo: - VBox...