This skeleton serves as a demo for Downloads Pro Grav Premium Plugin.
Download latest Grav package. Grav 1.7
Unzip the grav-v*.zip
file.
Download and unzip the grav-skeleton-downloads-demo.zip
Skeleton package and unzip it.
Replace the default user/
folder with this skeleton's extracted folder, and rename it to user/
Launch a terminal window and navigate to the root of your Grav installation
Confirm you can run CLI commands by typing bin/gpm version
. It should output the current version of Grav you are running.
Install the license-manager
plugin with the command:
bin/gpm install license-manager
When you purchased Downloads Pro you should have received an email with a link to the license page on getgrav.org. Visit that page and download the licences.yaml
file.
On your machine copy the licenses.yaml
to the user/data
folder. This will allow you to install downloads pro
plugin.
To install the skeleton plugin and theme dependencies, run this command:
bin/grav install
Finally, you can install Downloads Pro, by running this command:
bin/gpm install downloads-pro
Your site should have everything it needs to replicate the Downloads Pro skeleton site. Please compare your local copy to the Downloads Pro Demo Site.