flurinduerst / WPDistillery

WordPress Setup runner for Scotch Box
Other
267 stars 63 forks source link

project not displaying correctly #69

Closed donaldCull closed 6 years ago

donaldCull commented 6 years ago

Hi,

After running Vagrant up inside of my project I receive default: Warning: Failed to create directory '/root/.wp-cli/cache/': mkdir(): Permission denied. about 11 times and also receive default: Warning: Regenerating a .htaccess file requires special configuration. See usage docs. The rest of the installation continues as normal but when I open http://192.168.33.10/ it looks like this screen shot 2018-03-04 at 6 42 26 pm screen shot 2018-03-04 at 6 49 24 pm

I am unable to get to the admin login from here as well.

Thanks Don

donaldCull commented 6 years ago

I have seen that there is another issue related to this mkdir() permission denied but from what I have seen of that thread everything was still working fine.

flurinduerst commented 6 years ago

Hi donaldCull

You're correct. The mkdir error is ugly, and will be fixed asap - but doesn't break anything. See https://github.com/flurinduerst/WPDistillery/issues/57

What you see posted in your sceenshots is a completed WPDistillery-run. Everything worked out fine, but you didn't follow the instructions on the installed Theme which is WPSeed by default. You have to run npm and gulp with WPSeed. Please check the docs at https://github.com/flurinduerst/WPSeed

Obivously you're free to use any theme you want with WPDistillery, it doesn't have to be WPSeed, it's just the default :)

Not sure about:

I am unable to get to the admin login from here as well.

What exactly do you get at wpdistillery.vm/wp-admin?

donaldCull commented 6 years ago

Hi,

Sorry I didn’t realise there were extra steps for theme setup I will follow them. Perhaps in the setup steps there could be a link to the WP-seed setup. Before I was unable to reach the login screen but I realised that I was using http://wpdistillery.vm/admin and not wpdistillery.vm/wp-admin my apologies. Thanks for all your help.

Thanks Don.

On 4 Mar 2018, at 8:40 PM, Flurin Dürst notifications@github.com<mailto:notifications@github.com> wrote:

wpdistillery.vm/wp-admin

flurinduerst commented 6 years ago

No worries. There actually is a Link to the WPSeed Docs: https://github.com/flurinduerst/WPDistillery#what-is-wpdistillery :)