Skip to content

Instantly share code, notes, and snippets.

@yaza-putu
Last active July 14, 2020 06:38
Show Gist options
  • Save yaza-putu/d2b800f6dd7a0a8ccd1f6417a6f23e55 to your computer and use it in GitHub Desktop.
Save yaza-putu/d2b800f6dd7a0a8ccd1f6417a6f23e55 to your computer and use it in GitHub Desktop.
Grav is a Fast, Simple, and Flexible file-based Web-platform. There is Zero installation required. Just extract the ZIP archive, and you are already up and running. Although Grav follows principles similar to other flat-file CMS platforms, it has a different design philosophy than most. The name Grav is just a shortened version of the word Gravi…

grav V1.6

How to install Grav

Clone the Grav repository from GitHub to a folder in the webroot of your server, e.g. ~/webroot/grav. Launch a terminal or console and navigate to the webroot folder:

cd ~/webroot
git clone -b master https://github.com/getgrav/grav.git

Install vendor dependencies via composer:

cd ~/webroot/grav
composer install --no-dev -o

Copy Install the plugin and theme dependencies by using the Grav CLI application bin/grav:

cd ~/webroot/grav
bin/grav install

This will automatically clone the required dependencies from GitHub directly into this Grav installation.

How to install admin panel grav

cd ~/webroot/grav

cek update version grav

bin/gpm selfupgrade -f

install admin panel

bin/gpm install admin

More Detail

docs grav https://learn.getgrav.org/16/basics/installation
docs grav admin https://github.com/getgrav/grav-plugin-admin

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