D
D
Dmitry Lebedev2015-12-21 09:26:52
Ruby on Rails
Dmitry Lebedev, 2015-12-21 09:26:52

How to organize a working environment on a laptop for programming?

Hello.
Tell me how the environment is configured on your work laptops? I want to go into coders (Rails), but I still can't figure out how to code.
Do I need to install nginx-apache (httpd), puma, unicorn, etc.?
Or is it enough to use rails server with the -d flag?
There is also a mini-server in the form of Raspberry PI 2, where everything will be deployed :) It is definitely closer to the production server (Rails-Nginx-Puma-%Some SQL%).

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nicholas, 2015-12-21
@k3NGuru

Look towards virtualization: docker/vagrant. It is much more convenient to keep the entire zoo in a docker container than to put it on a host machine.

E
Eugene Burmakin, 2015-12-21
@Freika

https://gorails.com/setup/ubuntu/15.10

R
Roman Kitaev, 2015-12-21
@deliro

nginx is not needed during development, just like puma.
I start development on SQLite, because I don’t like to put too much on my laptop. But sometimes you have to install postgres, because there are no postgres features in SQLite.

V
vsuhachev, 2015-12-21
@vsuhachev

You don't need a separate web server for development, the built-in one will suffice. Everything else your application needs will need to be supplied

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question