https://github.com/fitzwilliammuseum/fitz-collection-online
A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer
https://github.com/fitzwilliammuseum/fitz-collection-online
adlib axiell cambridge-university ciim laravel laravel-framework museums
Last synced: about 1 month ago
JSON representation
A repository to hold the code for the front end/API of the Fitzwilliam Museum's Collections Explorer
- Host: GitHub
- URL: https://github.com/fitzwilliammuseum/fitz-collection-online
- Owner: FitzwilliamMuseum
- License: gpl-3.0
- Created: 2020-07-03T14:18:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T09:55:52.000Z (9 months ago)
- Last Synced: 2024-08-24T10:55:50.091Z (9 months ago)
- Topics: adlib, axiell, cambridge-university, ciim, laravel, laravel-framework, museums
- Language: PHP
- Homepage: https://data.fitzmuseum.cam.ac.uk
- Size: 9.15 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Fitzwilliam Museum Collection front end
[](https://zenodo.org/badge/latestdoi/276916733)
[](http://orcid.org/0000-0002-0246-2335)
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}
}