Posts

Showing posts from June, 2019

Sitefinity Solution Setup for Content website

Image
In this article I will explain the basic setup and page creation with Sitefinity CMS. This setup includes content and layout with availability of card component. To start on this CMS you ust download it from Sitefinity official site https://www.progress.com/sitefinity-cms/try-now/download System Prerequisite: Server-side requirements Microsoft® Windows Server 2008, 2008 R2, 2012, 2012 R2, 2016, Windows Vista,  Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Azure NOTE: To deploy your Sitefinity CMS project to Windows Azure, you must first create and develop your project locally, using one of the other supported Windows platforms. NOTE: You cannot run Sitefinity CMS under Windows XP. Sitefinity CMS supports both 32-bit and 64-bit Windows operating systems. Internet Information Services 7+ Microsoft® .NET Framework 4.7.2 Microsoft® ASP.NET MVC 5 Database platforms Supported platforms: Microsoft® SQL Server 2008, 2008 R2, 2012, 2012 R2, 2014, 2016, 2017 Mic

Error : Project Interpreter missing in Pycharm

Image
I was trying to compile a pyhton program but found missing interpreter issue during the environment set for program execution. While creating a new project it's required to have an interpreter but in my case it was missing because I missed python installation. As per above screen shot I need one interpreter for my newly created python project. To fix this issue I just install python and select the default installed interpreter to continue my work. I just select it from location In this way you can select default interpreter based on your python configuration location. Happy Learning!!!

Team City Setup and Configuration in AWS EC2

Image
TeamCity is a Java-based build management and continuous integration server from JetBrains. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 100 build configurations and 3 free Build Agent licenses is available. We can configure TeamCity with any code repository like Git, Bit Bucket etc. This tool continuously integrates code and builds the selected branch including unit test cases.   In this article I will explain Teamcity setup in AWS EC2 instance connected with Bit Bucket code. Step 1: first create a AWS EC2 instance selecting with Windows 2016 Base with minimum required configuration. Once instance is ready then you need to download Teamcity from https://www.jetbrains.com/teamcity/download/ Step 2: After downloading team city you should follow the instruction to install Teamcity setup on your AWS EC2 instance. Select service account for this Teamcity server as system account. In this option