Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Relocate pages folder

Started by Christiana 5 years ago · 1 replies · 494 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 complanar, 6 days ago
6 140 16 hours ago
Support · by Rick Beebe, 6 days ago
2 100 2 days ago
Support · by blu3prince, 3 days ago
0 52 3 days ago
Support · by alex, 4 days ago
2 92 3 days ago
Support · by Marcel, 2 weeks ago
1 143 4 days ago