Server Price Breakdown: DigitalOcean, Amazon AWS LightSail, Vultr, Linode, OVH, Hetzner, Scaleway/Online.net:
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
| phpenv local 7.0 | |
| echo "memory_limit = 512M" >> /home/rof/.phpenv/versions/$(phpenv version-name)/etc/php.ini | |
| # install dependencies | |
| COMPOSER_HOME=${HOME}/cache/composer | |
| composer install --prefer-dist --no-interaction | |
| # set up environment variables | |
| touch .env | |
| echo "APP_ENV=testing" >> .env | |
| echo "APP_DEBUG=true" >> .env | |
| echo "APP_KEY=base64:sQPFP80eWJQGo0SDPc+M2Tib+GLUocRYRw4RLsfM27I=" >> .env |
| # 1. Install brew --> http://brew.sh/ | |
| # 2. run the following commands in your Terminal | |
| brew tap homebrew/dupes | |
| brew tap homebrew/versions | |
| brew tap homebrew/homebrew-php | |
| brew install --with-openssl curl | |
| brew install --with-homebrew-curl --with-apache php71 | |
| brew install php71-mcrypt php71-imagick | |
| # 3. Follow these instructions to make Apache and php-cli use the newer php executable and make the change persist after reboot. | |
| brew info php71 |
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
by alexander white ©
| global | |
| log 127.0.0.1:514 local0 | |
| defaults | |
| mode http | |
| log global | |
| option httplog | |
| option http-server-close | |
| option dontlognull | |
| option redispatch |