Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willzeng/cograph
A way to build and explore webs of ideas.
https://github.com/willzeng/cograph
Last synced: 5 days ago
JSON representation
A way to build and explore webs of ideas.
- Host: GitHub
- URL: https://github.com/willzeng/cograph
- Owner: willzeng
- License: gpl-2.0
- Created: 2014-04-11T16:42:00.000Z (over 10 years ago)
- Default Branch: dev
- Last Pushed: 2016-03-26T11:53:27.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:20:19.636Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://www.cograph.co/
- Size: 49.5 MB
- Stars: 15
- Watchers: 6
- Forks: 3
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - willzeng/cograph - A way to build and explore webs of ideas. (others)
README
Cograph
=====
Live at: [cograph.co](http://cograph.co)![Cograph screenshot](http://www.wjzeng.net/shared/screenshot.png)
Cograph is a free, open source platform for making and sharing webs of ideas.
It was born of many ideas and is maintained by [Will Zeng](https://github.com/willzeng), [David Furlong](https://github.com/davidfurlong/) + [contributors](https://github.com/willzeng/cograph/graphs/contributors).
We're happy to [acknowledge the help of many friends](https://github.com/willzeng/cograph/wiki/Acknowledgements) who helped inspire the project.Contributing
----------
Anyone is welcome to report a bug, request a feature, or otherwise contribute to Cograph. We'll be tracking all such things through this repo's [issue tracker](https://github.com/willzeng/cograph/issues) and you can some of the upcoming roadmap on the project's [homepage](http://cograph.co).API
----------
Some details of the Cograph server API can be found on the [wiki page](https://github.com/willzeng/cograph/wiki).How to Run Locally
----------- Neo4j Server 2.1.3 <= Version <= 2.2.0 Required
At time of writing 2.1.8 is most current and can be downloaded from: [Download](http://neo4j.com/download/other-releases/)
- Clone this repo
- `npm install` should install your node modules in the `node_modules/` folder.
- `npm install -g bower` should install bower to your global path.
- `bower install` should install your front end models in the `assets/libs/` folder.Then you should be able to run `./bin/www` to get the server running at `localhost:3000/`
Testing
-------
TODOCopyright & License
-------
Copyright (c) 2014-2015 GraphDocs Inc. - Released under [GPLv2](https://github.com/willzeng/cograph/blob/dev/LICENSE)