Skip to main content
Participant
November 7, 2009
Question

Extreme Novice Question

  • November 7, 2009
  • 3 replies
  • 795 views

     Before I state my question, I did look throughout the forums and I could not find my answer. My situation is, I have recently purchased a script online that was made using coldfusion. I have mysql as my server and I am going to use godaddy.com for my host. How do I view my entire script as a whole so that I can look a it and edit it to my liking. Software that I have purchased so far is coldfusion 9, adobe flex builder professional version 3.0.2, I have photoshop cs4 extended. Please help me from the position i am in. What are my next steps. If someone can give me a general outline as to where I am to go now, I can continue researching detailed information.

Thanks in advance.

    This topic has been closed for replies.

    3 replies

    zaqhil123Author
    Participant
    November 7, 2009

    i guess what i was asking for is how do i take the winrar file that contains the entire script for the site i purchased, then make it live? I have nothing setup other than the software installed on the computer. Just imagine, me, winrar of coldfusion script, all the programs listed, and that's it.

    BKBK
    Community Expert
    Community Expert
    November 8, 2009

    I assume you're on Windows. I also assume your installation of Coldfusion 9 is the single-server version. If indeed so, then the Coldfusion Administrator page should appear when you open the following link in the browser:

    http://127.0.0.1:8500/CFIDE/administrator/index.cfm

    Does it? Suppose it does. Then you've crossed the first hurdle. Your installation appears to be OK. This also implies that the web root of your Coldfusion installation is likely to be the directory

    C:\Coldfusion9\wwwroot\

    Create your website directory within the web root, something like C:\Coldfusion9\wwwroot\myWebsite\. That is, create a new directory within wwwroot, and give it the name myWebsite.

    Now, to the web site files packaged in RAR format. You have to unpack them. Use the free 7-Zip tool to extract the RAR file to your desktop, for example.

    Open the directory that 7-zip has created. Copy its contents (don't move or cut-and-paste them) to the folder C:\Coldfusion9\wwwroot\myWebsite\. The Coldfusion files and folders are now in the directory myWebsite, under the web root.

    Browse to that directory. Its URL is http://127.0.0.1:8500/myWebsite/ . You should now see a list of Coldfusion files and/or folders. There is your web site.

    BKBK
    Community Expert
    Community Expert
    November 7, 2009
    I have recently purchased a script online that was made using
    coldfusion. I have mysql as my server and I am going to use godaddy.com
    for my host. How do I view my entire script as a whole so that I can
    look a it and edit it to my liking.

    Use Coldfusion Builder. Though it is still in Beta, it is arguably the best integrated development environment (IDE) for Coldfusion scripts to date. It is developed by people who should know,  namely, Coldfusion's own people.

    There is the story from ancient times of a young man who could lift a bull. He had learned to lift it ever since he was a boy, and the bull only a calf. Early adoption of the new IDE will stand you in good stead in future. In fact, many developments in the IDE begin with Coldfusion 9.

    Software that I have purchased so far is coldfusion 9, adobe flex
    builder professional version 3.0.2, I have photoshop cs4 extended.
    Please help me from the position i am in. What are my next steps.

    My, do you mean business! If you wish to go quickly into production, and lack the skills yourself, then hire someone good in Coldfusion and Flex.

    If you wish to go it yourself, then I would strongly recommend the Coldfusion documentation on the web, in favour of a text book. I would start with the short manuals and so-called 30-minute tutorials, that say what Coldfusion is all about and what it can do. I would then read the manuals on installing and configuring Coldfusion 9.

    Check out the videos, too. In them, professionals in the field and Adobe Coldfusion evangelists like the inimitable Ben Forta show you Coldfusion in action within a few minutes.

    You may be wondering where to find all this stuff. It's all freely available at the Coldfusion Developer Center. There are enough links there to keep you busy for months to come. Have fun!

    zaqhil123Author
    Participant
    November 7, 2009

    wow you guys are awesome, thank you so much for your fast responses and guidance. Have a good day

    Inspiring
    November 7, 2009

    If the script was written in ColdFusion, it probably consists of a number of .cfm and or .cfc files.  These are simple text which you can edit with notepad, wordpad, etc.  Alternatively, you can get something made for editing these types of files.  I use Dreamweaver, which comes with a price.  I understand Eclipse is free.

    zaqhil123Author
    Participant
    November 7, 2009

    I have dreameaver as well, I purchased $2500 worth of programmings recently. Is there any way i can upload ALL the scripts (yes there are many many many .cfm files) and edit them as a whole?. I need some sort of walkthrough from the point that I am at right now (full script finished just need to modify), then I need to know what to do from that point on.

    Inspiring
    November 7, 2009

    What do you mean by upload all the scripts?  Where are they now?