In your command-line run the following commands:
brew doctor
brew update
version: 2 | |
defaults: &defaults | |
docker: | |
- image: circleci/python:3.6.2-stretch-browsers | |
environment: | |
FLASK_APP: app.py | |
FLASK_ENV: testing | |
PGHOST: 127.0.0.1 | |
PGUSER: root | |
- image: circleci/postgres:10.8-alpine |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
In your command-line run the following commands:
brew doctor
brew update
#!/bin/bash | |
# PLACEHOLDERS | |
# [STAGING_FOLDER] - staging directory in your server | |
# [STAGING_URL] - staging url | |
# [STAGING_USER] - staging user in the server | |
# [STAGING_MYSQLUSER] - staging mysql user | |
# [STAGING_MYSQLPASSWORD] - staging mysql password | |
# [ROOTUSER] - Mysql root user | |
# [ROOTPASSWORD] - Mysql root password |