Copied to clipboard

Flag this post as spam?

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


  • PaulB 6 posts 26 karma points
    4 days ago
    PaulB
    0

    Clone from git has empty Umbraco content

    I'm trying to get started with Paul Seal's Umbraco13 tutorials. He points to https://github.com/prjseal/Umbraco-13-Series/ I succesfully clone this, and it does download the whole .NET structure but the Umbraco content is completely empty. I've tried some of the intermediate tags but get the same result - no Document Types, not Templates, nuffink.

    Is there a step I am missing?

  • Afreed 77 posts 353 karma points
    3 days ago
    Afreed
    0

    Hi Paul,

    You are missing the sql lite db that contains all that you are looking for.

    You could go to settings in backoffice and use USync tab to import everything.

  • PaulB 6 posts 26 karma points
    3 days ago
    PaulB
    0

    thanks for the response Afreed - it looked like missing data to me. I compile & run what is downloaded & go into Backoffice > Settings but there is no USync tab or link anywhere that I can see. From googling am I right in thinking that USync is a Nuget package that one must install?

  • PaulB 6 posts 26 karma points
    3 days ago
    PaulB
    0

    I found the USync via another Paul Seal video, installed it & I get the USync link under Settings. I click install everything...but it makes no difference. There are still no Document types etc

  • PaulB 6 posts 26 karma points
    3 days ago
    PaulB
    0

    I've been through the various tagged versions and there is no USync before tag 9. Does that mean its not possible to restore any of the tags prior to tag 9 and have a working version of the Umbraco content?

  • Kevin Jump 2346 posts 14894 karma points MVP 8x c-trib
    1 day ago
    Kevin Jump
    0

    Hi Paul,

    If you do a clean clone of Paul seal's repo, and then run (and go through the install). you can go to the settings section and you should see a "uSync" entry on the left hand side. (this repo already has uSync installed you don't need to add the package)

    you can then go to the uSync dashboard, and select import from the 'everything' menu. that will import the settings .

    enter image description here

    After the import refresh the page (or refresh the document types tree) and the document types will be there.

  • PaulB 6 posts 26 karma points
    1 day ago
    PaulB
    0

    Thanks Kevin, thanks for your reply. Being a .NET developer I've been using the Visual Studio clone and also tried downloading the zip file. Doing it either of these ways there is no USync entry (that's why I had to add the package).

    Is there a different way to clone and install that then gives me the USync feature and data? If so, could you point me to something that describes that pls? thanks

  • Kevin Jump 2346 posts 14894 karma points MVP 8x c-trib
    1 day ago
    Kevin Jump
    0

    Hi Paul,

    Multiple ways all work for me (git clone, using github desktop, visual studio, clone from the splash screen, clicking on the visual studio option from github directly). all of them clone it down, and after running it in visual studio, i can go to settings -> usync and import all the doctypes etc in

    What versions of visual studio / .net do you have, maybe there is something 🤷‍♂️

  • PaulB 6 posts 26 karma points
    14 hours ago
    PaulB
    0

    Using VS2022. If i clone tag8 or later I get USync. Anything earlier than tag 8 (specifically tag 4) there is no Usync folder or link in Umbraco/Settings. Could you try cloning tag 4 pls to see what you get? Thanks

  • Kevin Jump 2346 posts 14894 karma points MVP 8x c-trib
    13 hours ago
    Kevin Jump
    0

    Hi,

    I don't know enough about paul's video series to know what to expect,

    but yes, in the repo that version tag 4 doesn't have uSync installed ,and so it won't show up and equally none of the uSync files (they live in a folder usync/v9) exist, so even installing uSync isn't going to make it possible to import anything.

    So uSync is installed from tag9 onwatds, and then it should work as expected,

    but again i don't know enough about how pauls videos are stuctured, pulling the main branch (no tags) gives you everything, but that might be jumping ahead a bit.

Please Sign in or register to post replies

Write your reply to:

Draft