$ docker run --rm -v $(pwd):/app composer/composer install
docker run --rm -v $(pwd):/app phpunit/phpunit -c phpunit.xml
# apt-get install dnsmasq |
# sudo apt-get autoremove hostapd | |
# wget https://github.com/jenssegers/RTL8188-hostapd/archive/v2.0.tar.gz | |
# tar -zxvf v2.0.tar.gz | |
# cd RTL8188-hostapd-2.0/hostapd | |
# make | |
# make install | |
# sudo service hostapd restart |
# apt-get install build-essential git | |
# mkdir -p ~/src/drivers | |
# cd ~/src/drivers/ | |
# git clone https://github.com/lwfinger/rtl8188eu.git | |
# wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/local/bin/rpi-source && sudo chmod +x /usr/local/bin/rpi-source && /usr/local/bin/rpi-source -q --tag-update | |
# rpi-source --skip-gcc | |
# cd ~/src/drivers/rtl8188eu | |
# make all | |
# make install |
# yum install -y centos-release-xen | |
# echo includepkgs=kernel kernel-firmware >> /etc/yum.repos.d/CentOS-Xen.repo | |
# yum update -y kernel | |
# reboot | |
# yum install -y https://get.docker.com/rpm/1.7.0/centos-6/RPMS/x86_64/docker-engine-1.7.0-1.el6.x86_64.rpm | |
# service docker start | |
# chkconfig docker on |
################## | |
osm2pgsql \ | |
--host <IP address for DB container> \ | |
--port <PORT for DB container> \ | |
--database postgres | |
################### | |
ogr2ogr \ |
brew install wget --with-libressl |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
ls -lct /etc | tail -1 | awk '{print $6, $7, $8}' |
find ./ | wc -l |