nodeguide.com

我对 node.js 的非官方和有主见的指南。「My unofficial and opinionated guide to node.js.」

Github星跟踪图

nodeguide.com

Local installation

git clone git@github.com:felixge/nodeguide.com.git
cd nodeguide.com 

Viewing the Guide

With Docker

If you don't know what Docker is, then it will be easiest for you to view the Without Docker instructions, below.

If you do not have a webserver (Apache/ Nginx) running, you will probably have port 80 available, in which case just run:

docker-compose up

If, however port 80 is already taken by a webserver (typical for a development environment), you will see an error like this: Error starting userland proxy: listen tcp 0.0.0.0:80: listen: address already in use.
In which case, you can use the "override" file to make it use a different port (e.g. 8080 if that is available):

cp docker-compose.override.yml.dist docker-compose.override.yml
docker-compose -f docker-compose.override.yml up

Without Docker - Debian/ Ubuntu

You can run these commands to view the guide locally, temporarily.

sudo apt install pandoc # if you don't yet have pandoc installed
make
Technology Command Line
PHP php -S localhost:8000
Python python -m SimpleHTTPServer 8000
Python - twistd twistd -n web -p 8080 --path .
Ruby ruby -run -ehttpd . -p8080

Then visit: http://localhost:8000

See Also

主要指标

概览
名称与所有者felixge/nodeguide.com
主编程语言CSS
编程语言Makefile (语言数: 4)
平台Docker, Linux, Windows Subsystem for Linux (WSL)
许可证
所有者活动
创建于2011-03-29 12:43:40
推送于2019-02-03 11:23:07
最后一次提交2019-02-03 12:23:06
发布数0
用户参与
星数367
关注者数48
派生数43
提交数93
已启用问题?
问题数18
打开的问题数11
拉请求数11
打开的拉请求数0
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?