GithubHelp home page GithubHelp logo

8detect / nginx-wiki Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nginxinc/nginx-wiki

0.0 2.0 0.0 4.69 MB

Source for the new wiki

License: Other

Shell 0.24% Makefile 0.74% Batchfile 2.85% Python 14.61% HTML 39.24% CSS 38.58% JavaScript 3.74%

nginx-wiki's Introduction

NGINX wiki

image

This is the source repository for the new NGINX wiki. It is written in reStructuredText format as intended to be compiled into HTML using Sphinx Documentation Generator.

Compiling

To compile a local copy of the documentation you will need Sphinx installed. Most Linux distributions have this in their repositories and can be installed with commands such as:

$ sudo apt-get install python-sphinx

or

$ sudo yum install python-sphinx

Alternatively it can be installed with Python's pip package manager:

$ sudo pip install Sphinx

There are a couple of extra dependencies you will also need to build the Markdown parts of the documentation:

$ sudo pip install recommonmark commonmark==0.5.5

You can then build the docs with:

$ make dirhtml

The HTML output is stored in the build/dirhtml directory. You can view this any way you desire, a very easy way to do it is to use NGINX. The build system can execute NGINX using:

$ make serve

Or if you have NGINX in a non-standard path (for example /opt/nginx/) you can point to the path of the NGINX binary with:

$ NGINX_PATH=/opt/nginx/sbin make serve

NGINX will be started on port 8080 so you can view the wiki by browsing to http://localhost:8080/

When you are done, CTRL-C will exit NGINX.

Contributing

We welcome edits and additions to this wiki. To find out more about how to do this please see out Submitting Contributions page. If you spot any problems please file a GitHub Issue.

If you have any questions or require any help with this wiki please use the NGINX Mailing List.

nginx-wiki's People

Contributors

linuxjedi avatar aluttik avatar agentzh avatar tmauro-nginx avatar sarahnovotny avatar greg-1-anderson avatar dedok avatar danifbento avatar tonyta avatar siqiliudi avatar slact avatar pleshakov avatar veruu avatar pmvd avatar beanso avatar kwojtek avatar tmthrgd avatar osokin avatar ottenhoff avatar oquile avatar miteshshah avatar kmjones1979 avatar davidjb avatar colans avatar pastudan avatar opdavies avatar kottenator avatar vbart avatar hvnsweeting avatar wandenberg avatar

Watchers

James Cloos avatar Infinity Detective avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.