...
Code Block | ||
---|---|---|
| ||
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 |
...
...
Code Block | ||
---|---|---|
| ||
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 |
...