FitzwilliamMuseum / fitz-collection-online

A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer

Home Page:https://data.fitzmuseum.cam.ac.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fitzwilliam Museum Collection front end

DOI
ORCiD

Social card for this repo

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.

Requirements

PHP 8.1 Node 18.17.0

Installation

  1. Install php on your development environment
  2. Install composer
  3. Install Node and NPM
  4. 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

License

This project's code is licensed under GPL V3

Contributors

Daniel Pett @portableant

Cite this repository

APA style

Pett, D. The Fitzwilliam Museum Collections and API Website Framework [Computer software]. https://github.com/FitzwilliamMuseum/fitz-collection-online

Bibtex style

@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} }

About

A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer

https://data.fitzmuseum.cam.ac.uk

License:GNU General Public License v3.0


Languages

Language:PHP 73.7%Language:Blade 26.1%Language:HTML 0.2%