An open API service indexing awesome lists of open source software.

https://github.com/osrf/gz-simulationq

Web component to manage simulation runs on CloudSim
https://github.com/osrf/gz-simulationq

Last synced: 5 months ago
JSON representation

Web component to manage simulation runs on CloudSim

Awesome Lists containing this project

README

          

[ ![Codeship Status for osrf/gz-simulationq](https://codeship.com/projects/4a474a60-2794-0134-e82d-3ecd098fa328/status?branch=master)](https://codeship.com/projects/162319)

[![GitHub version](https://badge.fury.io/gh/osrf%2Fgz-simulationq.svg)](https://badge.fury.io/gh/osrf%2Fgz-simulationq)

[![Dependency Status](https://www.versioneye.com/user/projects/57ca389a968d640039516e85/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57ca389a968d640039516e85)

# \

documentation: [https://osrf.github.io/gz-simulationq/components/gz-simulationq](https://osrf.github.io/gz-simulationq/components/gz-simulationq)

demo: [https://osrf.github.io/gz-simulationq/components/gz-simulationq/demo](https://osrf.github.io/gz-simulationq/components/gz-simulationq/demo)

Manages simulation runs on a CloudSim simulation server

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

## Viewing Your Application

```
$ polymer serve
```

## Building Your Application

```
$ polymer build
```

This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.

You can serve the built versions by giving `polymer serve` a folder to serve
from:

```
$ polymer serve build/bundled
```

## Running Tests

```
$ polymer test
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.