tonilopezmr / tonilopezmr.github.io

My web portfolio.
https://tonilopezmr-github-io.vercel.app
Other
4 stars 1 forks source link

AutoService - Diary #69

Open tonilopezmr opened 1 year ago

tonilopezmr commented 1 year ago

11-10-2022

https://docs.strapi.io/developer-docs/latest/getting-started/quick-start.html https://lightsail.aws.amazon.com/ls/webapp/create/instance?region=eu-west-3

Additional info: https://forum.strapi.io/t/how-to-run-strapi-in-dev-mode-with-forever/6106 https://forum.strapi.io/t/cannot-connect-to-mongodb-atlas-in-development-mode-after-deployment-to-heroku/5322 https://forum.strapi.io/t/how-to-put-strapi-in-development-stage-after-deployment/16917

15-10-2022

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

. ~/.nvm/nvm.sh # activate nvm

 nvm install --lts # install node

node -e "console.log('Running Node.js ' + process.version)" #node test

sudo yum install git -y # install git

npm install --global yarn # install yarn

You have to upload .env, .tmp/data.db

You have to configure config/server.js and add url with the IP of the server, then npm run build :D

As this is progressing so fast I'm going to stop publicly adding information about this :D