Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
feature:repo-add mvn:org.fcrepo.camel/toolbox-features/4.6.1/xml/features
feature:install fcrepo-service-activemq
feature:install fcrepo-service-camel
feature:install fcrepo-indexing-solr
feature:install fcrepo-ldpath

...

No Format
# If the fedora repository requires authentication, the following values can be set:
fcrepo.authUsername=
fcrepo.authPassword=
 
...

# The baseUrl for the fedora repository.
fcrepo.baseUrl=http://localhost:8080/fcrepo/rest
 
...
# The baseUrl for the Solr server. If using Solr 4.x or better, the URL should include
# the core name.
solr.baseUrl=http://localhost:8983/solr/collection1

...