https://github.com/monkey/duda-docs
Duda I/O Documentation
https://github.com/monkey/duda-docs
Last synced: about 2 months ago
JSON representation
Duda I/O Documentation
- Host: GitHub
- URL: https://github.com/monkey/duda-docs
- Owner: monkey
- Created: 2014-08-09T01:31:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T20:27:26.000Z (almost 12 years ago)
- Last Synced: 2024-03-26T04:13:23.894Z (about 2 years ago)
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duda I/O Documentation
[Duda I/O](http://duda.io) is a _High Performance Web Services Framework_ to develop scalable services for Linux and Embedded Linux.
The following content is the source of [Duda I/O](http://duda.io) documentation project.
## Requirements
This documentation is generated using [Gitbook](http://gitbook.io), so the following tools needs to be installed:
### NPM
```
$ sudo apt-get install npm
```
### Gitbook
```shell
$ sudo npm install gitbook
$ sudo npm install gitbook-plugin-richquotes
```
## How the documentation is built
All documentation is made in GIT Flavored Markdown format and is rendered using the [Gitbook](https://github.com/GitbookIO/gitbook) tool. To generate a HTML documenation from this source please issue the following command:
```shell
$ gitbook serve -p 9000 src/
```
Then point your browser at http://127.0.0.1:9000/ to see the HTML documents. For more options check the Gitbook help.