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
- Host: GitHub
- URL: https://github.com/aershov24/node.raneto.kb
- Owner: aershov24
- License: mit
- Created: 2016-02-02T07:06:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T07:10:19.000Z (over 9 years ago)
- Last Synced: 2025-03-12T16:16:44.551Z (7 months ago)
- Language: JavaScript
- Size: 7.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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 browserNote: 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).