Hi,
I'm trying to set up a site in ./user/site/2ndSite following the instruction here https://learn.getgrav.org/advanced/multisite-setup
But it's not working out for me. I'm guessing the procedure is something like this. But.. is it?
- create setup.php with sub_dir content in grav root dir
- create directory mkdir -p ./user/site/2ndSite/themes
- copy the contents of learn2-git-sync theme zip file into the themes file
- copy ./user/themes/animatter to ./user/site/2ndSite/themes
- create directories pages, accounts, data, config in ./user/site/2ndSite/
- cp -a ./user/plugins ./user/site/2ndSite/
I've tried all sort of combinations of files and directories, but no success. 😦
Can someone please explain the way to do it?
Thanks!