Mirror of Grav cms.
Go to file
2014-10-17 23:16:24 -07:00
assets Added empty assets folder 2014-08-17 15:55:56 -06:00
bin Updated distributed composer.phar to 73e9db5d9952d52a46ecbc20a269a8c5f9c5b011 2014-10-09 17:03:48 -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 Monolog added and logging exceptions 2014-10-17 23:16:24 -07:00
user updated metadata to be new format 2014-09-15 14:15:29 -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 Forcing 2 space indentation on all yaml files 2014-09-25 15:34:29 -07:00
.gitignore Why does this keep getting reverted on my merges! 2014-09-06 15:31:45 -07:00
.htaccess typo in .htaccess 2014-10-14 17:27:14 -06:00
CHANGELOG.md Updated change log to reference updates today 2014-10-09 18:07:31 -06:00
composer.json Monolog added and logging exceptions 2014-10-17 23:16:24 -07:00
index.php Move Whoops code into its proper place and implement ajax support for json files 2014-10-15 11:56:09 +03: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 Rereleasing 0.9.3 2014-10-10 15:13:19 -07:00
web.config Fix: error 500 2014-08-14 20:49:29 +02: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. Grav comes with a powerful Package Management System to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself.

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.

Contributing

We appreciate any contribution to Grav, whether it is related to bugs, grammar, or simply a suggestion or improvement. However, we ask that any contribution follow our simple guidelines in order to be properly received.

All our projects follow the GitFlow branching model, from development to release. If you are not familiar with it, there are several guides and tutorials to make you understand what it is about.

You will probably want to get started by installing this very good collection of git extensions.

What you mainly want to know is that:

  • All the main activity happens in the develop branch. Any pull request should be addressed only to that branch. We will not consider pull requests made to the master.
  • It's very well appreciated, and highly suggested, to start a new feature whenever you want to make changes or add functionalities. It will make it much easier for us to just checkout your feature branch and test it, before merging it into develop

Getting Started

Exploring more

License

See LICENSE