Changes between Version 2 and Version 3 of BuildInstructions
- Timestamp:
- 09/11/26 07:49:26 (9 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildInstructions
v2 v3 3 3 Firstly, the project needs to be cloned locally from !GitHub. This can be done using the command {{{git clone https://github.com/mmilevski/kernelrecords}}}. 4 4 5 Then, a connectionto the database needs to be established using the command {{{ssh -N -L 5433:localhost:5432 t_kernelrecords@194.149.135.130}}} and inserting the correct password.5 Then, a SSH tunnel to the database needs to be established using the command {{{ssh -N -L 5433:localhost:5432 t_kernelrecords@194.149.135.130}}} and inserting the correct password. 6 6 7 7 Running the application is achieved by using the commands {{{dotnet build}}} and {{{dotnet run}}}. Then, it can be accessed through a web browser of choice at http://localhost:5046/
