Skip to content

grnet/icaas-clients

Repository files navigation

ICaaS UI

This application is the UI of ICaaS, in the form of a web and a desktop client. The development of the clients is based on the framework Ember.js.

Development of web client

Prerequisites

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, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Development of nw client

ICaaS UI can either be deployed/used as a web client, or as a nw client. The commits for the nw client are placed in the branch feature-nw.

Installation

Checkout the branch feature-nw, in the directory app and then run:

  • npm install
  • bower install

Running / Development

ember nw

Packaging

ember nw:package

Copyright and license

Copyright (C) 2015 GRNET S.A.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.