Open K2086117L opened 1 year ago
Please make sure python and flask is installed in your machine. Note that you dont have to setup any cluster for running DAGit. Clone the repo, cd to controlpane and run "python trigger_gateway.py" , this will start the flask service. Please have a look at trigger and dag specifications and registrations examples (if you want to create your own DAG and triggers) Now, you can play around with DAGit, simply using REST calls.
Once you have set this up and start the service, the folllowing url "http://10.129.28.219:5001/" (on a browser) should return a response.
Let me know if you face any issue.
@K2086117L - slight update. This URL will work only under IITB network, Please change the ip and port to localhost to test.
@K2086117L - slight update. This URL will work only under IITB network, Please change the ip and port to localhost to test.
thank u sir
Sir, how can I deploy this project in my local server cluster and what dependencies does it have