Mirror of Grav cms.
Go to file
2014-08-15 22:05:22 -06:00
bin Added new Backup CLI command 2014-08-12 17:48:54 -07:00
cache Created a .dependencies and some other install cleanup 2014-08-06 19:58:51 -06:00
images Created a .dependencies and some other install cleanup 2014-08-06 19:58:51 -06:00
logs Created a .dependencies and some other install cleanup 2014-08-06 19:58:51 -06:00
system initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
user initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
vendor initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
.dependencies moved .dependencies back to root, and added support for root or user destinations 2014-08-07 11:04:33 -06:00
.editorconfig Added missing configs, gitignore and data folder 2014-08-02 13:29:05 -07:00
.gitignore initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
.htaccess Added missing configs, gitignore and data folder 2014-08-02 13:29:05 -07:00
composer.json initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
index.php initial commit of new asset pipeline work + user agent handling 2014-08-15 22:05:22 -06:00
LICENSE Initial commit 2014-08-02 11:29:10 -07:00
nginx.conf Added web config files for IIS (web.config) & Nginx (nginx.conf) 2014-08-07 14:40:01 -06:00
README.md Added a quickstart section 2014-08-12 16:52:47 -06:00
VERSION Bumped version 2014-08-06 16:23:18 -07:00
web.config Added web config files for IIS (web.config) & Nginx (nginx.conf) 2014-08-07 14:40:01 -06:00

Grav

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. It follows similar principals to other flat-file CMS platforms, but has a different design philosophy than most.

The underlying architecture of Grav has been designed to use well-established and best-in-class technologies, where applicable, to ensure that Grav is simple to use and easy to extend. Some of these key technologies include:

QuickStart

You have two options to get Grav:

Downloading a Grav Package

You can download a ready-built package from the Downloads page on http://getgrav.org

From GitHub

  1. Clone the Grav repository from https://github.com/getgrav/grav 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 https://github.com/getgrav/grav.git
    
  2. Install the plugin and theme dependencies by using the Grav CLI application bin/grav:

    $ cd ~/webroot/grav
    $ bin/grav install
    

Check out the install procedures for more information.

Getting Started

Exploring more

License

See LICENSE