You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy a test app with Keystone 6 into my hosting (https://king.host/node-js#planos) but I don't understand how to start the server.
I'm new to node.js in general and really appreciate any help.
I changed my node version to match the server's (17.9), and my local build ran successfully (yarn keystone build)
Then I've tried uploading .keystone\admin.next directiory, and also did tests uploading only the /static or /server folders, but couldn't get it to work;
When trying to run npm install in the server, via SSH, nothing gets installed because the package.json generated in the build is empty. Do I need to install all dependencies my project uses? Or the build process includes all dependencies in chunks?
Of course, when trying to run "keystone start", the terminal can't understand the command.
Ps: In my hosting, I can create node.js applications and I need to set the starter script for the application, what file should I set in this field?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to deploy a test app with Keystone 6 into my hosting (https://king.host/node-js#planos) but I don't understand how to start the server.
I'm new to node.js in general and really appreciate any help.
I changed my node version to match the server's (17.9), and my local build ran successfully (yarn keystone build)
Then I've tried uploading .keystone\admin.next directiory, and also did tests uploading only the /static or /server folders, but couldn't get it to work;
When trying to run npm install in the server, via SSH, nothing gets installed because the package.json generated in the build is empty. Do I need to install all dependencies my project uses? Or the build process includes all dependencies in chunks?
Of course, when trying to run "keystone start", the terminal can't understand the command.
Ps: In my hosting, I can create node.js applications and I need to set the starter script for the application, what file should I set in this field?
Beta Was this translation helpful? Give feedback.
All reactions