Skip to content

ridingbytes/plone.commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plone Commander

Version: 0.1.1
Requirements:plone.jsonapi.routes >= 0.8.3

Plone Commander is a cross platform web application based on Electron and ExtJS. It communicates with Plone through plone.jsonapi.routes.

See it in Action

YouTube Screencast: https://youtu.be/h9Bc37_eutE

Prerequisites

  • Download the latest version of Electron to the static directory.

Build for your OS

  1. Download the latest version of Electron for your operating system.
  2. Download the latest version of the Plone Commander app
  3. Extract the Plone Commander App into the resources directory of Electron
  4. Start the application

Development

Install dependencies:

npm install

Build:

grunt coffee