Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Web Science Conference 2016 Hackathon: Visualizing the spread of Occupy Movement blog items over time

License

Notifications You must be signed in to change notification settings

appelgriebsch/occupy-hackathon-websci16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd2a721 · May 27, 2016

History

31 Commits
May 25, 2016
May 26, 2016
May 25, 2016
May 27, 2016
May 23, 2016
May 23, 2016
May 25, 2016
May 23, 2016
May 23, 2016
May 23, 2016
May 25, 2016
May 25, 2016
May 25, 2016
May 25, 2016
May 26, 2016

Repository files navigation

electron-boilerplate

An electron boilerplate project incl. PouchDB, AngularJS + Material Design

Included modules

Getting started

  • install node.js (at least Node 4.4.x+ and NPM 2.14.x+ required) from here
  • install Git from here
  • install Python 2.7 from here and add the installation directory to your system path variable
  • For Windows, install Windows SDK for Windows Server 2008 and .NET Framework 3.5 from here
  • For Windows, install Visual Studio 2013/2015 (Express for Desktop is sufficient).
  • clone git repository (git clone -b angularjs https://github.com/appelgriebsch/electron-boilerplate.git ./myproject)
  • open terminal and run npm install to install dependencies
  • start application in debug by executing npm start in terminal

Screenshot

screenshot

Build Distributable Packages

PLEASE NOTE: you will need a virtual machine with the actual operating system and development tools installed to build the native packages for it

  • on OS X (10.9+): creates application bundle and distributable disk image (x64 only, Mac AppStore compatible variant incl.)

    npm run build:osx             // will execute sub-tasks npm run build:osx-app (standalone) and npm run build:osx-mas (Mac AppStore version)
  • on Windows (7+): creates application .exe and distributable setup.exe (x86 and x64)

    npm run build:win32         // will execute sub-tasks npm run build:win32-ia32 and npm run build:win32-x64
  • on Linux (Ubuntu/Fedora): creates application and distributable packages for deb-style and rpm-style distributions (x86 and x64)

    npm run build:linux       // will execute sub-tasks npm run build:linux-ia32 and npm run build:linux-x64

About

Web Science Conference 2016 Hackathon: Visualizing the spread of Occupy Movement blog items over time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published