--- title: 'Download grav todo' private: true date: '10:13 13-04-2018' blog_url: /blog show_sidebar: true show_breadcrumbs: true show_pagination: true continue_link: true creator: erreur32 sitemap: ignore: true ---
The Grav Base package contains the core functionality plus a single page to get you started. For more full-featured setups, check out our various skeleton packages.
Current Version: 1.4.3 updated 21 hours ago
http://yoursite.com
If you downloaded the package with the Admin plugin, you will need to create a new user before pointing your browser to http://yoursite.com/admin
If you have not already installed the admin plugin, you can do so easily with GPM:
$ bin/gpm install admin
This will automatically install the admin plugin plus its dependency plugins (login, email, form)
After this simply point your browser to your Grav installation and you will be prompted to create a new admin user.
Please update Grav first!, and then the other plugins...
If your using the admin plugin, you can simply Update Grav itself from the notice. You can click the Update button to update plugins and themes. If you don't see any updates, you can clear the GPM cache by click the Check for Updates button in the top-right.
Updating is now a simple affair. Simply navigate to the root of the Grav install in your terminal and type:
$ bin/gpm selfupgrade -f
This will upgrade the Grav core to the latest version. Additionally, you should update all your plugins and themes to the latest version (including the admin plugin if you have that installed).
You can do this using the command below:
$ bin/gpm update -f