This is the repository for all the functionality of http://learn.getgrav.org. It is what we call a skeleton in that it's drop-in replacment for the user/
folder in Grav.
To install your own copy of the learn site, simply follow these steps:
- Download Grav from the getgrav.org site
- Extract the ZIP archive into a directory in your webroot (e.g.
~/www/grav-learn/
) - Download and extract, or Clone, the grav-learn repository as
~/www/grav-learn/user/
- Run
bin/grav install
from the root (e.g.~/www/grav-learn/
)
At this point the required plugins and vendor libraries should be installed, and your learn site should be fully functional.