Skip to content

Instantly share code, notes, and snippets.

@lcharette
Last active January 18, 2018 14:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

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