Foodsaving Today is a blog about foodsaving. This is the grav site for it, based on the multilang skeleton site.
- PHP 5.5.9 or higher. Check the required modules list
- Check the Apache or IIS requirements
First install the dev dependencies by running composer update
from the root, then:
$ php -S 127.0.0.1:8000 system/router.php
And the site will be running at localhost:8000.
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
We appreciate any contribution to Foodsaving Today, whether it is related to bugs, grammar, or simply a suggestion or improvement. Blog posts are especially welcome though. Please tell us how foodsaving is working in your community!
You can contribute by:
- github pull request
- joining yunity slack #foodsaving-worldwide channel
See LICENSE