Skip to content

Instantly share code, notes, and snippets.

@brianzelip
Created May 6, 2020 10:23
Show Gist options
  • Select an option

  • Save brianzelip/c0b0fcd58d8edb96ba6aa685d526f745 to your computer and use it in GitHub Desktop.

Select an option

Save brianzelip/c0b0fcd58d8edb96ba6aa685d526f745 to your computer and use it in GitHub Desktop.
Rebuild ArchivesSpace back end

Rebuild ArchivesSpace back end

aka, Merged w/ upstream and have to nuke the temporary database

# 1. nuke
build/run db:nuke

# 2. rerun bootstrap
build/run bootstrap

# 3. test
build/run backend:test

# 4. Go!
build/run backend:devserver
build/run frontend:devserver
build/run public:devserver
build/run indexer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment