This repository contains the code base for a Laravel based front end for the production version of the Fitzwilliam Museum collection application.
This is very much a minimum viable product and to run and install your environment would need to be whitelisted for our solr, axiell, directus, shopify and elastic api instances.
This system is built with the latest versions of Bootstrap and Laravel and uses webpack/npm.
PHP 8.1 Node 18.17.0
- Install php on your development environment
- Install composer
- Install Node and NPM
- Then run:
$ git clone https://github.com/FitzwilliamMuseum/fitz-collection-online
$ cd fitz-collection-online
$ composer install
$ npm install
$ npm run production
$ cp .env.example .env
You should now have all the source code installed, and you will then need to edit the .env file to hold all the values required. If you work for the Fitz, you will need to grab this from our Bitwarden vault.
Once you are set up, to run locally:
$ php artisan serve
This project's code is licensed under GPL V3
Daniel Pett @portableant
Pett, D. The Fitzwilliam Museum Collections and API Website Framework [Computer software]. https://github.com/FitzwilliamMuseum/fitz-collection-online
@software{Pett_The_Fitzwilliam_Museum, author = {Pett, Daniel}, license = {AGPL-3.0}, title = {{The Fitzwilliam Museum Collections and API Website Framework}}, url = {https://github.com/FitzwilliamMuseum/fitz-collection-online} }