pariyatti / kosa

Digital library service
GNU Affero General Public License v3.0
8 stars 3 forks source link

Build fails on a clean checkout #34

Open deobald opened 3 years ago

deobald commented 3 years ago

This appears to be a silly mistake we wouldn't have made if we had a CI box set up. The resources/storage directory doesn't exist by default. There is a second issue which is that we don't actually initialize kutis.storage... it was always initialized automatically in the dev environment but it's nil for make run.

Fix: