Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ZRoom_App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCCA
ZRoom_App
Commits
47dc2018
Commit
47dc2018
authored
3 years ago
by
Cem Akdag
Browse files
Options
Downloads
Patches
Plain Diff
Shell File added
parent
761269fe
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/package-lock.json
+3464
-3472
3464 additions, 3472 deletions
frontend/package-lock.json
zroom.sh
+11
-0
11 additions, 0 deletions
zroom.sh
with
3475 additions
and
3472 deletions
frontend/package-lock.json
+
3464
−
3472
View file @
47dc2018
This diff is collapsed.
Click to expand it.
zroom.sh
0 → 100755
+
11
−
0
View file @
47dc2018
#!/bin/bash
echo
-e
'\n\e[1m\e[31mKILL PROCESS ON PORT 5000\e[0m\n'
sudo kill
-9
`
sudo
lsof
-t
-i
:5000
`
sudo kill
-9
`
sudo
lsof
-t
-i
:3000
`
echo
-e
'\n\e[1m\e[34mSTART SERVER\e[0m\n'
source
backend/env/bin/activate
python3 backend/app.py &
echo
-e
'\n\e[1m\e[34mSTART ZRoom APP\e[0m\n'
cd
frontend
&&
npm start
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment