adaltas/node-csv-docs


Website for the csv projects

http://csv.js.org

License: MIT

Language: JavaScript

Keywords: csv, gatsby


Node.js CSV Documentation

This is the source code for the official website of the CSV parser for Node.js hosted at [csv.adaltas.com]. Please submit an issue if you see any typo or possible improvement for the documentation.

Deploy Instructions

git clone https://github.com/wdavidw/node-csv-docs.git csv-docs
cd csv-docs
cat /root/.bowerrc
npm install
# Generate the documentation
node_modules/docpad/bin/docpad generate --env static --out www
# Build the container
docker build -t csv-docs .
# Start nginx unless already running
docker run -d -p 91.121.35.92:80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro jwilder/nginx-proxy
# Serve the CSV documentation
docker run  -d -p 80 csv-docs
docker rm -f csv-docs
docker run \
  --name csv-docs \
  -d -p 2020:2020 \
  -v `pwd`/Caddyfile:/etc/caddy/Caddyfile  \
  -e VIRTUAL_HOST=csv.adaltas.com \
  csv-docs -conf /etc/caddy/Caddyfile
# Audit
sleep 2 && docker ps && docker logs -f csv-docs

Project Statistics

Sourcerank 5
Repository Size 6.85 MB
Stars 2
Forks 58
Watchers 2
Open issues 0
Dependencies 0
Contributors 15
Tags 0
Created
Last updated
Last pushed

Top Contributors See all

Benjamin Lupton Worms David Khalid Jebbari Vaughan Rouesnel Chris Barber Peter Haldbæk Mark Stosberg Daniel Hritzkiv Ev Bogue Rob Loach Bruno Heridet Robin Joseph Erik Anderson Marc Bourlon Kelvin Luck

Interesting Forks See all

johnEthicalTechnology/node-csv-docs
Website for the csv projects
MIT - Updated - 1 stars

Something wrong with this page? Make a suggestion

Last synced: 2016-07-21 20:08:57 UTC

Login to resync this repository