Versions Compared

Key

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

There are four ways to get NMS PRIME running:

1. By RPM package

...

Code Blockinfo
language
titleGIT: Branch notes

This will provide the last stable version from github

bash
curl -vsL https://raw.githubusercontent.com/schmto/nmsprime/dev/INSTALL-REPO.sh | bash
yum install nmsprime-*

2. By Virtual Machine

Image Removed

Will provide a installation by source (github). This makes life easier for codersWe will provide a ready VM soon..

3. From source code – clone git repository:

...

Code Block
language

 

4. With composer (TODO)

...

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

cd /var/www/nmsprime
php artisan install