Website for yunity.org, based on the Grav CMS.
- PHP 5.5.9 or higher. Check the required modules list
- Composer
git clone https://github.com/yunity/yunity.org
cd yunity.org
composer install
php -S localhost:8000 system/router.php
Now open http://localhost:8000 in your browser.
Check out the install procedures for more information.
You can download plugins or themes manually from the appropriate tab on the Downloads page on https://getgrav.org, but the preferred solution is to use the Grav Package Manager or GPM
:
$ bin/gpm index
This will display all the available plugins and then you can install one or more with:
$ bin/gpm install <plugin/theme>
To update Grav you should use the Grav Package Manager or GPM
:
$ bin/gpm selfupgrade
To update plugins and themes:
$ bin/gpm update
- What is Grav?
- Install Grav in few seconds
- Understand the Configuration
- Have a look at our Basic Tutorial
- Dive into more advanced functions