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.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.
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.
Checkout the branch feature-nw
, in the directory app and then run:
npm install
bower install
ember nw
ember nw:package
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/.