What would be the best way to run the setup above? Can they run without a docker on a linux machine?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hello,
Yes you should be able to run that on an Ubuntu 16 droplet.
To install MSSQL(
mssql-server
) follow these steps here:Note: you could change the 16.04 part with the exact Ubuntu version that you are suing
Source: official Microsoft documentation
Regarding the .NET core install, you could follow step one form this article here:
https://www.digitalocean.com/community/tutorials/how-to-deploy-an-asp-net-core-application-with-mysql-server-using-nginx-on-ubuntu-18-04
Hope that this helps! Regards, Bobby