Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
yum install -y git composer

git clone https://github.com/schmto/nmsprime.git /var/www/nmsprime

cd /var/www/nmsprime
composer update
./install-from-git.sh

...