wvulibraries / mfcs

Archival and Preservation Digital Asset Management System.
Other
8 stars 4 forks source link

Duplicates page needs styling #165

Open MichaelRBond opened 8 years ago

MichaelRBond commented 8 years ago

http://localhost:8080/dashboard/duplicates/

To simulate duplicate files enter these into the database:

insert into `filesChecks` (`objectID`,`checksum`) VALUES('1','65102076791b65a4c561da2fa42b82ab');
insert into `filesChecks` (`objectID`,`checksum`) VALUES('2','65102076791b65a4c561da2fa42b82ab');
insert into `filesChecks` (`objectID`,`checksum`) VALUES('3','65102076791b65a4c561da2fa42b82ab');

insert into `filesChecks` (`objectID`,`checksum`) VALUES('4','65102076791b65a4c561da2fa42b82aa');
insert into `filesChecks` (`objectID`,`checksum`) VALUES('5','65102076791b65a4c561da2fa42b82aa');
insert into `filesChecks` (`objectID`,`checksum`) VALUES('6','65102076791b65a4c561da2fa42b82aa');

To enter them in the database, ssh into the vagrant box, then type:

mysql -u username -p mfcs

enter password for the password then copy and past each of those 6 lines into and run them one at a time.

that will give 6 entries (across 2 checksum duplicates).