GithubHelp home page GithubHelp logo

imclab / manylines Goto Github PK

View Code? Open in Web Editor NEW

This project forked from medialab/manylines

0.0 2.0 0.0 5.51 MB

Explore networks and publish narratives.

License: GNU Lesser General Public License v3.0

JavaScript 89.52% CSS 10.48%

manylines's Introduction

manylines

Explore networks and publish narratives.

Installation

1) Node.js

manylines runs on Node.js. If you do not have it installed yet, refer to its website.

2) Couchbase

If you do not have an instance of Couchbase running, you'll have to install one or decide to work on a Mock and skip this step. Note that in Mock mode, graphs will be deleted when the application stops.

Example for Debian/Ubuntu

# Downloading package
wget http://packages.couchbase.com/releases/2.2.0/couchbase-server-community_2.2.0_x86_64.deb

# Installing package
sudo dpkg -i couchbase-server-community_2.2.0_x86_64.deb

# Then go to localhost:8091 to setup

For other distributions, please refer to the couchbase site.

N.B.: manylines currently uses a 2.x.x version of Couchbase.

3) Application

# Clone the app
git clone [email protected]:medialab/manylines.git

# Install its dependencies
npm install

# Copy the sample config and fill in the needed information
cp config.sample.json config.json

Usage

Starting the app

For development

npm start

For production

# Build assets
gulp

# Starting app
NODE_ENV='prod' npm start

The application will then be available through server:8000/app.

manylines's People

Contributors

danieleguido avatar jacomyal avatar jacomyma avatar paulgirard avatar yomguithereal avatar

Watchers

 avatar  avatar

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.