Skip to main content

설치하기

OPENMARU Installer 설치 방법은 인터넷 연결이 가능한 서버에서 설치하는 방법과 인터넷이 연결되지 않는 서버에 설치하는 방법이 있다.

먼저, 인터넷이 연결되지 않는 곳에서 설치에 필요한 파일들을 모두 Linux에 업로드하여 설치하는 방법을 설명한다.

설치 파일 업로드 및 설치

File 업로드

OPENMARU Installer 설치에 필요한 파일들을 업로드한다.
설치파일은 고객지원을 통해 발급받을 수 있습니다.

$ ls -l
-rw-r--r-- 1 root root 1194645801 325 17:10 files-5.1.0-1-01.zip # APM만 설치하는 경우 생략 가능
-rw-r--r-- 1 root root 67019213 325 17:10 files-5.1.0-1-02.zip # APM만 설치하는 경우 생략 가능
-rw-r--r-- 1 root root 1457215814 131 17:42 openmaru-installer-cli-5.1.0-10.0-all-in-one.tar.gz

설치파일 압축 풀기

$ tar xvzf openmaru-installer-cli-5.1.0-10.0-all-in-one.tar.gz

$ unzip files-5.1.0-1-01.zip -d openmaru-installer-cli/files
$ unzip files-5.1.0-1-02.zip -d openmaru-installer-cli/files

$ cd openmaru-installer-cli
$ ls -l
-rwxr-xr-x 1 root root 393 130 17:24 cleanup.sh
drwxr-x--- 2 root root 218 131 17:43 conf
-rwxr-xr-x 1 root root 347 130 17:24 connect.sh
-rwxr-xr-x 1 root root 610 130 17:24 env.sh
drwxr-x--- 9 root root 125 130 17:24 files
-rwxr-xr-x 1 root root 3493 130 17:24 install.sh
drwxr-x--- 2 root root 86 131 17:46 log
drwxr-x--- 4 root root 60 131 17:54 reports
-rwxr-xr-x 1 root root 564 130 17:24 start.sh
drwxr-x--- 3 root root 21 130 17:24 templates

라이센스 등록

라이센스는 고객지원을 통해 발급받을 수 있습니다.

$ vi license.lic

Installer 설치

최초 한번만 설치한다.

$ ./install.sh

==================================================
KHAN [provisioning] License - Opennaru,Inc.
--------------------------------------------------
- Company : OPENMARU
- User : OPENMARU
- E-Mail : support@opennaru.com
- Phone : 02-469-5426
- Product : OPENMARU Installer
- Issuer : opennaru.com
- IP Addr :
*.*.*.*
- Start : 2023.08.31 15:00
- Expire : 2024.12.31 14:59
==================================================

### ##### ###### ## ### ### ### # ##### ### ### #### ### ###
# # # # # # ## # ## ## ## # # # # # # # #
# # # # # # ## # ### ## ### # # # # # # #
# # # # #### # # # # # # # # # # # # # # # #
# # #### # # # # # # # # # ##### #### # # # # #
# # # # # ### # # # # ## # # # # # # #
# # # # # # ## # # # ## # # ## # # # # # # #
### ### ###### ### # ### ### ## ### ### ## #### #### ##### ###
Version : 5.1.0-10.0, Build : xxxxx, Time : 2024-01-01 00:00:00
OPENMARU Installer by Opennaru, Inc.

Console URL : http://192.168.80.190:8111/

OPENMARU Installer>

Installer 시작과 중지

OPENMARU Installer> quit

$ ./start.sh
...
Console URL : http://192.168.80.190:8111/
...
OPENMARU Installer>

Installer 에 접속

정상적으로 구동이 되었다면, 인터넷을 통하여 설치한 OPENMARU Installer에 접속한다. 주소는 http://ip_of_host:8111/ 이다.