-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to start the first job after instaling cook? #31
Comments
Hi, Please take a look at: https://smithsonian.github.io/dpo-cook/docs/getting-started/ and the other associated links on this page. If you have the cook server up and running on your machine, you can access the Cook UI via localhost at whatever port you configured when setting up. Also make sure that whatever applications you will be using with Cook are correctly configured in tools.json and that you have created a user id in clients.json. Once everything is configured you can access the web UI as described above, select the recipe you want to run, and set your files and parameters for that recipe. For writing new recipes, please take a look at: https://smithsonian.github.io/dpo-cook/docs/writing-recipes/. If you have any other specific questions or issues please let us know! |
how do I create a new user id in the clients.json? I left what was written in there. Maybe this is the problem. |
It's ok if you leave what is there as long as you use one if those IDs in the 'Client ID' field in the upper right of the web UI. |
Okay, great. Now it works. |
Just drag and drop the file onto the ui field and it will populate with the file location. For non-file settings you just type the appropriate value in the field. |
The client ID should match one of the GUIDs in you clients.json config file. If you are using the default template values, try 6867a59e-0ec5-411d-a93e-4f8cd9098823 instead of 'Bob' for your ID. |
I have installed the cook environment.
Now I want to start a first job, but I have no idea how to do?
What are the first steps I have to do for this?
Is there an easys step by step tutorial for beginners to start a recipe?
Thank you.
The text was updated successfully, but these errors were encountered: