-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.sh
executable file
·19 lines (18 loc) · 1.02 KB
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# **************************************************************************** #
# #
# ::: :::::::: #
# setup.sh :+: :+: :+: #
# +:+ +:+ +:+ #
# By: hcabel <hcabel@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/11/19 23:31:12 by hcabel #+# #+# #
# Updated: 2021/11/19 23:31:13 by hcabel ### ########.fr #
# #
# **************************************************************************** #
npm i -g pm2
cd front
npm i
pm2 start npm --name "HotFront" -- start
cd ../SignallingServer/
npm i
pm2 start npm --name "HotSignallingServer" -- start