This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% ------------------------------------------------------------------- | |
%% @doc | |
%% Utility for debugging of applications. | |
%% | |
%% Usage: | |
%% | |
%% | |
%% 1> mog_dev:debug_app(mog). | |
%% ... | |
%% 2> mog_dev:debug_app([mog, jwt]). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PostgreSQL | |
========== | |
Create DB; Create DB User | |
------------------------- | |
Follow these steps: | |
1. Go to psql as `postgres` user: |