diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..af9499a047ee906ef369463fd6e639be2c7ff6fb --- /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 +``` + +