Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Fix links (no associated images)
Browse files Browse the repository at this point in the history
  • Loading branch information
atz committed Jun 27, 2015
1 parent 2a6e061 commit e042f97
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ rake hydrus:refresh_upload_files

Start the Jetty server:

`rake jetty:start`
```
rake jetty:start
```

Run the Hydrus application in either of these ways:

Expand All @@ -61,12 +63,12 @@ rake server # Filters some logging noise

## Useful URLs during development

* [![Hydrus](http://localhost:3000)](http://localhost:3000)
* [![Hydrus about](http://localhost:3000/about)](http://localhost:3000/about)
* [![Jetty](http://localhost:8983)](http://localhost:8983)
* [![Fedora admin](http://localhost:8983/fedora/admin)](http://localhost:8983/fedora/admin)
* [![Fedora objects](http://localhost:8983/fedora/objects)](http://localhost:8983/fedora/objects)
* [![Solr](http://localhost:8983/solr)](http://localhost:8983/solr)
* Hydrus - [http://localhost:3000](http://localhost:3000)
* Hydrus about - [http://localhost:3000/about](http://localhost:3000/about)
* Jetty - [http://localhost:8983](http://localhost:8983)
* Fedora admin - [http://localhost:8983/fedora/admin](http://localhost:8983/fedora/admin)
* Fedora objects - [http://localhost:8983/fedora/objects](http://localhost:8983/fedora/objects)
* Solr - [http://localhost:8983/solr](http://localhost:8983/solr)

## User accounts used during development

Expand Down

0 comments on commit e042f97

Please sign in to comment.