Hello I'm a Windows guy and would like to build a small, portable, mini ITX web servers with free software.
My application is ready. It's ASP.NET 4.0 connected to MySql 5. It runs on my Windows machine no problem, now I want to put it in a Linux box. I have previously ran some php websites in Ubuntu since apt-get install is very nice and easy, but I must say I'm still a Linux n00b.
I have Ubuntu 10.10 64 server.
Would it be as simple as:
- apt-get install apache2
- apt-get install mysql5
- apt-get mono something
- copy-paste the website files, done.
Is it this simple? Or are there complexities involved in step 3?
Oh and I assume i'll have to replace my MySql Connector/NET (MySql.Data.dll inside the bin folder) with a Mono version, right?