Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Grav installing RC version instead of stable one

Started by Muut Archive 10 years ago · 2 replies · 382 views
10 years ago

So I went to my www directory and run:
$ git clone https://github.com/getgrav/grav.git

Then:

$ bin/grav install

And then, as I wanted to have admin plugin:

$ bin/gpm install admin

Installation went OK. But when I accessed the dashboard I see Grav v1.1.0-rc.2 - Admin v1.1.0-rc.3 - I hoped I will get stable version by running above commands.

So what will be procedure for installing stable version?

10 years ago

You would have to switch to the master branch to get stable, develop is the development (RC) branch:

BASH
$ git clone https://github.com/getgrav/grav.git
$ git checkout master
$ bin/grav install
$ bin/gpm install admin

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1350 9 years ago
Archive · by Muut Archive, 9 years ago
2 934 9 years ago
Archive · by Muut Archive, 9 years ago
2 4060 9 years ago
Archive · by Muut Archive, 9 years ago
1 2947 9 years ago
Archive · by Muut Archive, 9 years ago
3 1118 9 years ago