Ask HN: What server would you recommend for a first MVP website?
Edit: We used css and html
The thing is that I'm not sure about the amount of people that will land on the page will depend on the success of the marketing/crowdfunding campaign.
Also, the type of application is an easy concept for booking (via online form) vacation experiences, so it has terms and conditions, explanations of our service, cities in which we're offering it and not much more
[+] [-] GFischer|9 years ago|reply
It's an amazing service for startups, and it's gotten more Linux and OSS-friendly.
https://bizspark.microsoft.com/
Some resources:
https://blogs.msdn.microsoft.com/msgulfcommunity/2013/04/08/...
https://cmatskas.com/getting-started-with-microsoft-azure-ru...
Edit: that said, for basic HTML it's probably overkill, I haven't tried Gitlab or similar but it should do.
For a proof of concept, maybe a landing page generator like Unbounce? http://unbounce.com/
[+] [-] sirrele|9 years ago|reply
[+] [-] dirktheman|9 years ago|reply
[+] [-] joeclark77|9 years ago|reply
[+] [-] stevekemp|9 years ago|reply
* You're building a landing-page, with HTML + CSS. * But you also need to run PHP. * I think you already have a server running MySQL.
If you trust the company providing you with the MySQL-server then use them to add a second machine if you're worried. If you're not sure how much load to expect, but are pessimistic, then just use the server you already have.
Really you can't guess how much traffic you'll get, but chances are high it will be slow to scale up. So the important thing is that you monitor resources and can re-deploy on a bigger host in a hurry if you need to - moving your code, your database(s), and updating DNS promptly.
[+] [-] BjoernKW|9 years ago|reply
[+] [-] atmosx|9 years ago|reply
[+] [-] Mister_Y|9 years ago|reply
Also, the type of application is an easy concept for booking (via online form) vacation experiences, so it has terms and conditions, explanations of our service, cities in which we're offering it and not much more
[+] [-] seanwilson|9 years ago|reply
[+] [-] fiftyacorn|9 years ago|reply
[+] [-] davelnewton|9 years ago|reply
[+] [-] adityar|9 years ago|reply
[+] [-] zerr|9 years ago|reply