설치 파일의 압축을 풀고 install_linux.sh를 실행합니다.
소프트웨어 license agreement 를 동의하고, 설치할 위치(일반적으로 /usr/local/nv5/license_server이며, 디폴트값을 제시합니다. 그냥 엔터를 쳐도 됩니다)를 지정하고, 서비스를 관리할 사용자(Linux에서 daemon 사용자를 이용하면 됩니다)를 지정하는 것까지가 할 일입니다.
selab@ubuntu1:/usr/local/nv5/license_server43$ sudo ./install_linux.sh***********************************************************
* Installation of NV5 Geospatial License Server
***********************************************************
ubuntu 20
***********************************************************
* License Agreement
***********************************************************
NV5 GEOSPATIAL SOLUTIONS, INC.
END USER LICENSE AGREEMENT FOR IDL(R) 9.1 AND ENVI(R) 6.1 AND
NV5 GEOSPATIAL SOLUTIONS LICENSE SERVER 4.3 AND
ENVI(R) PHOTOGRAMMETRY MODULE 6.1 AND
ENVI(R) DOD PLUG-IN 6.1 AND IDL(R) DICOM TOOLKIT 9.1
;;;; 중략 ;;;;;
Do you accept all of the terms of the preceding license agreement [y/n]? y***********************************************************
* Install requirements
***********************************************************
Would you like to install MongoDB Community Server 6.0.16 [y/n]? yInstalling MongoDB Community Server 6.0.16...
Installing Ubuntu/20/mongodb-org-server_6.0.16_amd64.deb...
MongoDB Community Server was successfully installed.
Created symlink /etc/systemd/system/multi-user.target.wants/mongod.service → /lib/systemd/system/mongod.service.
***********************************************************
* Install files
***********************************************************
Please enter the installation directory [/usr/local/nv5/license_server]: (그냥 Enter 침)Installing files to /usr/local/nv5/license_server...
***********************************************************
* Set up License Server as a system service
***********************************************************
Enter the name of the user account that will run the service.
This should be an account with limited privileges: daemon
Setting service to run under user account: daemon
Setting service to run under group: daemon
Using default mode: systemd
Installing service on /etc/systemd/system/nv5geospatiallicenseserver.service
Running systemctl daemon-reload...
NV5 Geospatial License Server installed as a service.
Running systemctl start nv5geospatiallicenseserver...
NV5 Geospatial License Server started.
Created symlink /etc/systemd/system/multi-user.target.wants/nv5geospatiallicenseserver.service → /etc/systemd/system/nv5geospatiallicenseserver.service.
***********************************************************
* Verify License Server is running
***********************************************************
Do you want to run the License Administrator [y/n]? n (라이선스 인증은 따로 실행)***********************************************************
* Installation is complete
***********************************************************
The License Server service may be controlled with the commands:
sudo /usr/local/nv5/license_server/node/bin/node /usr/local/nv5/license_server/service.js stop
sudo /usr/local/nv5/license_server/node/bin/node /usr/local/nv5/license_server/service.js start
sudo /usr/local/nv5/license_server/node/bin/node /usr/local/nv5/license_server/service.js restart
The License Server logs may be found at:
/usr/local/nv5/license_server/logs
The License Server configuration file may be found at:
/usr/local/nv5/license_server/config/production.json
selab@ubuntu1:/usr/local/nv5/license_server43$