4: Add batch data to the repository Work in Progress!
Role Contributor
- The user(s) responsible for curating the actual batch data should follow this guide with some guidance from an NYU DSS admin as needed.
- They will need write privileges to commit changes to the batch repo.
Steps
-
Clone the batch repository created in tutorial 0: Set up the batch repository
git clone git@github.com:middlicomp/aperitiiif-batch-CHANGEME.git
-
In your cloned copy, open the
src
folder and delete thedata
folder andrecords.csv
file. -
Copy the new
data
folder andrecords.csv
you created in tutorials 2 and 3 into the repository’ssrc
directory.If you have a local Ruby development environment set up, you can test the batch locally at this point before committing the changes. For instructions, see Using the aperitiiif cli.
-
Add, commit, and push the changes to GitHub
git add . git commit -m 'init batch data' git push