This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Ref Link | |
| ====================== | |
| youtube video | |
| https://www.youtube.com/watch?v=YMMFfAad3y8 | |
| https://www.youtube.com/watch?v=1p985k-sGoc | |
| Enable IIS windows | |
| https://help.claris.com/en/server-installation-configuration-guide/content/enabling-iis-windows.html | |
| Add CGI module | |
| https://www.ibm.com/docs/en/cognos-analytics/11.1.0?topic=services-configuring-cgi-gateway-iis-version-7-later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hello Everyone! | |
| I will teach you that "How to Install XAMPP on windows (7/8/8.1/10) and | |
| make it completely secured". Also "How to install SSL Certificates on multiple virtual hosts (vhosts) Free". | |
| And also in this video you will find a lots of XAMPP Errors solutions. Follow the steps given below: | |
| 1). Download and Install XAMPP. (Latest Version) | |
| Search Xampp and Run as administrator. | |
| Click on Service tab -> Apache and Mysql -> it will install both service. | |
| Then you can start APache and Mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| REACT_FOLDER_PATH="/var/www/html/cn_front_code" | |
| PULL_ORIGIN_URL="REPO URL" | |
| PROJECT_PUBLIC_URL="https://neuramonks.com" | |
| PROJECT_BUILD_LIVE_FOLDER_NAME="cn_front_live" | |
| PROJECT_BUILD_LIVE_FOLDER_PATH="/var/www/html/cn_front_live" | |
| SERVER_BASE_PATH="/var/www/html" | |
| echo "Folder path -> " . $REACT_FOLDER_PATH. "\n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| REACT_FOLDER_PATH="/var/www/html/cn_front_code" | |
| PULL_ORIGIN_URL="REPO URL" | |
| PROJECT_PUBLIC_URL="https://neuramonks.com" | |
| PROJECT_BUILD_LIVE_FOLDER_NAME="cn_front_live" | |
| PROJECT_BUILD_LIVE_FOLDER_PATH="/var/www/html/cn_front_live" | |
| SERVER_BASE_PATH="/var/www/html" | |
| echo "Folder path -> " . $REACT_FOLDER_PATH. "\n"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| public $timestamps = false; // if dont want to timetamps | |
| protected $table = 'temp_interviewees'; | |
| protected $fillable = ['greetings','']; | |
| protected $hidden = [ ]; | |
| Bootstrap - buttons typs - https://getbootstrap.com/docs/4.0/components/buttons/ | |
| --------------------------- Commit transaction --------------------------------- | |
| try{ |
NewerOlder