Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

YaleArchivesSpace/YAML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAML

ARCHIVED REPO, NO LONGER IN USE

Local yale YAML files for ASpace config.

Update frontend or plugins locales then generate the plugin:

./pluginify.sh

Testing

To verify the YAML syntax install yaml:

# be sure this is what you want:
sudo wget -O /usr/local/bin/yaml https://github.com/mikefarah/yaml/releases/download/1.11/yaml_linux_amd64
sudo chmod a+x /usr/local/bin/yaml
/usr/bin/find . -name *.yml -type f -exec /usr/local/bin/yaml r {} \;

# alternative, relative binary:
wget -O yaml https://github.com/mikefarah/yaml/releases/download/1.11/yaml_linux_amd64
chmod u+x yaml

/usr/bin/find . -name *.yml -type f -exec ./yaml r {} \;

About

Local yale YAML files for ASpace config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages