Skip to content

Commit

Permalink
Update backend/install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenAnhTuan1912 committed Aug 18, 2024
1 parent 3143ba7 commit fee3e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ infoln "Done!"
# Change directory to `backend`
cd /home/backend

# Create `temp` and `uploads` folders
mkdir temp
mkdir uploads

# Start server
infoln "Booting server..."
bash nodejs/scripts/start.sh
Expand Down

0 comments on commit fee3e50

Please sign in to comment.