Skip to content

Instantly share code, notes, and snippets.

@lcharette
Last active January 18, 2018 14:35
Show Gist options
  • Save lcharette/dbb85a9375ffd2097f722057e26f5b5a to your computer and use it in GitHub Desktop.
Save lcharette/dbb85a9375ffd2097f722057e26f5b5a to your computer and use it in GitHub Desktop.

Git clone Grav

git clone https://github.com/getgrav/grav.git UF_Learn

Git clone Learn into /user

cd UF_Learn
rm -r user
git clone https://github.com/userfrosting/learn.git user

Install grav

bin/grav install

Install plugins and theme

bin/gpm install -y error problems breadcrumbs anchors highlight simplesearch learn2

When in doubt, clear cache:

bin/grav clear-cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment