From 751a9dbd55dfa94223dd386075e661cfb2855888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esm=C3=A9=20Cowles?= Date: Wed, 20 Apr 2016 09:22:37 -0400 Subject: [PATCH] README update --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b82c483..18dee07 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,18 @@ You can shell into the machine with `vagrant ssh` or `ssh -p 2222 vagrant@localh ## Using Curation Concerns -* A stock [Curation Concerns](https://github.com/projecthydra-labs/curation_concerns) app is running at [http://localhost:3000](http://localhost:3000). +* A stock [Curation Concerns](https://github.com/projecthydra-labs/curation_concerns) app is built in the Vagrant in `/home/vagrant/curation-concerns-demo` + * Once connected to the Vagrant VM, start with: `cd curation-concerns-demo; rails s -b 0.0.0.0` +* Access the app at [http://localhost:3000](http://localhost:3000). * To setup an initial user account: * Click "Log In" in the upper right, and then "Sign up" in the login form. - * Enter your username and password, and click "Sign up" to create your account. + * Enter your username and password, and click "Sign up" to create your account and sign in. * Once signed in, you can create content by clicking the "+" button in the upper right. ## Environment * Ubuntu 14.04 64-bit base machine -* A stock [Curation Concerns](https://github.com/projecthydra-labs/curation_concerns) app: [http://localhost:3000](http://localhost:3000) - * Not running by default, start with `cd curation-concerns-demo; rails s -b 0.0.0.0` +* A stock [Curation Concerns](https://github.com/projecthydra-labs/curation_concerns) app which can be run at: [http://localhost:3000](http://localhost:3000) * [Solr 5.4.1](http://lucene.apache.org/solr/): [http://localhost:8983/solr/](http://localhost:8983/solr/) * [Fedora 4.5.0](http://fedorarepository.org/): [http://localhost:8984/](http://localhost:8984/)