Skip to content

Commit

Permalink
note that files dir must be the default #7256
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Oct 29, 2020
1 parent 5b5e946 commit ecde956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ A script called :download:`dev-rebuild.sh <../../../../scripts/dev/dev-rebuild.s

- Drops the database.
- Clears our Solr.
- Deletes all data files uploaded by users.
- Deletes all data files uploaded by users (assuming you are using the default directory).
- Deploys the war file located in the ``target`` directory.
- Runs ``setup-all.sh`` in insecure mode so tests will pass.
- Runs post-install SQL statements.
Expand Down
1 change: 1 addition & 0 deletions scripts/dev/dev-rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ echo "Deleting \"generated\" directory..."
rm -rf $PAYARA_DIR/glassfish/domains/domain1/generated

echo "Deleting ALL DATA FILES uploaded to Dataverse..."
# TODO: Make this configurable.
rm -rf $PAYARA_DIR/glassfish/domains/domain1/files

echo "Terminating database settings so we can drop the database..."
Expand Down

0 comments on commit ecde956

Please sign in to comment.