I'm trying to set up a local WordPress installation using WordPress Skeleton, so that I can eventually use WP Stack.
I've created a local folder called vcip.com and the local hosts rules to resolve kdev.vcip.com to that location. I went to the WordPress Skeleton GitHub page and downloaded the zip file of the repo. I unpacked the files into my vcip.com folder.
I then installed the Git submodule for the wp folder.
I set up a local database and user, and added the details to the local-config-sample.php file, and then changed that file to local-config.php. I also added the salts in wp-config.
When I visit kdev.vcip.com I get redirected to http://kdev.vcip.com/wp-admin/install.php (local url) and get the message "This webpage has a redirect loop".
Have I missed something in the set up? Are there any more variables to configure? Do I need to remove any files from the wp folder?
Thanks in advance for your help.