Can I configure ColdFusion Builder with SVN? Is there any in built functionality or do we need to use some external plugin?
I have gone through this link, ColdFusion Builder 2 and the Subversive Plugin, but it is also not working. Any suggestions please.
Related
I've got the fusebox framework files from https://github.com/fusebox-framework/Fusebox-ColdFusion. And I'm trying to make a fusebox framework setup with a simple coldfusion app in cf 2018. I followed the youtube video (https://www.youtube.com/watch?v=jnBpKegsO3Q) to learn.
But Now I'm getting error like Could not find the ColdFusion component or interface fusebox5.Application.
In the downloaded folder I'm not having the fusebox5 folder. I'm not sure how to do this. If you have any documentation link please provide to me. I'm a new guy to the coldfusion technology. So, Please guide me to the right way to make the fusebox & CF setup.
Thanks friends!
Finally, I've got the solution for the fusebox5 setup with cf 2018. Should change the function name from getCanonicalPath to getFBCanonicalPathin the fusebox core files.
Following core files are need to be changed:
corefiles/PathUtil.cfc
corefiles/fuseboxPlugin.cfc
corefiles/fuseboxCircuit.cfc
corefiles/fuseboxApplication.cfc
After modified these files I can successfully run the code with fusebox5 framework.
I've got this idea from https://www.sidwing.com/2019/01/22/working-with-old-frameworks-fusebox-4-5/
This post is very helpful to me. It will help someone to make a setup.
Thank you so much, friends!
I am using IIS 7.5 in windows 7 machine.
I need to start/stop websites from my C++ application. This is a plain win32 app, nothing to do with .NET.
Now, I've found out how to configure websites, using the IAppHostAdministration interfaces as mentioned in the link https://forums.iis.net/t/1146649.aspx.
With IIS 7, my code does this:
Get the AppHostWritableAdminManager and commit the path
MACHINE/WEBROOT/APPHOST/Default Web Site/.
Call GetAdminSection with the section name appSettings.
Then look at the returned collection and creating new site using
CreateNewElement method.
But I can't find a way to start/stop those websites.
Please help me.
I am new to Sitecore administration. I wanted to setup Sitecore 8.1 in an Azure vm. I have one Azure sql vm and one vm for Sitecore. So I would like to know the best recommended approach to set up Sitecore
using Sitecore web installer
from sitecore zip
using pre defined powershell script (not very much sure about steps)
SIM
Please guide me as I am new to Sitecore administration.
Deb,
I know isn't the version that you were looking for, however you can get the idea in deal with a Sitecore installation and all its prerequistes. Please have a look here: https://sdn.sitecore.net/upload/sitecore7/70/installation_guide_sc70-a4.pdf
Based on Sitecore installation guide, I haven't seen a recommendation from them saying "install using EXE" or "install using ZIP". Actually, they show you both! Personally, I would suggest you to go through using ZIP.
Cheers,
Vinicius
i'm using web form for marketers in sitecore MVC using RazorViewsForMarketers, i following this https://github.com/PetersonDave/RazorViewsForMarketers/
I have successfully installed module: Razor-Views-For-Marketers-Rendering.zip
i have copied RazorViewsForMarketers.config in my project
now issue with adding a reference to RazorViewsForMarketers, i'm not getting how to find this .dll please anyone help me to figure out this issue
anyone who did work on web form form marketers in Sitecore MVC, please suggest me how to use it in Sitecore MVC.
Thanks.
The dll is not in the package, the package only includes items related to this module.
You need to Build the this project locally and get the dll from it.
I want to know if anyone out there has tried to using ColdFusion project using the CFWheels framework on Jenkins - Continuous integration server ?
I know Jenkins has support for MXUnit but if I use the CFWheels framework I would be using RocketUnit not MXUnit. Would there be any support for RocketUnit on Jenkins? or anything glue that might make the 2 work ?
Jenkins supports CFWheels only through some plugins that convert the RocketUnit output to JUnit XML. As specified in the link here https://groups.google.com/forum/#!topic/cfwheels/zgeTzLm1IHs provided by #Matt Busche, we can integrate RocketUnit tests with Jenkins.