Skip to content
/ enma Public

Registration system that uses Github Login and sets up a Github organization for a collection of courses

License

Notifications You must be signed in to change notification settings

mdumrauf/enma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enma

Registration system that uses Github Login and sets up a Github organization for a collection of courses.

Ruby version: 2.1.4

System dependencies

postgres: sudo apt-get install postgresql libpq-dev

Configuration

Github credentials, app secret.

Database creation

sudo -u postgres psql
create user "enma" with password 'kaiosama';
create database "enma_development" owner "enma";

Database initialization

How to run the test suite

Deployment instructions

About

Registration system that uses Github Login and sets up a Github organization for a collection of courses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published