Skip to content

Instantly share code, notes, and snippets.

View inno-asiimwe's full-sized avatar
💭
typing...

Innocent Asiimwe inno-asiimwe

💭
typing...
View GitHub Profile
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
@inno-asiimwe
inno-asiimwe / nginx.conf
Created February 11, 2021 17:14 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@inno-asiimwe
inno-asiimwe / postgres-brew.md
Created December 1, 2020 20:47 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@inno-asiimwe
inno-asiimwe / deploy.sh
Created October 6, 2019 22:38 — forked from kcabading/deploy.sh
Bash script for deploying Wordpress using Jenkins and Bitbucket.
#!/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