-1

Example here http://clevercontent.org/keystone/signin

How should i deploy it properly?

Andrey Vaganov
  • 1,684
  • 1
  • 12
  • 18

1 Answers1

1

There was a problem with RAM on my server on DigitalOcean. I don't have anough RAM to successful npm install. So i make npm install on local machine and moved node modules on server.

DON'T DO THIS

npm install must to be run on server. Because your node.js libs should be compiled by same C++ library. So i extend SWAP on server and this is solve problem with npm install

Andrey Vaganov
  • 1,684
  • 1
  • 12
  • 18