Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

docksal/electron-app-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docksal UI

These aren't the droids you're looking for...

Requirements

Runs on:

  • macOS 10.12+
  • Windows 7+
  • Ubuntu 14.04

Running from sources

Install electron globally

npm install electron -g

Run

electron .

Compiling

Compiling instructions for macOS 10.12+

Compiling native platform version

Install electron-packager globally

npm install electron-packager -g

Run

./build-app.sh

Compiling win32 version on macOS

1. Install/update XCode to the latest version (takes a while).

2. Install Homebrew

3. Install wine (takes a while)

brew install wine

4. Run

./build-app.sh win32

Compiling Ubuntu version on macOS

./build-app.sh linux