Skip to content

ViSH Editor Installation

Aldo edited this page Feb 9, 2015 · 2 revisions

ViSH Editor Installation

  1. Introduction
  2. Install ViSH Editor with Ruby on Rails server side
  3. Install ViSH Editor with Node.js server side (deprecated)
  4. Install ViSH Editor with Apache (only client-side)

ViSH Editor is an open source e-Learning authoring tool to create web presentations in a simple and friendly way.

The client side has been developed using HTML5, CSS and JavaScript. The source code is available in this same repository.
A server side implementation has been developed in Ruby on Rails. The source code of this implementation is available in the ViSH repository, and it is also open source.

  • The tool is composed by two main modules:
    • ViSH Viewer: is a fully client-side HTML application, which only allows to show the presentations. Since it has no server side, all the source code is available on this same repository.
    • ViSH Editor: allows both to create/edit and show the presentations. It requires a server side.

It is possible to install ViSH Editor entirely (client and server sides) or just install the client side. If you only install the client side, the application will work as a fully client-side web application and the server actions will be simulated. This mode is only useful for development purposes.

  1. Install ViSH Editor with Ruby on Rails server side
  2. Install ViSH Editor with Node.js server side (deprecated)
  3. Install ViSH Editor with Apache (only client-side)