Rosecrance Health Network (RHN)

AM: Megan/Leslie/Aurora

Development URLs

Wireframes:
http://stephenhornyak.com/axure/#g=1&p=home

Comps:
http://rhn.healthcaresuccess.net/design/index.html - Stephen's
http://rhn.healthcaresuccess.net/design/index-alt.html - Chosen Comps

Git:
hs-admin@rhn.healthcaresuccess.net:~/git/rhn.git

Comments & Events

Scott Orchard, 👨🏻‍💻 at Healthcare Success
Sean Mee, Healthcare Success Sean second dev site setup for Phase 2:

Wordpress:
https://devrhn.healthcaresuccess.net/wp-admin/
Login/Password are the same.

Database:
db: dev_rhn2
u: dev_rhn2
p: 8g4?Rn0x

Git:
hs-admin@devrhn.healthcaresuccess.net:~/git/devrhn.git

Git Instructions (maybe we do something besides origin, not sure, maybe dev?)

Create Repository:
mkdir example
cd example
git init
touch README
git add README
git commit -m 'init repository commit'
git remote add origin hs-admin@devrhn.healthcaresuccess.net:~/git/devrhn.git
git push -u origin master

Existing Git Repository:
cd existing_git_repo
git remote add origin hs-admin@devrhn.healthcaresuccess.net:~/git/devrhn.git
git push -u origin master