Raneto is a free, open, simple Markdown powered Knowledgebase for Nodejs. Find out more →
Release v0.7.0
This is the first set of changes, mostly from submitted Pull Requests.
Cleanup will be ongoing, and here's how you can help:
- Something Broken? Submit a new Issue and we'll help you out.
- Something Missing? Submit a new Issue or a Pull Request to get the conversation started
- Enjoying Raneto? Add your site to the Raneto Showcase.
2015.10.10 - version 0.7.0
- [New] Added online editing of pages, contributed by @matthiassb
- [New] Added HTTP Basic authentication, contributed by @eighteyes
- [New] Added custom template layouts, contributed by @zulfajuniadi
- [Fixed] Highlight.js language detection, contributed by @thurloat
- [Fixed] Mobile design layout, contributed by @adimitrov
- [Fixed] Added config.base_url in front of all assets, contributed by @valeriangalliat
- Node.js v0.10+
- Download the latest version of Raneto from the releases page
- Create a new directory where you would like to run the app, and un-zip the package to that location
- 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)
- run
npm install
to install the node dependencies - To start Raneto, run
npm start
- 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.
See http://docs.raneto.com/contributing
Using Raneto in the wild? We'd love to see it. Add your site to the Raneto Showcase.
Raneto was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.