Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Releases: paperwork/paperwork

Paperwork v1: Pre-built snapshot of 3751d936

08 Jul 15:57
Compare
Choose a tag to compare
git archive develop > /tmp/paperwork.zip
mkdir /tmp/paperwork && mv /tmp/paperwork.zip  /tmp/paperwork/ && cd /tmp/paperwork/
unzip paperwork.zip && cd frontend/
composer install && npm install && npm run bower && npm run build

Paperwork v1: Prebuilt snapshot of 9f0655b

16 Feb 12:31
Compare
Choose a tag to compare

This is pre-built snapshot as requested in #245

This is git archive + composer install && npm install && gulp