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

Muut Archive Legend

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

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Feedback Installation and deployment problems · 10 years ago

    Cache folder files are created with web server user permissions, as added by Grav.

  • Feedback Installation and deployment problems · 10 years ago

    Also, when deploying, i put the good rights on the writable folders but i still have a writing permission error : ... cache/compiled/files failed on error mkdir() ... My user is in the www-data group.

  • Feedback Installation and deployment problems · 10 years ago

    Ok thanks. Assuming i commit the user/plugin dir excluding vendor dir. I deploy my project (with capistrano) to my prod env. Which command can i launch to install the vendor dependencies for all my pl

  • Feedback Installation and deployment problems · 10 years ago

    if you download the core + admin package you don't need to run composer install nor bin/grav install. You just unzip it and point your browser to the installation in your webroot as that zip package

  • Feedback Installation and deployment problems · 10 years ago

    Hi, I just want to make a feedback after installing and deploying grab on my server. I’m using Jenkins with Capistrano scripts to be able to quickly deploy on my different environments and my project

  • Save as ".grav" file... from word processor · 10 years ago

    An alternative is using Pandoc: pandoc -f docx -t markdown -o output.md input.docx --extract-media=images Which takes a .docx file and outputs it as markdown, with embedded images saved alongside in a

  • Save as ".grav" file... from word processor · 10 years ago

    The only way to do this is to save as a Text file and set the extension to .md. You would still have to use all the correct YAML syntax and markdown etc. You can't just write stuff up and 'save as G

  • Save as ".grav" file... from word processor · 10 years ago

    Is it possible to integrate grav into MS Office, for example? Just "save as" .grav format (which is a zip containing contents of a chapter), that can be unzip in any grav installation. Depending upon

  • Twig does not output data · 10 years ago

    Thanks, now everything works just fine!!

  • Twig does not output data · 10 years ago

    how can i open the debug bar ?