Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

bash Script added for setup of local deployment #72

Closed mecskyverse closed 1 year ago

mecskyverse commented 1 year ago

Description

Currently, to see live changes in the project we have to change the directory, stop containers, copy .env install dependencies etc. This Bash script will take care of all this just run the script and it will do all the manual tasks in seconds

Changes

I have added a bash script file named seeLiveChanges.sh this script will stop the necessary containers install the dependencies also run the app on locahost:3000

How to test

Open a new workspace of workflow paste the script in the root directory set the name of the file to seeLiveChanges.sh Now, give the executable permission to it using chmod +x install_dependencies.sh Now just run the script using bash seeLiveChanges.sh

You can close the issue #68 after merging the pull request

mecskyverse commented 1 year ago

You can also see how this script is working here