COS301-SE-2024 / IoT-DIRfram

This project aims to develop software for a Raspberry Pi that automatically executes when connected via USB or UART to retrieve information from an IoT device. The software will gather details such as firmware version, chip model, and voltage usage, compiling them into an XML format.
1 stars 0 forks source link

SSH into DigitalOceans Server #38

Closed lloydcreighton closed 3 months ago

lloydcreighton commented 3 months ago

SSH into our server and test if we can deploy React app on the server.

lloydcreighton commented 3 months ago

Currently successfully used PuTTY to SSH into the server and install Node and npm, will move on to looking at transferring our files.

lloydcreighton commented 3 months ago

I managed to put the dev branch onto the server, and could run frontend with npm start and I could connect to it with the port number. We'll probably have to look into a more reliable way to deploy, and I'm also not entirely sure if the app runs correctly, but we have something.