Loredra L
Loredra L

Reputation: 1553

Duplication/export jsreport server

I was working with jsreport server on my own environment. Now I would like to deploy it on the real server. Is there any function like export/ or duplicate to make the new server has all config just like mine?

Upvotes: 0

Views: 73

Answers (1)

Jan Blaha
Jan Blaha

Reputation: 3095

You should be able to copy the whole application directory if your production server has the same OS.

However usually you copy just these assets and then run npm install

  • dev|prod.config.json
  • data
  • server.js
  • package.json

Upvotes: 1

Related Questions