An open API service indexing awesome lists of open source software.

https://github.com/aershov24/node.raneto.kb

Raneto Knowledge Base
https://github.com/aershov24/node.raneto.kb

Last synced: 4 months ago
JSON representation

Raneto Knowledge Base

Awesome Lists containing this project

README

          

Raneto
======

[Raneto](http://raneto.com) is a free, open, simple Markdown powered Knowledgebase for Nodejs. [Find out more →](http://docs.raneto.com/what-is-raneto)

Requirements
------------

* [Node.js](http://nodejs.org) **v4.0.0** (or later)

Install
-------

1. Download the latest version of Raneto from the [releases page](https://github.com/gilbitron/Raneto/releases)
2. Create a new directory where you would like to run the app, and un-zip the package to that location
3. Fire up a Terminal, the Node Command Prompt or shell and change directory to the root of the Raneto application (where app.js and config.js are)
4. run `npm install` to install the node dependencies
5. To start Raneto, run `npm start`
6. Visit `http://localhost:3000` in your web browser

Note: When running on a live site you'll want to set the `PORT` env variable to `80` so you don't need to add `:3000` to the URL.

Demo & Docs
-----------

See http://docs.raneto.com

Contribute
----------

See http://docs.raneto.com/contributing

Showcase
--------

Using Raneto in the wild? We'd love to see it. Add your site to the [Raneto Showcase](https://github.com/gilbitron/Raneto/wiki/Raneto-Showcase).

Credits
-------

Raneto was created by [Gilbert Pellegrom](http://gilbert.pellegrom.me) from
[Dev7studios](http://dev7studios.com). Released under the [MIT license](https://raw.githubusercontent.com/gilbitron/Raneto/master/LICENSE).