Shell script to run all the development servers locally
See original GitHub issueHave to manually run the 3 different servers and mongod
at once
- For
development
, developer needs to setup and start RocketMeet-server, RocketMeet-mailer and amongod
connection before starting Rocketmeet-client development server withnpm run dev
Solution: shell script to start all 4 servers
- Write a shell script to start all the 4 development servers at once. Possibly from project root.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
how run multiple servers locally using shell script?
I have to run three servers (s1,s2,s3) locally. Currently I am doing it manually by running them on 3 different terminal windows.
Read more >How to run a single command on multiple Linux machines at ...
If you administer multiple Linux servers, Jack Wallen has an easy script you can use to run commands on all of those servers...
Read more >How can I run select commands on multiple servers from a ...
2). Write the second script, which You will be run on the local workstation. For example, "run-server-side.sh", which send a script to the ......
Read more >Introducing Sampo: A Bash API Server For Running Shell ...
Written in bash , it is a shell script API server you can run ... test and re-deploy (see the build.sh script if...
Read more >Running Commands on a Remote Linux / UNIX Host - nixCraft
Explains how to execute or run a commands on a remote Linux or Unix host server using the ssh command and get output...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In my opinion 1st option is better than 2nd since developers would rather clone repositories in the same directory than fill out the path in the script also we can put that in the setup instructions if we go by option 1 @AnandBaburajan @anaswaratrajan what do you guys think?
Thank you. Just one thing. If we intend to place this script in root of RocketMeet-client/, then two of the following things need to happen.