From 32e2763a9e560ccff9f70a8029f62c71e1a0fc0e Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 27 Oct 2015 08:23:14 -0400 Subject: [PATCH] Updated readme --- README.rdoc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.rdoc b/README.rdoc index 2cf6c8a..c4f6f1f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,6 +2,8 @@ This application is being created to run a wrestling tournament. + + Public production page: https://wrestlingdev.com @@ -29,20 +31,6 @@ Docker instructions: * Production docker image: Run bash rails-prod.sh wrestlingapp. This will create a self-signed ssl certificate and set up wrestlingapp on passenger/apache. The container will run with port 80 and port 443 open and will have a restart policy of always. -What the app does now: - -* Allows tournaments to be set up by someone logged in - -* Allows schools, wrestlers, weights, and mats to be created by someone logged in - -* Generates matchups for a pool to bracket type tournament for 2-16 wrestlers - -* Assigns bout numbers for each match based on round and weight class - -* Shows view of pools/brackets - -* Assigns matches to a mat based on next available bout number - Public Trello page