Versions Compared

Key

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

...

이후 데이터베이스가 생성되고 마크베이스 서버와 MWA 웹서버가 자동으로 실행된다.


마크베이스 디렉토리 디렉터리 내부에는 최신 버전으로 심볼릭 링크가 되어 있는 current 라는 디렉토리가 디렉터리가 있고, versions 디렉토리에는 디렉터리에는 마크베이스 버전 별로 파일들이 위치해 있다.

Code Block
languagebash
[root@localhost ~]$ cd /opt/machbase
[root@localhost machbase]# ls -l
total 4
lrwxrwxrwx. 1 root     root       28 Jan  2 14:12 current -> /opt/machbase/versions/5.1.9
drwxr-xr-x. 3 machbase machbase 4096 Jan  2 14:12 versions
[root@localhost machbase]$


/etc/init.d 디렉토리내에 디렉터리내에 machbased 라는 쉡 스크립트가 설치가 되고, 이를 이용하여 마크베이스를 사용할 수 있다.

...