Update system

Install Admin Tools

Git

Install Python and environment

Postgres Installation and settings

Creating the database and user

    • Switch to superuser postgres by
    • Create user for the tool by
    • Now create database as
    • Logout from the postgres user

Now create a virtual env for the jrcfloodtool

Workon the virtual env we just created

CONTINUE READING