Migrating Using Innovation Site

You can upload items so they are hosted on library.tamu.edu/innovation when you try to bring them into Archipelago via AMI set.

Uploading files from your computer

In the terminal go to

ssh netid@access.library.tamu.edu

Then go to the destination for your files.

/mnt/web_php_pre/innovation/your_folder

On another terminal, go to the folder with the files you want to move. Once you are in that directory, move the jpgs and JPGs first.

scp *.JPG netid@access.library.tamu.edu:/mnt/web_php_pre/innovation/your_folder

scp *.jpg netid@access.library.tamu.edu:/mnt/web_php_pre/innovation/your_folder

If you have tiffs, convert them to jp2s. Then move them to the innovation folder.

scp *.jp2 netid@access.library.tamu.edu:/mnt/web_php_pre/innovation/your_folder

Uploading Bookreader files

In the terminal go to

ssh netid@access.library.tamu.edu

Then go to the destination for your files.

/mnt/web_php_pre/innovation/your_folder

On another terminal, go to the folder with yearbook files.

ssh netid@access.library.tamu.edu

/mnt/aggie_yearbooks

Select a yearbook and go to that directory.

cd yb19XX

Copy the jp2 zip file to your innovation folder.

cp yb19XX_jp2.zip /mnt/web_php_pre/innovation/your_folder

Back in the first terminal (the innovation folder):

unzip yb19XX_jp2.zip

cd yb19XX_jp2

find . -type f

This will print all the files in the directory. To get them in an Archipelago-friendly format, copy this list to a text editor and reformat it so the files are structured like this https://innovation.library.tamu.edu/your_folder/yb19XX/yb19XX_jp2/yb19XX_0001.jp2 and separated by semicolons.