Kieron Howard+ by | Jun 28, 2018 | Servers
I’m a big fan of Bash On Ubuntu On Windows https://docs.microsoft.com/en-us/windows/wsl/about and for the most part it “just works”, however I did run into an issue trying to SSH into a server using a key rather than password. OpenSSH requires that...
Kieron Howard+ by | Jan 30, 2014 | Development, Servers
I love Vagrant, its a great tool for development. Sadly, once your project gets too big, performance really drops off a cliff on Windows. Running a Symfony2 project, I was getting ~20 second page refresh times. Apparently this relates to VirtualBox NFS on the shared...
Kieron Howard+ by | Aug 22, 2013 | Servers
Just for reference, here is the bootstrap.sh file I use to bring up my vagrant dev box with Solr 4 and Jetty ready to go. #!/usr/bin/env bash apt-get install python-software-properties add-apt-repository ppa:ondrej/php5 apt-get update apt-get install php5 apt-get...
Kieron Howard+ by | May 29, 2013 | Development, Servers
Importing MySQL db into Solr4. #/opt/solr/example/solr/collection1/conf/data-config.xml Then /opt/solr/example/solr/collection1/conf/solrconfig.xml /opt/solr/collection1/conf/data-config.xml data-config.xml When I...Kieron Howard+ by | May 24, 2013 | Servers
Had a real issue installing PHPUnit on my Vagrant server. Initially I got this error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/bin/phpunit on line 39 Googling around, many people solved using: sudo apt-get remove phpunit sudo apt-get...
Recent Comments