Skip to content

Commit

Permalink
Merge pull request #279 from macrocosm-os/pre-staging
Browse files Browse the repository at this point in the history
Add PM2 installation commands to install.sh
  • Loading branch information
bkb2135 authored Jun 24, 2024
2 parents 8f25144 + 66af972 commit f3340d6
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 f3340d6

Please sign in to comment.