Total Pageviews

Saturday 12 March 2022

静态网站程序Raneto

Markdown powered Knowledgebase for Nodejs.

http://raneto.com/

Raneto is a free, open, simple Markdown powered knowledgebase for Node.js. 

Find out more 

Visit http://docs.raneto.com to see a demo and get started!

Quickstart

  1. In a terminal, run:

    git clone https://github.com/gilbitron/Raneto
    cd Raneto
    npm install && npm run gulp && npm start
  2. Visit http://localhost:3000 to display the output.

See the installation guide for more information.

Supported Node Versions:

  • v14.x.x (Current)
  • v12.x.x (LTS)
  • v10.x.x (LTS) Please use the latest version available of the above major Node.js releases to ensure you have the latest security fixes!

Links

Related Projects

from https://github.com/gilbitron/Raneto
-----

Elysium-Project.org - Knowledge Base

Elysium's main source for support & helpful articles. This repository only includes the app, but no articles!

Links

Built with

  • Raneto - A markdown powered KB for Node.JS
  • SHA.js - Streamable SHA hashes in pure JavaScript

Quick Start

  1. Clone the repository & install Node.JS
  2. Inside the repo's folder, run: npm install
  3. Create a kb/credentials.js file and set your accounts (password needs to be hashed with SHA-256)
  4. Launch the app with: npm start or npm run start_win (Windows)
  5. Visit http://localhost:3000 in your webbrowser
  6. You can login at http://localhost:3000/login
  7. For more information check Raneto's documentation!
from https://github.com/ruterfu/knowledge-base

No comments:

Post a Comment