...
Code Block |
---|
[mach@localhost ]$./MWAserver port 1234 WEBSERVER PORT CHANGED : 1234 |
아래에 명령 옵션 리스트를 기술한다명령 옵션은 아래와 같다.
List of commands
Code Block |
---|
[mach@localhost flask]$./MWAserver help List of commands: * MWAserver start; Startup WebServer * MWAserver restart; Restart WebServer * MWAserver stop; Shutdown WebServer * MWAserver reset; Reset WebServer database * MWAserver port NUMBER; Change WebServer port. |
...
Connect to MWA with Web Browser
You can access the server with IP and port number where MWA is currently operating via Chrome browser or the latest version of Internet Explorer. If you successfully accessed to the server, you can see the login screen. But, it is recommended to use Chrome as MWA is best optimized for Google Chrome. ID and password of MWA are set as "admin" and "machbase" respectively by default.
e.g.: http://127.0.0.1:5001
How to Use MWA
MWA is consisted of 웹 브라우저를 통해서 MWA 서버 IP와 포트번호(예 http:127.0.0.1:5001)를 입력하여 MWA에 접속할 수 있다. 웹 브라우저로는 최신 크롬 브라우저를 추천한다. 접속에 성공하였다면, 로그인 화면이 표시될 것이다. 기본 로그인 계정과 패스워드는 "admin"/"machbase"이다.
How to Use MWA
MWA 의 주 메뉴는 Dashboard, Query, Collection, DB Admin, and Preferences 이다.
Overview
User Authentication
There are two types of user authentication: ADMIN and USER. The user with the ADMIN account is allowed to access all contents. With the USER account, you cannot access to Server and Categories from the menu. It only allows you to change your information in the Users. You can find the Users category under Preferences.
Group
It is used for categorizing and managing stored Query, Grid, Chart and Dashboard. You can select the available categories from the Group on the upper left corner of the screen. User-defined categories can be registered in "Available Groups" from "Users" menu. If Authority is set as ADMIN, the user has the full authentication and it also has the authentication over Grids of other users.
Only ADMIN user can register a Group to Available Groups.
Permission
It sets the range of public scope about the stored Bookmark Query, Grid and Dashboard. There are three types of scope: ALL, USER and OWNER.
ALL: all users can access the contents without log in.
USER: only logged in users can access the contents.
OWNER: the owner can access the contents.
Only ADMIN users, OWNER, the users with ADMIN authentication over the category can modify without permission.
Change a Server
You can change the server, located right next to admin, on the upper right corner of the screen. It can only work properly when the Machbase server is running. When you hover mouse pointer over the selected server, you can check IP and port number of the server.
Dashboard
It provides features to search query results with Grid, Chart and Dashboard. You can create Grid and Chart first and then select and register the created one to the Dashboard. Once it is registered to the Dashboard, it will not be affected even though the original Grid or Chart is modified.사용자 인증
MWA에는 ADMIN과 USER의 두 가지 종류의 사용자가 있다. ADMIN 사용자 계정은 모든 메뉴와 기능을 사용할 수 있고, USER 계정은 ADMIN 사용자가 허가한 기능만 사용할 수 있다.
Group
사용자 권한부여 및 설정을 쉽게 하기 위해서 여러 사용자들을 그룹을 설정할 수 있다. 화면의 좌측 위에서 원하는 그룹 카테고리를 선택할 수 있다. 그룹 카테고리는 "Users"메뉴의 "Available Groups"매뉴에서 설정할 수 있다. ADMIN 계정 사용자는 모든 권한을 갖는다. ADMIN 계정 사용자만 그룹을 등록할 수 있다.
Permission
저장된 Bookmark 질의, 그리드, 대쉬보드등의 리소스에 대한 권한을 설정한다. 권한은 ALL, USER, OWNER 세 가지이다.
ALL : 모든 사용자는 로그인하지 않고 리소스에 접근 가능하다.
USER : 로그인 한 사용자만 리소스에 접근할 수 있다.
OWNER : 그 리소스를 생성한 사용자만 접근할 수 있다.
리소스 생성자가 아니면 ADMIN 권한을 갖는 사용자만 권한 없이 변경할 수 있다.
Change a Server
화면 오른쪽 구석에서 등록한 서버목록을 볼 수 있고, 선택에 따라 다른 서버로 접속할 수 있다. 서버목록은 정상 실행중인 서버만 나타나며, 서버의 IP주소와 포트번호를 이용하여 접속 서버를 확인할 수 있다.
Dashboard
MWA는 질의 결과를 Grid, 차트로 나타내고 이 결과를 대쉬보드 형태로 표시하는 기능이 있다. 대쉬보드를 생성하려면 먼저 그리드, 차트를 생성하여 등록하고, 대쉬보드를 생성하여 등록된 차트, 그리드등을 원하는 형태로 배치하고, 대쉬보드를 등록하는 것이다. 대쉬보드를 한번 등록하면 원본 그리드, 차트를 변경하더라도 그 대쉬보드에 등록된 차트, 그리드는 변경되지 않는다.
사용자는 오른쪽의 대쉬보드와 관련된 정보를 생성하고, 변경하고, 삭제하거나 선택할 수 있다. 그리고 대쉬보드를
Users can create, modify, delete, select from the list and simple information can be modified in the Dashboard Information located on the right side. Also, you can directly insert URL using "Link URL" on the lower-right side of the screen without using menu. As explained above, users able to access different contents based on the granted permissions. To access contents without log in, must set the permission to ALL.
...