Skip to content

Following the Usage Tutorial #166

Discussion options

You must be logged in to vote

I found the solution! Running on DigitalOcean, but this is reproducable in any Linux server environment.

  1. Make sure your server code works locally, then (optional / recommended) put it in a repo. Be ready to get the repo's URL
  2. So, set up your droplet / instance / server / whateva as long as it's an Ubuntu Linux server, and open the server's console (or SSH in)
  3. Now my server came with Node v12 by default, which won't do:
    1. Run node -v and if the version is greater than v16, you're good. Skip to the next step
    2. Otherwise, run npm install -g n to install the Node.js version manager
    3. Then run sudo n stable to replace your current Node with the latest stable release (will be > v16)
  4. Clone your re…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lilacsnacc
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant