CMU-CREATE-Lab / preK-emotions-app

Other
1 stars 2 forks source link

Use Box for storage of media files that are not committed to the repository #63

Closed tasota closed 5 years ago

tasota commented 5 years ago

Right now the android/app/src/main/assets/etc/ directory is where most of our assets are stored. This is not committed to the git repository in order to avoid large repository file sizes as well as not sharing sensitive information. Ideally these files could live in Box so everyone who needs access to the files can get access to them.

I can upload a directory on Box for this but wanted to just check in with @ehamner and @lczito to make sure I am doing this correctly.

tasota commented 5 years ago

Discussed with Lauren and I need to change the image file names and encrypt the JSON file.

7zip for linux/mac: https://superuser.com/questions/548349/how-can-i-install-7zip-so-i-can-run-it-from-terminal-on-os-x

I will also move the directory with the DB files so that all the other files are separate.

tasota commented 5 years ago

Alright, I just created a directory with all these files on Box.