Skip to content

jsouthard/hack-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Express

Hack Express is a hacking competition management system. It provides utilities to manage tokens providing score tracking for participants in the competition.

##Installation

###node.js

###couchdb

###hack-express

##Configuration

###Users

####couchdb users

####hack-express users

###Tokens

###Hints

###Security

####Generate Self Signed Certificate


$> cd hack-express  
$> ./ssl-key-gen.sh

This will create a security directory that will contain the self-signed certificate and keys.

####Configure SSL

To configure SSL edit hack-express/config.js:


config.ssl.key='./security/hack-express-dev.key'  
config.ssl.cert='./security/hack-express-dev.crt'

About

Hack Express - Hacking competition scoring engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published