项目作者: soixantecircuits

项目描述 :
An web admin for media-manager
高级语言: Vue
项目地址: git://github.com/soixantecircuits/media-manager-admin.git
创建时间: 2017-01-11T16:34:14Z
项目社区:https://github.com/soixantecircuits/media-manager-admin

开源协议:

下载


media-manager-admin

Web interface for media-manager

Build Setup

  1. git clone git@github.com:soixantecircuits/media-manager-admin.git
  2. cd media-manager-admin
  3. yarn

Configuration

You can configure setting/default.json:

  1. {
  2. "mediaManager": {
  3. "server": "localhost:8080",
  4. "apiRoute": "/api/v1"
  5. },
  6. "listRefreshInterval": 4,
  7. "nbDisplayedOptions": [ 5, 10, 25, 50 ]
  8. }

mediaManager.server is the media-manager server’s adress.
mediaManager.apiRoute is the base route to media-manager’s endpoints.
listRefreshInterval is the interval at which the list view is updated.
nbDisplayedOptions is an array of possible number of medias displayed in one page.

If you want to change the port to listen to, you can do so by modifying the port in config/index.js. The default port is 4242.

media-manager-admin requires media-manager to be running in order to use the application

Run

  1. # Start the application
  2. npm start

When the application has started, you can access localhost:[your_port], to display and moderate the files in the media-moderator server.