Skip to content

Instantly share code, notes, and snippets.

View tamecalm's full-sized avatar
💭
📖 Learning

Calm tamecalm

💭
📖 Learning
  • Nigeria
  • 06:11 (UTC -12:00)
View GitHub Profile
@tamecalm
tamecalm / Postgresql-Termux.md
Created August 16, 2019 22:36
Learn How to Create Postgresql Server on Termux Terminal. ### Drop Comments 💧

Termux && Postgresql

How to create Local Database On Termux Terminal

  • Install the Postgresql Servers first to your Termux Terminal.
initdb ~/pg
  • Start the Server
@tamecalm
tamecalm / python_heroku.MD
Created August 16, 2019 19:19 — forked from bradtraversy/python_heroku.MD
Python & Postgres Heroku Deployment

Python Heroku Deployment

Steps to create a postgres database and deply a Python app to Heroku

Install guinicorn locally

pipenv install gunicorn
or
pip install gunicorn
@tamecalm
tamecalm / python_heroku.MD
Created August 16, 2019 17:36 — forked from igorkruglyak/python_heroku.MD
Python & Postgres Heroku Deployment

Python Heroku Deployment

Steps to create a postgres database and deply a Python app to Heroku

Install guinicorn locally

pipenv install gunicorn
or
pip install gunicorn