From 4ca44fe6fe7fae44012c66766a17b0a3217ad57e Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Tue, 24 Jun 2014 09:22:48 -0500
Subject: [PATCH] Add info on the project

---
 README.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..af9499a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# Young Nebraska Scientists Webforms
+
+This is a program sponsored by EPSCoR. Sarah Zulkolski-Benson is the contact.
+
+Middle & High-School students submit applications, and teachers submit
+endorsements for students.
+
+The live site is at:
+
+ http://ucommxsrv1.unl.edu/yns_forms/applicants/
+ http://ucommxsrv1.unl.edu/yns_forms/endorsements/
+
+Annually the year and camp details need to be updated.
+The camp information is stored in the camps table, the year is scattered
+throughout the entire system. I usually search the entire codebase for the camp
+deadline dates to find them all.
+
+Database is at http://ucommxsrv2.unl.edu/JUNK/phpMyAdmin/
+
+yns is the database name
+
+
+## Deployment
+
+User must have an ssh account on ucommxsrv2.
+
+```
+git remote add live ssh://ucommxsrv2.unl.edu/Library/WebServer/ucommxsrv1.unl.edu/yns_forms
+git push live master
+```
+
+
-- 
GitLab