chichiwang / tamsui

An Express/React universal application boilerplate
https://tamsui.dev/
MIT License
0 stars 1 forks source link

Get a server and deploy #123

Closed chichiwang closed 4 months ago

chichiwang commented 4 months ago

Get a server, domain name (tamsui.dev) and deploy the boilerplate to the target server. This will allow us to create stories necessary for productionalizing the boilerplate. I imagine configuration files, etc.

Acceptance Criteria:

chichiwang commented 4 months ago

Hosting set up, application deployed to hosting server at tamsui.dev.

It has been a pain in the ass working with OpenLiteSpeed for the first time, shelling into the server and working with the configurations. We are set up on an Ubuntu 22.04 server with Node.js installed.

Still need to figure out how to utilize NVM to run the server (running it on the built-in Node v18.20.3 at the moment) and stories will need to be created to create production credentials (until we figure out how to reconfigure the virtual host port). There is still a lot to figure out here.

chichiwang commented 4 months ago

TODOS:

chichiwang commented 4 months ago

Task completed, stories created