A desktop client for the Symphony Collaboration Platform built using Electron
Go to file
2017-02-14 17:46:37 -08:00
build update dmg img 2017-02-13 16:31:42 -08:00
installer add msi installer 2017-02-15 01:26:24 +00:00
js update preload files 2017-02-14 17:44:15 -08:00
.gitignore add gitignore file 2017-02-13 16:43:08 -08:00
LICENSE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
NOTICE added LICENSE and NOTICE files 2016-12-03 00:59:30 +01:00
package.json update preload files 2017-02-14 17:44:15 -08:00
README.md readme update 2017-02-14 17:45:13 -08:00

SymphonyElectron

Project Goals:

Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:

  1. Standardizing the JS to native interfaces
  2. Standardizing the app to app interfaces (current embedding API)
  3. Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.

In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group

Build Instructions:

  • to pick up dependencies: npm install
  • to locally run mac version: npm run dev:mac
  • to locally run windows (64 bit) version: npm run dev:win
  • to build mac dmg: npm run dist-mac
  • to build win squirrel installer exe (64 bit): npm run dist-win
  • to build win squirrel installer exe (32 bit): npm run dist-win-x86
  • to build win msi, use 'advanced installer' .aip file in installer/ dir

to change the url start location, edit package.json and change 'homepage' variable.

if desiring to run against server without proper cert use cmd line option: --ignore-certificate-errors

if you want to build windows version on mac then need to install few items, see: https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build