Vuvuzela 客户端:Vuvuzela-web

jopen 9年前

Vuvuzela-web 是 Vuvuzela 的一个基于 Web 的客户端,基于 Ember.js 构建。

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url>this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, tryember help generatefor more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build(development)
  • ember build --environment production(production)

Configuration

Until a PKI has been integrated into Vuvuzela (See issue tracked here), the PKI is hard coded, as with the CLI client implementation. For working with the hard coded implementation:

  • List all usernames/public keys inapp/services/pki.js
  • List all server keys inapp/services/session.js
  • ReplacewsAddressinconfig/environment.jswith the address of the Vuvuzela Entry Server

Vuvuzela 客户端:Vuvuzela-web

项目主页:http://www.open-open.com/lib/view/home/1450603899205