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

  • How to use a skeleton? · 11 years ago

    Yah bob the skeleton is simply the user/ part of a site. Contains all the content, plugins, theme, etc. The packages build this into a Grav install. You can do it via git, but it's a bit more work.

  • How to use a skeleton? · 11 years ago

    There is no index.php: https://github.com/getgrav/grav-skeleton-striped-site

  • How to use a skeleton? · 11 years ago

    I wonder why there's no index.php? When I download (not git clone) a skeleton, it has one. You should have to add anything to a skeleton to get the basic functionality.

  • How to use a skeleton? · 11 years ago

    Ok, I see your problem, please don't clone the skeleton package. Those get built by our builder. They won't work out of the box without some other steps. Simply download the release version: https://

  • How to use a skeleton? · 11 years ago

    Most likely because there is no index.php, so the site is correct, it's something you add to a base grav site. I was planning on switching a couple of running simple Drupal 7 sites over.

  • How to use a skeleton? · 11 years ago

    Better. Now we need to turn it over to @rhukster, a better sys admin than me. He'll know the typical Grav file permission needs.

  • How to use a skeleton? · 11 years ago

    Please update the docs to state that "Its the bare bones of a complete working Grav site.". The site makes it sound like you install a skeleton into a base grav site.

  • How to use a skeleton? · 11 years ago

    git clone https://github.com/getgrav/grav-skeleton-striped-site.git /var/www/html/www.example.com chown -R www-data:www-data /var/www/html/www.example.com I get a 403 Forbidden.

  • How to use a skeleton? · 11 years ago

    One step at a time. Don't worry, yet, about a git repo, just get Grav running. The easiest approach, for me, is to unzip the skeleton.zip somewhere not your webroot. Just somewhere. Then copy the cont

  • How to use a skeleton? · 11 years ago

    Jesus. Ok, So I extract it to /var/www/html/www.example.com but the CSS does not render. Is there a "drush cc all" or "compass compile" type command I need to run to generate the CSS?