Skip to content

raven-os/docs-raven-os-org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raven-OS's Documentaton Build Status

Hosts and updates Raven-OS's documentation.

It is based on Rocket.

Getting Started

These instructions will get your own copy Raven-OS's Documentation up and running on your local machine for development and testing purposes.

See deployment for notes on how to deploy the project on a live system.

Prerequisites

Use a nightly version of rust

$ rustup default nightly

Configuration

You can have a look at Rocket's documentation to see how to configure a Rocket.toml. Default settings should be find for debugging purposes.

Run

$ cargo run

You can tweak the default ip/port with some environment variables (More informations here:

$ ROCKET_ADDRESS=127.0.0.1 ROCKET_PORT=80 cargo run

You may need sudo if you want to listen on port 80.