-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stephen Yeargin edited this page May 14, 2023
·
3 revisions
- Clone the repository and navigate into that folder.
-
composer install
to load PHP libraries -
npm install
to load JavaScript Libraries -
npm run-script build
to build the JavaScript libraries -
cp .env.dist .env.local
to set up configuration (edit the with database and AWS libraries) -
bin/console doctrine:database:create
to create local database -
bin/console doctrine:migrations:migrate
to create database schema -
symfony serve
to launch the built-in Symfony Web Server
-
bin/console app:import-archive-org-data
to update data from Archive.org forthepacer
collection; Run with--create-volumes
for initial import. -
bin/console app:import-contentdm-links
to update links to UT Martin's ContentDM server