Skip to content
John Bannister edited this page Aug 28, 2021 · 1 revision

Welcome to the Ex Libris wiki!

Setting up dependencies

We're in the process of building out better guides for setting up dependencies which are not managed by bundler and yarn. Please feel free to submit issues for any problems you experience, or any setup advice you can contribute if you do not have edit access for the wiki.

Postgres

Ex Libris uses structure.sql to dump the databases schema after running migrations, rather than Rails' default schema.rb. As a result the application is specifically tied to Postgres 13.

Clone this wiki locally