Это видео недоступно.
Сожалеем об этом.

Introduction to Node-RED Projects

Поделиться
HTML-код
  • Опубликовано: 28 янв 2018
  • Node-RED 0.18 introduces the new Projects feature. This is a new way for managing your flow files, with version control built in. This video shows how to enable the feature and get started with it.
    For more about Node-RED, visit nodered.org
    Node-RED is a project of the JS Foundation - js.foundation/

Комментарии • 24

  • @MrBlade2021
    @MrBlade2021 5 лет назад +4

    Awesome job! I love this. Normally I backup my flows every other month, which has actually screwed me once cause I lost changes from the month prior. This should make things WAY EASIER! Thank you very much for your continued development!

  • @orenz0
    @orenz0 6 лет назад +2

    Great video! We also used to save the flow file in our git repo, and had trouble tracking its changes... We solved it with a script that breaks the file to multiple json files (one per node), and one main auto-generated js file that require() them. We saved the autogenerated files in the source control, not the original flows file. I think that by-default the flows should be saved in multiple files, possibly in some directory tree (directory per tab), so every git GUI could easily display diffs.
    I am not recommending our autogenerated js-file though. It was a hack. The loading process should simply recognize that the flow is built from multiple files, and load them accordingly.

  • @TheYutterMo
    @TheYutterMo 6 лет назад +2

    Excellent work guys. Looks brilliant!

  • @wcombs1983
    @wcombs1983 6 лет назад

    Very excited about these new features. Thank you for work on this awesome project.

  • @demosthenes4276
    @demosthenes4276 Год назад +1

    very nice, but how do i pulling a commit from remote repository?

  • @sandrok5834
    @sandrok5834 5 лет назад

    Excellent feature and well explained.

  • @adiamant2212
    @adiamant2212 4 года назад

    Brilliant and very useful!

  • @ahmadsayed83
    @ahmadsayed83 6 лет назад +1

    Very intuitive, Thanks a lot

  • @InshotsKannada
    @InshotsKannada Год назад +1

    #noderedtutorials for more videos nodered

  • @josales3570
    @josales3570 4 месяца назад

    Hello, is possible to use a cronJob to push commit every day? I dont want to push after a deploy, because sometimes I will just test some infos

  • @wlan3517
    @wlan3517 2 года назад

    Nicely done.. The settings.js file has been updated - is there any chance to update the instructions video too? Greetings from Austria

  • @christianmeinert8806
    @christianmeinert8806 4 года назад

    Hi Nick, thank you for the great "step by step" tutorial. There is one "big step" I have a problem with. On 08:40 you make the step to a github project you "created" ... My question is. What is the best way to get my local git project I created following your steps (before 08:30) "safely" to github. I always mess up these steps.

    • @Node-RED
      @Node-RED  4 года назад

      Hi Christian. Please ask on the forum where we can have a proper discussion. RUclips comments not the best venue for support.

  • @user-sq3pp6tz6l
    @user-sq3pp6tz6l 2 года назад

    Hi.can you help me please how can l do machine classification for hart signals using nod red l already did the classification in R code

  • @utsmanjunath
    @utsmanjunath 2 года назад

    C:\Users\Manjunath.S>node-red
    23 Jan 11:32:04 - [info]
    Welcome to Node-RED
    ===================
    23 Jan 11:32:04 - [info] Node-RED version: v2.2.0-beta.1
    23 Jan 11:32:04 - [info] Node.js version: v14.17.0
    23 Jan 11:32:04 - [info] Windows_NT 10.0.19042 x64 LE
    23 Jan 11:32:05 - [info] Loading palette nodes
    23 Jan 11:32:08 - [info] Dashboard up and running
    23 Jan 11:32:09 - [info] Dashboard version 3.1.2 started at /ui
    23 Jan 11:32:10 - [info] Settings file : C:\Users\Manjunath.S\.node-red\settings.js
    23 Jan 11:32:10 - [info] Context store : 'default' [module=memory]
    23 Jan 11:32:10 - [info] User directory : C:\Users\Manjunath.S\.node-red
    23 Jan 11:32:10 - [warn] Projects disabled : git command not found
    23 Jan 11:32:10 - [warn] Flows file name not set. Generating name using hostname.
    23 Jan 11:32:10 - [info] Flows file : C:\Users\Manjunath.S\.node-red\flows_400928-.json
    23 Jan 11:32:10 - [warn]
    Projects Disbaled : git command not found.
    what to do now ? where did i go wrong ?

  • @dretwav
    @dretwav 2 года назад

    If you have multiple projects and you start node-red. do the flows in all projects start or just the open project?

    • @knolleary
      @knolleary 2 года назад

      Just the open project

    • @dretwav
      @dretwav 2 года назад

      @@knolleary Thanks. I can see why it is that way but complicates things if you are working on a new project but need the old one to be running. Would you suggest developing the new one by running a second instance of node-red on a different port or is there a better way?

  • @siddharthgosai2713
    @siddharthgosai2713 6 лет назад

    done same thing but getting " warn/error Projects disabled : git command not found "

    • @knolleary
      @knolleary 6 лет назад

      Hi - its best to ask questions on the Node-RED Forum (linked at nodered.org) where the wider community can help. In this instance, the error is exactly what it says - it cannot find the `git` command line tool, which you need to install.

  • @LegacyUntouched
    @LegacyUntouched 3 месяца назад

    this seems outdated. After creating a project, I do not get even half the properties in the information tab that you show.

  • @nabilakroud8060
    @nabilakroud8060 5 месяцев назад

    08:26 remote repo

  • @dgb5820
    @dgb5820 6 лет назад

    Hi Nick, great video but please consider the following for a motor mechanic to understand
    .41 how to get settings File is this via GitHub with text editor included
    1.05 how to run node red from where is this via command prompt or can I run this via Raspberry pi
    1.22 it would be great if I could get to this stage of loading up my browser but only have been able to load up my browser via node red tick box in dashboard next to the site tab.
    Maybe there is a consideration for a high-level beginners user interface to get started
    Nick any help is a great help in my book, I.m the self-appointed No1 fan of nodered.