Versions Compared

Key

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

...

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


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

Code Block
languagebash
root@ubuntu:/usr/local/src# cd /opt/machbase
root@ubuntu:/opt/machbase# ls -l
total 4
lrwxrwxrwx 1 root     root       28 Jan  3 00:25 current -> /opt/machbase/versions/5.1.9
drwxrwxr-x 3 machbase machbase 4096 Jan  3 00:25 versions
root@ubuntu:/opt/machbase#

...