Coder Social home page Coder Social logo

flowviewer's Introduction

FlowViewer

This repository is a clone of the original FlowViewer 4.6 files from Sourceforge: https://sourceforge.net/projects/flowviewer/

Version 4.6.1 Release Notes - 4 April 2017

This release does not change any code of the original files, but factors them to make it easier to install in a Ubuntu docker instance. (This avoids Steps 3-5 on page 4 of FlowViewer.pdf which are a pain...)

To use them, get the zip file from this github repository, unzip the package into /tmp, and execute these commands (you may need sudo...):

curl https://github.com/richb-hanover/FlowViewer/archive/master.zip -0L > /tmp/FlowViewer-master.zip 
unzip /tmp/FlowViewer-master.zip -d /tmp
cd /var/www
sudo mv /tmp/FlowViewer/html/ .
sudo mv /tmp/FlowViewer/cgi-bin/ .
sudo chown -R www-data: html/
sudo find html -type f -exec chmod 664 {} + -o -type d -exec chmod 775 {} +
sudo chown -R www-data: cgi-bin
sudo chmod -R +x cgi-bin

The files will be in the proper directories (html & cgi-bin) with the proper permissions

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.