Build a GUI to manage content and then require command prompt to install it?

Tried in iis and wamp to install this locally. Checking all the requirements i think i have this right but unzipping the grav-admin folder into the root of either web server does nothing. tried installing through command prompt but this is ridiculously complex. where are ACTUAL instructions of how to install locally on windows. I don’t want 100 options . I want actual steps that will make this work. GRAV LOOKS great, but until i can actually install it i don’t know that.

Hi, what does it mean “unzipping the grav-admin folder into the root of either web server does nothing”? What did you try, what is the error? There was a blank page?

If you install the Grav + Admin package it will all be there in one zip. Just unzip it and go…

https://github.com/getgrav/grav/releases/download/1.0.9/grav-admin-v1.0.9.zip

To manually install the admin plugin, you would need to extract the admin zip into user/plugins/admin not the root of grav.

You would have to do the same for forms, login and email plugins as those are required too.

Yep i did the gav + admin. unzipped in the root folder. So what sould i do to check its running? I go to “localhost/grav-admin/index.php” 0r "localhost/grav-admin"
i get an error
-Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.14 -
I tried the same with the standard grav download unzip to root and both “localhost/grav/index.php” and “localhost/grav” get me the same error as above

Try these tips: learn.getgrav.org/troubleshooting/page-not-found

LOL thats a 404 ERROR

The link misses http://.

http://learn.getgrav.org/troubleshooting/page-not-found

Thanks. Will try this