anubhavjana / DAGit-Serverless-Applications-as-a-Service

0 stars 1 forks source link

Can you explain how to deploy this project #1

Open K2086117L opened 1 year ago

K2086117L commented 1 year ago

Sir, how can I deploy this project in my local server cluster and what dependencies does it have

anubhavjana commented 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.

anubhavjana commented 1 year ago

@K2086117L - slight update. This URL will work only under IITB network, Please change the ip and port to localhost to test.

K2086117L commented 1 year ago

@K2086117L - slight update. This URL will work only under IITB network, Please change the ip and port to localhost to test.

thank u sir