Skip to content

Commit

Permalink
Link remediation (#186)
Browse files Browse the repository at this point in the history
* Fixed links reported by mark-cooper

* Rolled change back to original code

* Updated link to Running ArchivesSpace with external Solr

* Updated link to Running a development version of ArchivesSpace
  • Loading branch information
jrcwiok authored Aug 8, 2024
1 parent 21176c6 commit bf11ace
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion administration/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Or on Windows:

## If you're using external Solr (required beginning with version 3.2.0)

[Full instructions for using external Solr with ArchivesSpace](provisioning/solr.html)
[Full instructions for using external Solr with ArchivesSpace](https://archivesspace.github.io/tech-docs/provisioning/solr.html)


## If you've deployed to Tomcat
Expand Down
3 changes: 1 addition & 2 deletions customization/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ArchivesSpace. Be sure that your new settings are not commented out
Set your database name and credentials. The default specifies that the embedded database should be used.
It is recommended to use a MySQL database instead of the embedded database.
For more info, see
[Running ArchivesSpace against MySQL](https://github.com/archivesspace/tech-docs/blob/master/provisioning/mysql.html)
[Running ArchivesSpace against MySQL](https://archivesspace.github.io/tech-docs/provisioning/mysql.html)

This is an example of specifying MySQL credentials:

Expand Down Expand Up @@ -177,7 +177,6 @@ Directory to store Solr backups.

`AppConfig[:solr_backup_directory] = proc { File.join(AppConfig[:data_directory], "solr_backups") }`


### Default Solr params

#### `AppConfig[:solr_params]`
Expand Down
4 changes: 2 additions & 2 deletions development/ui_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ executable](https://sites.google.com/a/chromium.org/chromedriver/downloads)
and place it somewhere in your OS system path. Mac users with Homebrew may accomplish this via `brew cask install chromedriver`.

**Please note, you must have either Firefox or Chrome installed on your system to
run these tests. Consult the [Firefox WebDriver](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver)
run these tests. Consult the [Firefox WebDriver](https://developer.mozilla.org/en-US/docs/Web/WebDriver)
or [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/home)
documentation to ensure your Selenium, driver, browser, and OS versions all match
and support each other.**
Expand Down Expand Up @@ -102,7 +102,7 @@ ASPACE_TEST_BACKEND_URL='http://localhost:4567' ./build/run frontend:test -Dpatt
Note, however, that some tests are dependent on a sequence of ordered steps and may not always run cleanly in isolation. In this case, more than the example provided may be run, and/or unexpected fails may result.

### Saved pages on spec failures
When frontend specs fail, a screenshot and an html page is saved for each failed example under `frontend/tmp/capybara`. On the CI, a zip file will be available for each failed CI job run under Summary -> Artifacts. In order to load the assets (and not see plain html) when viewing the saved html pages, a dev server should be running locally on port 3000, see [Running a development version of ArchivesSpace](./dev.md).
When frontend specs fail, a screenshot and an html page is saved for each failed example under `frontend/tmp/capybara`. On the CI, a zip file will be available for each failed CI job run under Summary -> Artifacts. In order to load the assets (and not see plain html) when viewing the saved html pages, a dev server should be running locally on port 3000, see [Running a development version of ArchivesSpace(https://archivesspace.github.io/tech-docs/development/dev.html).

### Keeping the test database up to date
When calling `./build/run frontend:test` to run frontend specs, the following steps happen before the actual specs run:
Expand Down
12 changes: 6 additions & 6 deletions migrations/migration_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
* [refactored Archon migration plugin](https://github.com/archivesspace-deprecated/ArchonMigrator/releases)
* [information about refactoring project](https://archivesspace.atlassian.net/browse/AR-1278)
* [previous Archon migration plugin](https://github.com/archivesspace/archon-migration/releases)
* [Plugin read me text](https://github.com/archivesspace-deprecated/ArchonMigrator/blob/master/README.html)
* [Plugin read me text](https://github.com/archivesspace-deprecated/ArchonMigrator/blob/master/README.md)
* [Archon migration guidelines](http://archivesspace.org/wp-content/uploads/2016/05/Archon_Migration_Guidelines-7_13_2017.docx)
* [Archon migration mapping](http://archivesspace.org/wp-content/uploads/2016/08/ArchonSchemaMappingsPublic.xlsx)

## Data Import and Export Maps

* [Accession CSV Map](http://archivesspace.org/wp-content/uploads/2016/05/Accession-CSV-mapping-2013-08-05.xlsx)
* [Accession CSV Template](https://github.com/archivesspace/archivesspace/tree/master/backend/app/exporters/examples/accession)
* [Accession CSV Template](https://github.com/archivesspace/archivesspace/tree/master/templates)
* [Archival Objects from Excel or CSV with Load Via Spreadsheet](https://github.com/archivesspace/archivesspace/tree/master/templates)
* [Assessment CSV Template](https://github.com/archivesspace/archivesspace/tree/master/backend/app/exporters/examples/assessment)
* [Assessment CSV Template](https://github.com/archivesspace/archivesspace/tree/master/templates)
* [Digital Object CSV Map](http://archivesspace.org/wp-content/uploads/2016/08/DigitalObject-CSV-mapping-2013-02-26.xlsx)
* [Digital Object CSV Template](https://github.com/archivesspace/archivesspace/tree/master/backend/app/exporters/examples/digital_object)
* [Digital Object CSV Template](https://github.com/archivesspace/archivesspace/tree/master/templates)
* [Digital Objects Export Maps](http://archivesspace.org/wp-content/uploads/2016/08/ASpace-Dig-Object-Exports.xlsx)
* [EAD Import / Export Map](http://archivesspace.org/wp-content/uploads/2016/05/EAD-Import-Export-Mapping-20171030.xlsx)
* [Location Record CSV Template](https://github.com/archivesspace/archivesspace/tree/master/backend/app/exporters/examples/location)
* [EAD Import / Export Map](https://archivesspace.org/wp-content/uploads/2021/06/EAD-Import-Export-Mapping-20171030.xlsx)
* [Location Record CSV Template](https://github.com/archivesspace/archivesspace/tree/master/templates)
* (newly reviewed) [MARCXML Import Map](https://archivesspace.org/wp-content/uploads/2021/06/AS-MARC-import-mappings-2021-06-15.xlsx)
* [MARCXML Export Map](https://archivesspace.org/wp-content/uploads/2021/06/MARCXML-Export-Mapping-20130715.xlsx)
* [MARCXML Authority Import / Export Map](https://archivesspace.org/wp-content/uploads/2021/05/Agents-ASpace-to-MARCXMLMay2021.xlsx)
Expand Down
2 changes: 1 addition & 1 deletion provisioning/tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ uncher/launcher.rb" > "logs/archivesspace.out" 2>&1

## MySQL

The ArchivesSpace application can hit a database server rather hard, since it’s a metadata rich application. There are many articles online about how to tune a MySQL database. A good place to start is try something like [MySQL Tuner](http://mysqltuner.com/) or [Tuning Primer](https://rtcamp.com/tutorials/mysql/tuningprimer/) which can give good hints on possible tweaks to make to your MySQL server configuration.
The ArchivesSpace application can hit a database server rather hard, since it’s a metadata rich application. There are many articles online about how to tune a MySQL database. A good place to start is try something like [MySQL Tuner](http://mysqltuner.com/) or [Tuning Primer](https://rtcamp.com/tutorials/mysql/tuning-primer/) which can give good hints on possible tweaks to make to your MySQL server configuration.

Keep a close eye on the memory available to the server, as well as your InnoDB buffer pool.

Expand Down
2 changes: 1 addition & 1 deletion readme_develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This information will be useful for those creating ArchivesSpace plugins, contri
* [Creating Custom Reports](./customization/reports.html)

## Repositories and CoC
* [Code of Conduct](https://github.com/archivesspace/archivesspace/blob/master/CODE_OF_CONDUCT.html)
* [Code of Conduct](https://archivesspace.org/archivesspace-code-of-conduct)
* [Main ArchivesSpace Repository](https://github.com/archivesspace/archivesspace)
* [Plugins supported by the Program Team](https://github.com/archivesspace-plugins)
* [Repository for community development projects](https://github.com/archivesspace-labs)
Expand Down

0 comments on commit bf11ace

Please sign in to comment.