To install all tools:
bash <(curl -s http://setup.orainteractive.com)You can also use
bash <(curl -s http://setup.orainteractive.com) [ios|android|web|automation|design|all]To install all tools:
bash <(curl -s http://setup.orainteractive.com)You can also use
bash <(curl -s http://setup.orainteractive.com) [ios|android|web|automation|design|all]| #!/usr/bin/env bash | |
| # Welcome to the orainteractive setup script! | |
| # | |
| # Based on the thoughtbot laptop script | |
| # https://raw.githubusercontent.com/thoughtbot/laptop/master/mac | |
| # Ask for the administrator password upfront. | |
| sudo -v |
| cask_args appdir: '/Applications' | |
| tap 'caskroom/cask' | |
| # PHP | |
| tap 'homebrew/homebrew-php' | |
| brew 'php71' | |
| brew 'php71-mcrypt' | |
| brew 'php71-intl' | |
| brew 'composer' | |
| brew 'mariadb' | |
| cask 'sequel-pro' |
| # Mixings from: | |
| # https://www.clayharmon.com/words/posts/enabling-gzip-compression-on-ec2 | |
| # http://www.samaxes.com/2008/04/htaccess-gzip-and-cache-your-site-for-faster-loading-and-bandwidth-saving/ | |
| # http://www.tonmoygoswami.com/2013/05/how-to-enable-gzip-on-amazon-elastic.html | |
| # ------------------------------------------------------------------------------ | |
| # | Compression | | |
| # ------------------------------------------------------------------------------ | |
| <IfModule mod_deflate.c> |
| UNIX_TIMESTAMP(STR_TO_DATE(`created_at`, '%a %b %d %H:%i:%s +0000 %Y')) | |
| Changes "Mon Nov 10 21:14:41 +0000 2014" to "1415654081" |
| $ cd ~ | |
| $ sudo curl -sS https://getcomposer.org/installer | sudo php | |
| $ sudo mv composer.phar /usr/local/bin/composer | |
| $ sudo ln -s /usr/local/bin/composer /usr/bin/composer | |
| then you can run | |
| $ sudo composer install |
| { | |
| "Version": "2008-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "AddPerm", | |
| "Effect": "Allow", | |
| "Principal": { | |
| "AWS": "*" | |
| }, | |
| "Action": "s3:GetObject", |