Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Aditya.A 77 posts 96 karma points
    Sep 16, 2013 @ 19:59
    Aditya.A
    0

    nuget installation

    Hello All,

    i hav installed umbraco asbelow.

    http://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget

    no my question is...if i want 2 create a new site shoul i follow the above process again??

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 17, 2013 @ 12:45
    Jeroen Breuer
    1

    Yes it's best to run the above process if you want to start a new website.

    Jeroen

  • Ali Sheikh Taheri 470 posts 1648 karma points c-trib
    Sep 17, 2013 @ 14:30
    Ali Sheikh Taheri
    1

    I usually follow below steps:

    1. Using VS 2012 or 2010 (for 2010 you should install NuGet)
    2. Create new project (ASP.NET MVC4 Web Application)
    3. In Project template choose Empty and make sure the view engine is Razor.
    4. Delete all files in App_Start, in Views delete web.config and finally remove Global.asax
    5. Tools -> Library Package Manager -> Package Manager Console
    6. PM> install-package UmbracoCms (hit enter key)
    7. Exit Package Manager Console
    8. Build -> Build web-site-name
    9. Debug -> Start without debugging
    10. Follow the Umbraco Installation walk-through
    11. Delete dummy.txt file from css, script and usercontrols folder.
    12. Add the following files/folders into project file. umbraco, umbraco_clinet, Views/MacroPartials, Views/Partials, App_Plugins, App_Code, App_Browsers
    13. Navigate to /config/umbracoSettings.config and change the value of "defaultRenderingEngine" which is "WebForms" to "MVC"
  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 17, 2013 @ 14:36
    Jeroen Breuer
    1

    I'm currently working on a framework which has all of these things setup for you. It's just a zip with visual studio solution that runs OOTB. Will be released very soon.

    Jeroen

  • Aditya.A 77 posts 96 karma points
    Sep 18, 2013 @ 08:24
    Aditya.A
    0

    Hello Jeroen and all,

    Thank you all for you response.

    Sure i will follow the the link above everytime i want to create a new site.

    But is't it wierd that we have to install umbraco from internet everytime we have to create a new site ???

    Is there any alternate .like install once and create site when ever u want without internet...just like we create on VS

    Thnk u in advc... :)

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 18, 2013 @ 09:25
    Jeroen Breuer
    1

    Well you could do it without nuget. Just download the latest zip here: http://our.umbraco.org/download

    Or you could use something like the Umbraco Visual Studio Project. The framework I'm working on is also based on that.

    Jeroen

  • Aditya.A 77 posts 96 karma points
    Sep 20, 2013 @ 14:01
    Aditya.A
    0

    thank u that worked like a magic.

    Now i can create the sites from webmatrix.

     

    i have seen in many palace synchronising the vs and umbraco....i mean editing the code in vs and the same reflectin 

    in umbraco ... how to  achinve the sync

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Sep 21, 2013 @ 21:27
    Jeroen Breuer
    0

    Hello,

    I've released the framework I mentioned before: http://our.umbraco.org/projects/developer-tools/hybrid-framework

    Jeroen

  • Raveendra Bj 5 posts 25 karma points
    Mar 30, 2015 @ 19:27
    Raveendra Bj
    0

    Hi All,

     

    I am trying to install umbraco 6.xx.xx in vs 2010, and I am following the given link for installation.

    http://our.umbraco.org/documentation/Installation/install-umbraco-with-nuget

    But every time I run nuget command and copy paste the latest version of umbraco in vs 2010, after debbuging and hitting F5, its not opening the umbraco site in browser as you guys are suggesting.

    Am I missing smth or smth else I have to include?

    Please help me out with this as I am new in umbraco, its been a week I am trying to install umbraco in vs2010, I tryied in different ways to installing umbraco in vs2010 but its not happening.

     

    Thanks in advnc.

    Raveendra

  • Raveendra Bj 5 posts 25 karma points
    Mar 30, 2015 @ 19:28
    Raveendra Bj
    0

    And also can smbd show me step by step solution.

Please Sign in or register to post replies

Write your reply to:

Draft