There are four ways to get NMS PRIME running:
1. By RPM package
...
Code Blockinfo |
---|
|
|
This will provide the last stable version from github |
|
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:
...
4. With composer (TODO)
...
|
git clone https://github.com/schmto/nmsprime.git /var/www/nmsprime
cd /var/www/nmsprime
php artisan install |