Difference between revisions of "Kentico"
From Hostek.com Wiki
(Created page with "===How to apply hotfixes in a Shared Hosting enviroment=== Download the [http://devnet.kentico.com/Bugtracker/Hotfixes.aspx hotfix package from Kentico]. It is a self-extract...") |
|||
Line 1: | Line 1: | ||
− | == | + | ==FAQ== |
− | Download the [http://devnet.kentico.com/Bugtracker/Hotfixes.aspx | + | ===Do you Support Kentico?=== |
+ | *Yes, our Windows Shared and VPS Hosting Plans support Kentico. | ||
+ | |||
+ | ===Where are your Kentico Hosting Plans?=== | ||
+ | *All '''Windows''' Hosting Plans support Kentico, here are our current [https://hostek.com/hosting/windows/vps/windows-vps-hosting.html?type=shared Windows Hosting Plans]. | ||
+ | |||
+ | ===How do I Install Kentico?=== | ||
+ | *Please see the below wiki titled [https://wiki.hostek.com/index.php?title=Kentico&action=submit#How_to_Deploy_Kentico How to Deploy Kentico] | ||
+ | |||
+ | ==How to Deploy Kentico== | ||
+ | #Here is how to '''Setup''' Kentico on your local machine: [https://docs.kentico.com/display/K9/Installation Kentico Setup Documentation] | ||
+ | #Here is how to '''Install''' the base Kentico Files on a website: [https://docs.kentico.com/display/K9/Deploying+Kentico+to+a+live+server#DeployingKenticotoaliveserver-InstallingKenticoonaremoteserver Kentico Install Documentation] | ||
+ | #Here is how to '''Deploy''' a Kentico website: [https://docs.kentico.com/display/K9/Deploying+Kentico+to+a+live+server#DeployingKenticotoaliveserver-Deployingawebsitetoaliveserver Kentico Deploy Documentation] | ||
+ | #You will need to choose the Free or Paid License from Kentico here: [http://www.kentico.com/download-demo/free-cms-for-asp-net Kentico Plan Page] | ||
+ | #Since Kentico requires a MSSQL Database, here is our wiki on how to add one from your WCP: [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#MSSQL MSSQL Database Management] | ||
+ | |||
+ | ==How to Apply Kentico Hotfixes== | ||
+ | *This wiki shows you how to apply hotfixes to your Kentico installation on a Shared Hosting Plan. Where you don't have admin access. | ||
+ | |||
+ | #Download the [http://devnet.kentico.com/Bugtracker/Hotfixes.aspx Hotfix Package from Kentico]. It is a self-extracting package. | ||
#Extract it and open the instructions. | #Extract it and open the instructions. | ||
− | #Follow the instructions | + | #Follow the section in the instructions labelled “Creating File Structure for Deployment” in order to create the necessary files for your project. |
#Backup your project folder and database. | #Backup your project folder and database. | ||
− | #Submit a request to support@hostek.com to STOP your | + | #Submit a request to support@hostek.com to STOP your site's Application Pool in IIS. |
#After receiving confirmation from our support team that your site is stopped, copy the new files into your project folder. | #After receiving confirmation from our support team that your site is stopped, copy the new files into your project folder. | ||
− | #Submit a request to support@hostek.com to START your | + | #Submit a request to support@hostek.com to START your site's Application Pool in IIS. |
− | #Apply the SQL | + | #Apply the SQL Script from the <hotfix folder>/SQL on your database. |
− | #*This can be done | + | #*This can be done through your [https://wcp.hostek.com WCP's] MSSQL Tools button by picking the '''MyLittleAdmin''' option there '''OR''' by using SQL Server Management Studio. |
#In this way you can see which files the hotfix re-writes and you can see the exact error messages. | #In this way you can see which files the hotfix re-writes and you can see the exact error messages. | ||
+ | *Instructions for this wiki were taken from the Kentico Dev FAQ [http://devnet.kentico.com/FAQs/General/Can-I-apply-the-hotfix-manually-instead-of-using-K.aspx Can I apply the hotfix manually instead of using Kentico Installation Manager?]. | ||
+ | |||
+ | ==Common Problems== | ||
− | + | ===Troubleshooting Slowness=== | |
+ | #Kentico tends to be extremely slow on the initial load of the page, and then slow going from page to page, so here is a great post on how to resolve this issue: | ||
+ | #*http://dev.kentico.com/Forums/f36/fp7/t11972/Poor-performance.aspx | ||
+ | #Here are some additional tips on how to optimize Kentico's performance: | ||
+ | #*http://devnet.kentico.com/docs/devguide/performance_overview.htm | ||
+ | #*http://devnet.kentico.com/Blogs/Martin-Hejtmanek/January-2010/Optimization-tip--Write-better-code,-disable-Outpu.aspx | ||
+ | #*http://devnet.kentico.com/Blogs/Martin-Hejtmanek/December-2009/Optimization-tip--Speed-up-your-images-and-files.aspx | ||
+ | #*http://devnet.kentico.com/Blogs/Martin-Hejtmanek/December-2009/Tip--Is-your-menu-and-controls-cache-settings-effi.aspx | ||
+ | #*http://devnet.kentico.com/Blogs/Martin-Hejtmanek/October-2009/Webinar-2---Performance-optimization-and-caching-i.aspx |
Revision as of 15:38, 13 May 2016
Contents
FAQ
Do you Support Kentico?
- Yes, our Windows Shared and VPS Hosting Plans support Kentico.
Where are your Kentico Hosting Plans?
- All Windows Hosting Plans support Kentico, here are our current Windows Hosting Plans.
How do I Install Kentico?
- Please see the below wiki titled How to Deploy Kentico
How to Deploy Kentico
- Here is how to Setup Kentico on your local machine: Kentico Setup Documentation
- Here is how to Install the base Kentico Files on a website: Kentico Install Documentation
- Here is how to Deploy a Kentico website: Kentico Deploy Documentation
- You will need to choose the Free or Paid License from Kentico here: Kentico Plan Page
- Since Kentico requires a MSSQL Database, here is our wiki on how to add one from your WCP: MSSQL Database Management
How to Apply Kentico Hotfixes
- This wiki shows you how to apply hotfixes to your Kentico installation on a Shared Hosting Plan. Where you don't have admin access.
- Download the Hotfix Package from Kentico. It is a self-extracting package.
- Extract it and open the instructions.
- Follow the section in the instructions labelled “Creating File Structure for Deployment” in order to create the necessary files for your project.
- Backup your project folder and database.
- Submit a request to support@hostek.com to STOP your site's Application Pool in IIS.
- After receiving confirmation from our support team that your site is stopped, copy the new files into your project folder.
- Submit a request to support@hostek.com to START your site's Application Pool in IIS.
- Apply the SQL Script from the <hotfix folder>/SQL on your database.
- This can be done through your WCP's MSSQL Tools button by picking the MyLittleAdmin option there OR by using SQL Server Management Studio.
- In this way you can see which files the hotfix re-writes and you can see the exact error messages.
- Instructions for this wiki were taken from the Kentico Dev FAQ Can I apply the hotfix manually instead of using Kentico Installation Manager?.
Common Problems
Troubleshooting Slowness
- Kentico tends to be extremely slow on the initial load of the page, and then slow going from page to page, so here is a great post on how to resolve this issue:
- Here are some additional tips on how to optimize Kentico's performance:
- http://devnet.kentico.com/docs/devguide/performance_overview.htm
- http://devnet.kentico.com/Blogs/Martin-Hejtmanek/January-2010/Optimization-tip--Write-better-code,-disable-Outpu.aspx
- http://devnet.kentico.com/Blogs/Martin-Hejtmanek/December-2009/Optimization-tip--Speed-up-your-images-and-files.aspx
- http://devnet.kentico.com/Blogs/Martin-Hejtmanek/December-2009/Tip--Is-your-menu-and-controls-cache-settings-effi.aspx
- http://devnet.kentico.com/Blogs/Martin-Hejtmanek/October-2009/Webinar-2---Performance-optimization-and-caching-i.aspx