Skip to content

oslc-op/website-content-negotiation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js server to handle content negotiation for the OSLC website.

Discourse status Gitter

Getting started

npm i
npm start --dev_base=/Users/andrew/git/oslc/web/website/content/ns

Deployment

On the server:

cd ~/workspace/oslc-site-content-negotiation/
git checkout master
git pull
npm ci
npm i -g pm2
pm2 update
pm2 restart negotiation.js --update-env || NODE_ENV=production pm2 start negotiation.js
pm2 save
pm2 status

On the dev machine:

./test.sh -p

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •