N
N
neonox2014-09-25 08:06:10
Ruby on Rails
neonox, 2014-09-25 08:06:10

Ruby on Rails. Which server to choose?

Good day to all!
There was a task to organize a web server for the project written on ROR. Previously, I did not work with ROR and I do not know its behavior.
The planned load on the site will be about 1500-2000 hits per day (this is already with a margin). There will be only one site.
In this regard, the question arose, which server to choose for the project: VPS, Dedicated server? How much memory is needed?
I plan to use the following bundle:
1) Centos 6.5 x86_64
2) MariaDB 5.5.39
3) ruby-2.1.1 rails-4.1.4
4) nginx 1.6.1

Answer the question

In order to leave comments, you need to log in

6 answer(s)
E
Eugene Burmakin, 2014-09-25
@Freika

vps for 150r from locum.ru or for 5-10 bucks from digitalocean is enough for such a visitor.

D
Dmitry Snegirev, 2014-09-25
@Rikkit

I also recommend either Locum or VDS (I use firstvds).
Memory needs at least 256MB. It is desirable from 512. The
database is better to use PostgreSQL. It is customary to use it in rails.

@
@mgyk, 2014-09-25
_

As an option, put it on Heroku, for a small project it will be great and free

J
Jeket, 2014-09-25
@Jeket

If the site uses some kind of magic, then you need at least 1 gig of RAM (the rail will eat about 100 mb), just in case. You can try www.hetzner.de/en or fastvps.ru (they seem to be hetzner resellers).

M
Mak1012, 2014-10-02
@Mak1012

It ’s better to start with heroku.com
For a Postgres base of up to 10 thousand records, hosting is free.
And everything is sharpened under RoR.
heroku example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question