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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Admin is missing · 9 years ago

    I have downloaded and installed grav with admin. I put it into grav directory of my web documents root. For some reason when I go to /grav/ it serves a redirect to /grav/admin Admin directory is righ

  • Setup without ssh · 9 years ago

    Hi! I have just started with web page setup, so bear with me.I have tested my Grav site on localhost, everything works as expected. Now I am on next stage - trying out some hosting sites, starting wit

  • AWS Lightsail/LEMP installation · 9 years ago

    No admin prompt. I don't believe I have Grav installed in the correct location. Permission set for 755 /opt/bitnami/nginx/htmland 775 from /grav/user/plugins

  • AWS Lightsail/LEMP installation · 9 years ago

    If you have the admin installed correctly you should get prompted to create an admin user when you hit the site. Are you getting that? If not then you might not have your rewrites setup correctly.

  • AWS Lightsail/LEMP installation · 9 years ago

    I have the admin already installed at /opt/bitnami/nginx/html/grav/user/plugins.

  • AWS Lightsail/LEMP installation · 9 years ago

    The admin should be installed under the user/plugins folder as it as a Grav plugin like any other. The simplest way is to install it via GPM: bin/gpm install admin

  • AWS Lightsail/LEMP installation · 9 years ago

    Tried this: /opt/bitnami/nginx/html$ grav/bin/grav install and received the following: ERROR Missing .dependencies file in user/ folder ERROR invalid YAML in .dependencies Not sure how to proceed

  • AWS Lightsail/LEMP installation · 9 years ago

    Trying to get Grav running in a LEMP stack (Bitnami) on AWS Lightsail. It's not clear to me where to put grav-admin folder. Currently, I have it (per the Bitnami instructions): /opt/bitnami/nginx/htdo

  • Problem with rewrite or routing · 9 years ago

    Thank you, it was the problem ! I had already checked it but I used the wrong syntax... Here how I did for the next people : in /etc/apache2/sites-available/monbloggrav.conf I added "<Directory "/v

  • Problem with rewrite or routing · 9 years ago

    Did you try this: If AllowOverride is set to None or anything other than All, you will need to change it to All and save. This change will require a reset of your Apache server to register. From: L