Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Apr 20, 2016
1 parent d706882 commit 751a9db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit 751a9db

Please sign in to comment.