Registration system that uses Github Login and sets up a Github organization for a collection of courses.
postgres: sudo apt-get install postgresql libpq-dev
Github credentials, app secret.
sudo -u postgres psql
create user "enma" with password 'kaiosama';
create database "enma_development" owner "enma";