Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
radius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
radius
Commits
ac6c45b9
Commit
ac6c45b9
authored
May 02, 2023
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
44ca8ce7
Pipeline
#160
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
install.sh
install.sh
+6
-0
reset.sh
reset.sh
+3
-0
No files found.
install.sh
0 → 100644
View file @
ac6c45b9
apt-get update
curl
-fsSL
https://deb.nodesource.com/setup_20.x |
sudo
-E
bash -
&&
\
sudo
apt-get
install
-y
nodejs
npm
install
npm
install
-g
pm2
pm2 start app.js
\ No newline at end of file
reset.sh
0 → 100644
View file @
ac6c45b9
pm2
kill
git pull
pm2 start app.js
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment