outline-server/src/server_manager
2018-04-06 19:02:45 -04:00
..
cloud import code 2018-03-14 17:52:39 -04:00
electron_app Prepare for macOS release (#64) 2018-04-03 13:49:26 -04:00
images Remove unused images (#51) 2018-03-26 14:30:47 -04:00
infrastructure import code 2018-03-14 17:52:39 -04:00
install_scripts Fix Watchtower interval (should be 1 hour) 2018-03-29 15:38:27 -04:00
model import code 2018-03-14 17:52:39 -04:00
types import code 2018-03-14 17:52:39 -04:00
ui_components reduce column width on intro page to fix wrapping 2018-03-19 15:50:17 -04:00
web_app Adding more sentry logging for connecting to digitalocean servers 2018-04-05 16:10:11 -04:00
bower.json import code 2018-03-14 17:52:39 -04:00
index.html import code 2018-03-14 17:52:39 -04:00
package.json Move bower install into postinstall 2018-04-06 16:22:53 -04:00
README.md Update documentation 2018-04-06 19:02:45 -04:00

Outline Manager

Running

To run the Outline Manager:

yarn do server_manager/electron_app/run

Packaging

To build the app binary:

yarn do server_manager/electron_app/package_${PLATFORM}

Where ${PLATFORM} is one of linux, macos, only_windows.

The per-platform standalone apps will be at build/electron_app/static/dist.

  • Windows: zip files. Only generated if you have wine installed.
  • Linux: tar.gz files.
  • macOS: dmg files if built from macOS, zip files otherwise.

Releases

To perform a release, use

yarn do server_manager/electron_app/release

This will perform a clean and reinstall all dependencies to make sure the build is not tainted.