Which hosting is a great option for Nette

olivedev
Member | 3
+
0
-

I have developed my first application on Nette. It is basically a booking app. I want to deploy it on a server to test it out with load and see how fast it is. I cannot decide which will be a better option for this. I have my usual PHP host that uses AWS servers and I also have free account of DigitalOcean. Would love to know your input guys.

nightfish
Member | 472
+
+1
-

Checking whether both hosting providers meet Nette's Requirements would be a good start.

Last edited by nightfish (2020-02-19 15:17)

dkorpar
Member | 132
+
+1
-

I would go with VPS, any shared hosting is usually problematic plus they rarelly give you shell access so it makes your deploy process hard. If U're comfortable with ssh just take any linux server you feel comfortable with (centos, ubuntu…), there are also many howtos and step by step to configure stuff…
For start it's going to be enough…
There's also heroku which works great with docker and most of the stuffs are automitized…

Last edited by dkorpar (2020-02-20 11:41)