Skip to content

Commit

Permalink
small readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
quoideneuf committed May 6, 2014
1 parent 218865b commit c45d43e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,22 @@ Unzip the release and move it to:

/path/to/archivesspace/plugins

Unzip it:

$ cd /path/to/archivesspace/plugins
$ unzip yale_accessions.zip -d yale_accessions

Enable the plugin by editing the file in `config/config.rb`:

AppConfig[:plugins] = ['some_plugin', 'yale_accessions']

(Make sure you uncomment this line (i.e., remove the leading '#' if present))

See also:

https://github.com/archivesspace/archivesspace/blob/master/plugins/README.md

You will neeed to shutdown archivesspace and migrate the database:
You will need to shutdown archivesspace and migrate the database:

$ cd /path/to/archivesspace
$ scripts/setup-database.sh
Expand Down

0 comments on commit c45d43e

Please sign in to comment.