deploy to server without docker on digitalocean
Little bit hard
1) parking a subdomain to the server
Frontend:
2.1) create a node project folder, upload the script, and map the domain
2.2) run npm start after restart
2.3) config API URL
Backend:
3.1) create an apache project folder, upload the script, and map the domain
3.2) create DB and import SQL script
3.3) config DB
1) parking a subdomain to the server
Frontend:
2.1) create a node project folder, upload the script, and map the domain
2.2) run npm start after restart
2.3) config API URL
Backend:
3.1) create an apache project folder, upload the script, and map the domain
3.2) create DB and import SQL script
3.3) config DB