Skip to content

Commit

Permalink
Merge pull request #270 from minopeef/issues/228
Browse files Browse the repository at this point in the history
feat: Add PM2 installation commands to install.sh for streamlined setup
  • Loading branch information
bkb2135 authored Jun 24, 2024
2 parents 3f1684e + 8e6ab40 commit 66af972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ pip uninstall mathgenerator -y

# Installing package from the current directory
pip install -e .

# Updating the package list and installing jq and npm
apt update && apt install -y jq npm

# Installing PM2 globally
npm install pm2 -g

# Updating PM2
pm2 update

0 comments on commit 66af972

Please sign in to comment.