Starting thin server on different ports
问题 I'm a newbie o thin. I have a ruby on rails application. Today I can start the application normally, by the command sudo thin start -d We have created a new database for tests. (one is a clean database, and he other is for testing so can be messed up) on the database.yml file. I would like to start the same application in two different ports using the different databases. To start an application with the database I can use the ENV option of thin: sudo thin start -d -e production -p 3040 It