You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
Janette Day edited this page May 21, 2020
·
14 revisions
command ##############################
options
description
dktl make
--prefer-source
If you are working directly on the DKAN project or one of its libraries and want to be able to commit changes and submit pull requests. This option will be passed directly to Composer; see the Composer CLI documentation for more details.
--frontend
To download the React frontend application to src/frontend, grab its dependencies, and symlink the files to docroot/data-catalog-frontend. The master branch will be downloaded unless you specify a branch from data-catalog-frontend like this --frontend=<branch-name>.
--tag=<tag>
To build a site using a specific DKAN tag rather than from master.
--branch=<branch>
Similarly, you can build a specific branch of DKAN by using this option.