Copied to clipboard

Flag this post as spam?

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


  • Mark Watson 118 posts 384 karma points
    Jul 11, 2018 @ 04:13
    Mark Watson
    0

    Working with visual studio on MAC

    I am trying to set up visual studio on mac to access umbraco cloud and have been following the documentatation at https://our.umbraco.com/Documentation/Umbraco-Cloud/Set-Up/Working-With-UaaS-Cli/

    I am stuck at : Use Git to clone the Umbraco Cloud site (done). Once you have it locally, open your CLI (where is this?) and simply type the following inside the website's cloned directory: uaas watch.

    I have tried in terminal and get the following enter image description here

    I am new to this so any help would be appreciated.

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Jul 11, 2018 @ 05:05
    Søren Gregersen
    1

    Hi Mark,

    CLI is command line interface - on mac that is called "terminal" on windows it's "command prompt".

    The reason for your error is most likely that you are starting the command in the wrong folder. Please verify that you are starting uaas from the directory that the umbraco website is in.

  • Mark Watson 118 posts 384 karma points
    Jul 11, 2018 @ 05:49
    Mark Watson
    0

    Thanks Soren That worked fine and launch a browser with the web site, but there is no documentation on how to open the site in visual studio for Mac. Is there any Umbraco docmentation?

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Jul 11, 2018 @ 12:28
    Søren Gregersen
    0

    Hi Mark,

    You can only use visual studio as a "text editor" in this case. If you open the folder as a website, it may work - I'm not sure on the mac version (have never tried id)

    Visual Studio for Mac is not the same as Visual Studio ;)

  • Jon R. Humphrey 164 posts 455 karma points c-trib
    Jul 11, 2018 @ 12:23
    Jon R. Humphrey
    101

    Mark,

    You can just open a new solution and add the Umbraco instance there.

    There isn't a .sln file in the cloned repo as it's IDE independent - meaning you can use any editor on a Mac to make your changes: Visual Studio, Visual Studio Code, Atom, Sublime Text, xCode, etc.

    Hope this helps!

    Jon

Please Sign in or register to post replies

Write your reply to:

Draft