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

Relocate pages folder

Started by Christiana 5 years ago · 1 replies · 423 views
5 years ago

Hi to everyone!

Is it possible to put the pages folder outside of the grav root directory? And then work with a symlink for example or relocate the global pages path from grav?

I would be very happy about ideas, hints or advices!

Greetings, Christiana

5 years ago

@christiana83, I'm using Windows Subsystem for Linux (WSL) with Ubuntu. I have about 15 symlinked installations linking to a single Grav installation. Only /cache, /images, /logs/ and */user are not being symlinked.

All is working fine.

Try:

BASH
$ mv user/pages /tmp
$ ln -s /tmp/pages user/pages
$ bin/grav cache

Browser should display the site correctly.

See also command $ bin/grav sandbox -s ../destination about symlinked installations.

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 18 hours ago
1 56 12 hours ago
Support · by gtx, 1 week ago
4 229 2 days ago
Support · by Paul Hodges, 2 weeks ago
13 277 5 days ago
Support · by Anna, 3 weeks ago
9 335 1 week ago
Support · by TomW, 2 weeks ago
4 189 2 weeks ago