Please could anybody direct me on how to setup civiCRM on my windows OS and also code with it. I am totally new to this type of platform and with no clue on how to go about anything, however, I have a strong knowledge of PHP and php based frameworks like laravel and lumen. I believe if directed on what to do I should be able to standard on my own. I have tried google but nothing significant.
Thanks.
First you need to install Drupal on your local windows machine with Xampp, it's quite straight forward:
https://www.apachefriends.org/download.html
When all set up follow these steps, if you encounter any errors, let me know, I've been through them already!
Fetch file from here: https://civicrm.org/download version 5.XXXX is fine
download file and extract it
Paste the extracted files in the modules folder, and make sure the module folder name is civicrm, small caps
Navigate to :
http://localhost/crm/sites/all/modules/civicrm/install/index.php
C:\Core\XAMPP_2018\htdocs\crm3\sites\all\modules\civicrm\install
/* if ((!function_exists(‘user_access’)) || (!user_access(‘administer site
configuration’))) {
$errorTitle = ts(“You don’t have permission to access this page”);
$errorMsg = ts(“The installer can only be run by a user with the permission to
administer site configuration.”);
errorDisplayPage($errorTitle, $errorMsg);
exit();
}
*/