kuba2 Posted February 15, 2019 Posted February 15, 2019 Hi there I would like to ask how to create a dev server locally? I have a PW Website to test, because it runs with PHP 5.6. and I have to switch to PHP 7. I have the blog module installed and don't know if it will run smoothly with the php change. Is that with xampp? Last time i tried to open a website with xampp, it didn't work because of the php href ( href="<?php echo $config->urls->templates?>...). How do I get that to work? Thanks a lot Jakob
Ivan Gretsky Posted February 15, 2019 Posted February 15, 2019 Good day, @kuba2! I am building ProcessWire site locally with xampp. I have a lot of code just like yours and it works fine. There is probably something else, that you did not spot yet. Please post exact error you get and anything else you think could be useful to resolve the issue. 1
dragan Posted February 15, 2019 Posted February 15, 2019 Switching PHP versions is easier with Laragon; give it a try (though PW runs on anything I've used previously: XAMPP / WAMP etc.) 1 hour ago, kuba2 said: Last time i tried to open a website with xampp, it didn't work because of the php href ( href="<?php echo $config->urls->templates?>...). That's strange.
clsource Posted February 16, 2019 Posted February 16, 2019 Also you can use this docker file I created for easy PW dev env ? https://github.com/joyofpw/docker
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now