author-pic

Paulo Bomfim

3 posts tagged with "postgresql"

Using Travis CI

Posted on September, 2019

Travis CI Getting started Create account on Travis CI (example: Github login) and login ( OR to login with your GitHub account). Create a .travis.yml file OR when you init travis on prompt, the file…

Read full post

Installing Rails in Windows 10

Posted on September, 2019

How to configure PostgreSQL on Ubuntu 18.04 and Windows 10 (Linux Workspace) Installing PostgreSQL Install : sudo apt update sudo apt install postgresql postgresql-contrib Verifying PostgreSQL…

Read full post