Giter VIP home page Giter VIP logo

wikinets's Introduction

This is the code for WikiNets. Feel free to contribute. It's available under a GNU GPL v3 license, the text of which is bundled, but in short: you're free to take this code and modify it as you wish, on the condition that you declare any changes you make, and pass on this freedom and responsibility in any release of your altered code. Also you should generally be nice.

Stable Version http://wikinets-demo.herokuapp.com

Edge: http://wikinets-edge.herokuapp.com

http://thewikinetsproject.wordpress.com

WikiNets can be set to work with a local WikiNet on your machine or with a WikiNet in the cloud.

By default it is set-up to work with one free sandbox WikiNet that everyone shares.

SETUP

To Run:

git clone --recursive https://github.com/willzeng/WikiNets
cd wikinets
npm install
sh server.sh

Browse to localhost:3000

LOCAL OPTION:

To Run on a local WikiNet, you will need to install a copy of Neo4j: Install neo4j http://www.neo4j.org/download Linux http://www.neo4j.org/download/linux:

# start root shell
sudo -s
# Import our signing key
wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - 
# Create an Apt sources.list file
echo 'deb http://debian.neo4j.org/repo stable/' > /etc/apt/sources.list.d/neo4j.list
# Find out about the files in our repository
apt-get update
# Install Neo4j, community edition
apt-get install neo4j
# start neo4j server, available at http://localhost:7474 of the target machine
neo4j start

Change one line in web.js to set var url = 'http://localhost:7474';

sh server.sh Browse to localhost:3000

wikinets's People

Contributors

willzeng avatar backens avatar brendanfong avatar davidfurlong avatar chris00zeng avatar

Watchers

Dor Aleph Garbash 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.